Home
last modified time | relevance | path

Searched refs:ENCRYPT (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php54 * Contains $keys[self::ENCRYPT]
59 const ENCRYPT = 0;
642 return $this->processBlock($in, self::ENCRYPT);
662 * $mode should be either self::ENCRYPT or self::DECRYPT. See
1230 self::ENCRYPT => [],
1250 $keys[$des_round][self::ENCRYPT][ ] = $val1;
1252 $keys[$des_round][self::ENCRYPT][ ] = $val2;
1260 self::ENCRYPT => array_merge(
1261 $keys[0][self::ENCRYPT],
1263 $keys[2][self::ENCRYPT]
62 const ENCRYPT = 0; global() define in phpseclib\\Crypt\\DES
[all...]
H A DRC4.php57 const ENCRYPT = 0;
172 return $this->crypt($plaintext, self::ENCRYPT);
233 $this->stream[self::DECRYPT] = $this->stream[self::ENCRYPT] = [
60 const ENCRYPT = 0; global() define in phpseclib\\Crypt\\RC4