Searched refs:getBlockLengthInBytes (Results 1 – 3 of 3) sorted by relevance
259 if (strlen($this->key) <= $this->getBlockLengthInBytes()) {1094 public function getBlockLengthInBytes() function in phpseclib3\\Crypt\\Hash
1962 if ($this->encrypt->getBlockLengthInBytes()) {1963 $this->encrypt_block_size = $this->encrypt->getBlockLengthInBytes();2007 if ($this->decrypt->getBlockLengthInBytes()) {2008 $this->decrypt_block_size = $this->decrypt->getBlockLengthInBytes();
857 public function getBlockLengthInBytes() function in phpseclib3\\Crypt\\Common\\SymmetricKey1004 $blockLength = $hashObj->getBlockLengthInBytes();