Home
last modified time | relevance | path

Searched refs:emLen (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php548 * @param int $emLen
552 protected function emsa_pkcs1_v1_5_encode($m, $emLen)
589 if ($emLen < $tLen + 11) {
593 $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3);
611 * @param int $emLen
614 protected function emsa_pkcs1_v1_5_encode_without_null($m, $emLen)
648 if ($emLen < $tLen + 11) {
652 $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3);
2955 _emsa_pkcs1_v1_5_encode($m, $emLen) global() argument
3012 _emsa_pkcs1_v1_5_encode_without_null($m, $emLen) global() argument