Searched refs:encryptBlock (Results 1 – 8 of 8) sorted by relevance
1362 $ciphertext .= $this->encryptBlock(substr($plaintext, $i, $block_size));1369 $block = $this->encryptBlock($block ^ $xor);1383 $buffer['ciphertext'] .= $this->encryptBlock($xor);1392 $key = $this->encryptBlock($xor);1433 $iv = $this->encryptBlock($iv) ^ substr($plaintext, $i, $block_size);1439 $iv = $this->encryptBlock($iv);1452 $ciphertext .= ($c = $plaintext[$i] ^ $this->encryptBlock($iv));1470 $xor = $this->encryptBlock($iv);1485 $xor = $this->encryptBlock($xor);1493 $xor = $this->encryptBlock($xor);[all …]
199 protected function encryptBlock($in) function in phpseclib3\\Crypt\\RC4
432 list($l, $r) = array_values(unpack('N*', $data = $this->encryptBlock($data)));438 list($l, $r) = array_values(unpack('N*', $data = $this->encryptBlock($data)));642 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Blowfish
434 protected function encryptBlock($in) function in phpseclib3\\Crypt\\RC2
640 protected function encryptBlock($in) function in phpseclib3\\Crypt\\DES
286 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Salsa20
596 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Twofish
312 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Rijndael