Searched refs:block_size (Results 1 – 12 of 12) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
D | SymmetricKey.php | 231 protected $block_size = 16; variable in phpseclib3\\Crypt\\Common\\SymmetricKey 688 if ($this->block_size != 16) { 729 if (strlen($iv) != $this->block_size) { 730 …initialization vector of size ' . strlen($iv) . ', but size ' . $this->block_size . ' is required'… 862 return $this->block_size << 3; 873 return $this->block_size; 1023 … $this->setIV(self::pkcs12helper($this->block_size, $hashObj, $i, $d2, $count)); 1189 $this->encryptIV = substr($result, -$this->block_size); 1209 $max = $this->block_size - $pos; 1225 $overflow = $len % $this->block_size; [all …]
|
D | StreamCipher.php | 36 protected $block_size = 0; variable in phpseclib3\\Crypt\\Common\\StreamCipher
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
D | Strings.php | 285 $block_size = PHP_INT_SIZE << 3; 286 $pad = $block_size - ($length % $block_size); 287 if ($pad != $block_size) { 291 $parts = str_split($x, $block_size);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | Rijndael.php | 272 $this->block_size = $length >> 3; 296 $this->block_size == 16; 305 $this->block_size == 16; 307 if ($this->block_size != 16) { 314 $this->cipher_name_mcrypt = 'rijndael-' . ($this->block_size << 3); 527 if (is_string($this->iv) && strlen($this->iv) != $this->block_size) { 528 … IV length (' . strlen($this->iv) . ') does not match the block size (' . $this->block_size . ')'); 551 …->kl['key'] && $this->key_length === $this->kl['key_length'] && $this->block_size === $this->kl['b… 555 …->kl = ['key' => $this->key, 'key_length' => $this->key_length, 'block_size' => $this->block_size];
|
D | Hash.php | 981 $block_size = $r >> 3; 982 $padLength = $block_size - (strlen($p) % $block_size); 983 $num_ints = $block_size >> 2; 997 $p = str_split($p, $block_size); 1174 $block_size = $r >> 3; 1175 $padLength = $block_size - (strlen($p) % $block_size); 1176 $num_ints = $block_size >> 2; 1190 $p = str_split($p, $block_size);
|
D | Blowfish.php | 59 protected $block_size = 8; variable in phpseclib3\\Crypt\\Blowfish
|
D | RC2.php | 56 protected $block_size = 8; variable in phpseclib3\\Crypt\\RC2
|
D | DES.php | 81 protected $block_size = 8; variable in phpseclib3\\Crypt\\DES
|
/plugin/contactmodern/ |
D | recaptchalib.php | 207 $block_size = 16; 208 $numpad = $block_size - (strlen ($val) % $block_size);
|
/plugin/groupmail/ |
D | recaptchalib.php | 207 $block_size = 16; 208 $numpad = $block_size - (strlen ($val) % $block_size);
|
/plugin/recaptcha/lib/ |
D | recaptchalib.php | 207 $block_size = 16; 208 $numpad = $block_size - (strlen ($val) % $block_size);
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
D | structure.txt | 2125 ['block_size']=>integer() //
|