Home
last modified time | relevance | path

Searched refs:cfb_init_len (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php81 protected $cfb_init_len = 750; variable in phpseclib3\\Crypt\\TripleDES
H A DRC2.php95 protected $cfb_init_len = 500; variable in phpseclib3\\Crypt\\RC2
H A DDES.php112 protected $cfb_init_len = 500; variable in phpseclib3\\Crypt\\DES
H A DTwofish.php63 protected $cfb_init_len = 800; variable in phpseclib3\\Crypt\\Twofish
H A DBlowfish.php151 protected $cfb_init_len = 500; variable in phpseclib3\\Crypt\\Blowfish
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php357 protected $cfb_init_len = 600; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1309 if ($this->enbuffer['enmcrypt_init'] === false || $len > $this->cfb_init_len) {