Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php532 * @param int $xLen
535 protected function i2osp($x, $xLen) argument
541 if (strlen($x) > $xLen) {
544 return str_pad($x, $xLen, chr(0), STR_PAD_LEFT);