Home
last modified time | relevance | path

Searched refs:ALGORITHM (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php128 if (static::ALGORITHM != 'RSA' && static::ALGORITHM != 'DH') {
150 foreach (self::$plugins[static::ALGORITHM]['Keys'] as $format) {
151 …(isset(self::$invisiblePlugins[static::ALGORITHM]) && in_array($format, self::$invisiblePlugins[st…
239 if (isset(self::$plugins[static::ALGORITHM]['Keys'][$format])) {
240 $format = self::$plugins[static::ALGORITHM]['Keys'][$format];
318 if (!isset(self::$plugins[static::ALGORITHM][$format][$type])) {
321 $type = self::$plugins[static::ALGORITHM][$format][$type];
336 if (!isset(self::$plugins[static::ALGORITHM][$format])) {
337 self::$plugins[static::ALGORITHM][$format] = [];
338 …foreach (new \DirectoryIterator(__DIR__ . '/../' . static::ALGORITHM . '/Formats/' . $format . '/'…
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php52 const ALGORITHM = 'DSA'; define in phpseclib3\\Crypt\\DSA
H A DDH.php53 const ALGORITHM = 'DH'; define in phpseclib3\\Crypt\\DH
H A DEC.php64 const ALGORITHM = 'EC'; define in phpseclib3\\Crypt\\EC
H A DRSA.php77 const ALGORITHM = 'RSA'; define in phpseclib3\\Crypt\\RSA