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.php123 if (static::ALGORITHM != 'RSA' && static::ALGORITHM != 'DH') {
145 foreach (self::$plugins[static::ALGORITHM]['Keys'] as $format) {
146 …(isset(self::$invisiblePlugins[static::ALGORITHM]) && in_array($format, self::$invisiblePlugins[st…
234 if (isset(self::$plugins[static::ALGORITHM]['Keys'][$format])) {
235 $format = self::$plugins[static::ALGORITHM]['Keys'][$format];
313 if (!isset(self::$plugins[static::ALGORITHM][$format][$type])) {
316 $type = self::$plugins[static::ALGORITHM][$format][$type];
331 if (!isset(self::$plugins[static::ALGORITHM][$format])) {
332 self::$plugins[static::ALGORITHM][$format] = [];
333 …foreach (new \DirectoryIterator(__DIR__ . '/../' . static::ALGORITHM . '/Formats/' . $format . '/'…
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php51 const ALGORITHM = 'DSA'; define in phpseclib3\\Crypt\\DSA
H A DDH.php47 const ALGORITHM = 'DH'; define in phpseclib3\\Crypt\\DH
H A DEC.php61 const ALGORITHM = 'EC'; define in phpseclib3\\Crypt\\EC
H A DRSA.php76 const ALGORITHM = 'RSA'; define in phpseclib3\\Crypt\\RSA