Searched refs:ALGORITHM (Results 1 – 5 of 5) sorted by relevance
128 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 …]
52 const ALGORITHM = 'DSA'; define in phpseclib3\\Crypt\\DSA
53 const ALGORITHM = 'DH'; define in phpseclib3\\Crypt\\DH
64 const ALGORITHM = 'EC'; define in phpseclib3\\Crypt\\EC
77 const ALGORITHM = 'RSA'; define in phpseclib3\\Crypt\\RSA