Home
last modified time | relevance | path

Searched refs:ENGINE_LIBSODIUM (Results 1 – 3 of 3) sorted by path

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php50 case self::ENGINE_LIBSODIUM:
90 if ($this->engine == self::ENGINE_LIBSODIUM) {
112 if ($this->engine == self::ENGINE_LIBSODIUM) {
252 if ($this->engine == self::ENGINE_LIBSODIUM) {
H A DRijndael.php290 case self::ENGINE_LIBSODIUM:
994 case self::ENGINE_LIBSODIUM:
1026 case self::ENGINE_LIBSODIUM:
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php192 const ENGINE_LIBSODIUM = 5; define in phpseclib3\\Crypt\\Common\\SymmetricKey
212 self::ENGINE_LIBSODIUM => 'libsodium',
2343 …his->preferredEngine = isset($reverseMap[$engine]) ? $reverseMap[$engine] : self::ENGINE_LIBSODIUM;
2370 self::ENGINE_LIBSODIUM,
2492 …if ($this->mode == self::MODE_GCM && !in_array($this->engine, [self::ENGINE_LIBSODIUM, self::ENGIN…
2500 …if ($this->mode != self::MODE_GCM || !in_array($this->engine, [self::ENGINE_LIBSODIUM, self::ENGIN…