Searched refs:getBlockLengthInBytes (Results 1 – 3 of 3) sorted by relevance
268 if (strlen($this->key) <= $this->getBlockLengthInBytes()) {1183 public function getBlockLengthInBytes() function in phpseclib3\\Crypt\\Hash
1967 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();
862 public function getBlockLengthInBytes() function in phpseclib3\\Crypt\\Common\\SymmetricKey1009 $blockLength = $hashObj->getBlockLengthInBytes();