Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php467 * @param int $numbytes a non-negative integer less than 2^64
470 private function kdf($index, $numbytes) argument
474 return $this->c->encrypt(str_repeat("\0", $numbytes));