Searched refs:ALGORITHM (Results 1 – 5 of 5) sorted by relevance
123 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 …]
51 const ALGORITHM = 'DSA'; define in phpseclib3\\Crypt\\DSA
47 const ALGORITHM = 'DH'; define in phpseclib3\\Crypt\\DH
61 const ALGORITHM = 'EC'; define in phpseclib3\\Crypt\\EC
76 const ALGORITHM = 'RSA'; define in phpseclib3\\Crypt\\RSA