Searched refs:rotateLeft32 (Results 1 – 1 of 1) sorted by relevance
1254 $rotated[] = static::rotateLeft32($parity[$i], 1);1276 … $st[(2 * $i + 3 * $j) % 5][$j] = static::rotateLeft32($s[$j][$i], $rotationOffsets[$j][$i]);1316 private static function rotateLeft32($x, $shift) function in phpseclib3\\Crypt\\Hash