Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php171 protected $sLen;
783 * @param int $sLen
785 public function withSaltLength($sLen)
788 $new->sLen = $sLen;
798 return $this->sLen !== null ? $this->sLen : $this->hLen;
359 var $sLen; global() variable in phpseclib\\Crypt\\RSA
2267 setSaltLength($sLen) global() argument