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/
DTripleDES.php81 protected $cfb_init_len = 750; variable in phpseclib3\\Crypt\\TripleDES
DRC2.php95 protected $cfb_init_len = 500; variable in phpseclib3\\Crypt\\RC2
DDES.php112 protected $cfb_init_len = 500; variable in phpseclib3\\Crypt\\DES
DTwofish.php63 protected $cfb_init_len = 800; variable in phpseclib3\\Crypt\\Twofish
DBlowfish.php151 protected $cfb_init_len = 500; variable in phpseclib3\\Crypt\\Blowfish
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
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) {