Searched defs:key_length (Results 1 – 8 of 8) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ | ||
| H A D | RC4.php | 70 protected $key_length = 128; // = 1024 bits variable in phpseclib3\\Crypt\\RC4 |
| H A D | TripleDES.php | 64 protected $key_length = 24; variable in phpseclib3\\Crypt\\TripleDES |
| H A D | Twofish.php | 353 protected $key_length = 16; variable in phpseclib3\\Crypt\\Twofish |
| H A D | RC2.php | 79 protected $key_length = 16; // = 128 bits variable in phpseclib3\\Crypt\\RC2 |
| H A D | DES.php | 82 protected $key_length = 8; variable in phpseclib3\\Crypt\\DES |
| H A D | Rijndael.php | 124 protected $key_length = 16; variable in phpseclib3\\Crypt\\Rijndael |
| H A D | Blowfish.php | 331 protected $key_length = 16; variable in phpseclib3\\Crypt\\Blowfish |
| H A D | Salsa20.php | 47 protected $key_length = 32; // = 256 bits variable in phpseclib3\\Crypt\\Salsa20 |