Home
last modified time | relevance | path

Searched refs:padType (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php931 * @param int $padType
934 private static function sha3_pad($padLength, $padType) argument
936 switch ($padType) {
977 * @param int $padType
979 private static function sha3_32($p, $c, $r, $d, $padType) argument
985 $p .= static::sha3_pad($padLength, $padType);
1170 * @param int $padType
1172 private static function sha3_64($p, $c, $r, $d, $padType) argument
1178 $p .= static::sha3_pad($padLength, $padType);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DPreprocessingConfig.php32 protected $padType = Pad::class; variable in Google\\Service\\Transcoder\\PreprocessingConfig