Home
last modified time | relevance | path

Searched refs:ENGINE_INTERNAL (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php169 if ($this->engine != self::ENGINE_INTERNAL) {
188 if ($this->engine != self::ENGINE_INTERNAL) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php151 const ENGINE_INTERNAL = 1; define in phpseclib3\\Crypt\\Common\\SymmetricKey
189 self::ENGINE_INTERNAL => 'PHP',
2274 case self::ENGINE_INTERNAL:
2376 $this->engine = self::ENGINE_INTERNAL;
2530 case self::ENGINE_INTERNAL: