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