Searched refs:encryptBlock (Results 1 – 8 of 8) sorted by relevance
1367 $ciphertext .= $this->encryptBlock(substr($plaintext, $i, $block_size));1374 $block = $this->encryptBlock($block ^ $xor);1388 $buffer['ciphertext'] .= $this->encryptBlock($xor);1397 $key = $this->encryptBlock($xor);1438 $iv = $this->encryptBlock($iv) ^ substr($plaintext, $i, $block_size);1444 $iv = $this->encryptBlock($iv);1457 $ciphertext .= ($c = $plaintext[$i] ^ $this->encryptBlock($iv));1475 $xor = $this->encryptBlock($iv);1490 $xor = $this->encryptBlock($xor);1498 $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
286 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Salsa20
640 protected function encryptBlock($in) function in phpseclib3\\Crypt\\DES
596 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Twofish
312 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Rijndael