Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DSymmetricKey.php231 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 …]
DStreamCipher.php36 protected $block_size = 0; variable in phpseclib3\\Crypt\\Common\\StreamCipher
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
DStrings.php285 $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/
DRijndael.php272 $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];
DHash.php981 $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);
DBlowfish.php59 protected $block_size = 8; variable in phpseclib3\\Crypt\\Blowfish
DRC2.php56 protected $block_size = 8; variable in phpseclib3\\Crypt\\RC2
DDES.php81 protected $block_size = 8; variable in phpseclib3\\Crypt\\DES
/plugin/contactmodern/
Drecaptchalib.php207 $block_size = 16;
208 $numpad = $block_size - (strlen ($val) % $block_size);
/plugin/groupmail/
Drecaptchalib.php207 $block_size = 16;
208 $numpad = $block_size - (strlen ($val) % $block_size);
/plugin/recaptcha/lib/
Drecaptchalib.php207 $block_size = 16;
208 $numpad = $block_size - (strlen ($val) % $block_size);
/plugin/jplayer/vendor/james-heinrich/getid3/
Dstructure.txt2125 ['block_size']=>integer() //