Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php268 if (strlen($this->key) <= $this->getBlockLengthInBytes()) {
1183 public function getBlockLengthInBytes() function in phpseclib3\\Crypt\\Hash
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1967 if ($this->encrypt->getBlockLengthInBytes()) {
1968 $this->encrypt_block_size = $this->encrypt->getBlockLengthInBytes();
2012 if ($this->decrypt->getBlockLengthInBytes()) {
2013 $this->decrypt_block_size = $this->decrypt->getBlockLengthInBytes();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php862 public function getBlockLengthInBytes() function in phpseclib3\\Crypt\\Common\\SymmetricKey
1009 $blockLength = $hashObj->getBlockLengthInBytes();