Home
last modified time | relevance | path

Searched refs:block_size (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DRijndael.php72 * Mcrypt is useable for 128/192/256-bit $block_size/$key_length. For 160/224 not.
74 * or not for the current $block_size/$key_length.
103 * {@internal The max value is 256 / 32 = 8, the min value is 128 / 32 = 4. Exists in conjunction with $block_size
104 * because the encryption / decryption / key schedule creation requires this number and not $block_size. We could
105 * derive this from $block_size or vice versa, but that'd mean we'd have to do multiple shift operations, so in lieu
152 * Holds the last used key- and block_size information
255 $this->block_size = $length >> 3;
278 $this->block_size == 16;
287 $this->block_size == 16;
289 if ($this->block_size !
[all...]
H A DRC4.php74 var $block_size = 0; global() variable in phpseclib\\Crypt\\RC4
H A DRC2.php48 * @see \phpseclib3\Crypt\Common\SymmetricKey::block_size
51 protected $block_size = 8;
53 var $block_size = 8; global() variable in phpseclib\\Crypt\\RC2
H A DDES.php71 * @see \phpseclib3\Crypt\Common\SymmetricKey::block_size
74 protected $block_size = 8;
76 var $block_size = 8; global() variable in phpseclib\\Crypt\\DES
H A DBlowfish.php132 * @see \phpseclib3\Crypt\Common\SymmetricKey::block_size
135 protected $block_size = 8;
138 var $block_size = 8; global() variable in phpseclib\\Crypt\\Blowfish
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php