Lines Matching refs:self

136         self::initialize_static_variables();
147 if (!isset(self::$zero)) {
148 self::$zero = new BigInteger(0);
149 self::$one = new BigInteger(1);
152 self::loadPlugins('Keys');
154 self::loadPlugins('Signature');
167 self::initialize_static_variables();
170 foreach (self::$plugins[static::ALGORITHM]['Keys'] as $format) {
171 …if (isset(self::$invisiblePlugins[static::ALGORITHM]) && in_array($format, self::$invisiblePlugins…
208 $key = self::load($key, $password);
224 $key = self::load($key);
240 $key = self::load($key);
257 self::initialize_static_variables();
261 if (isset(self::$plugins[static::ALGORITHM]['Keys'][$format])) {
262 $format = self::$plugins[static::ALGORITHM]['Keys'][$format];
290 $key = self::loadFormat($type, $key, $password);
307 $key = self::loadFormat($type, $key);
324 $key = self::loadFormat($type, $key);
343 if (!isset(self::$plugins[static::ALGORITHM][$format][$type])) {
346 $type = self::$plugins[static::ALGORITHM][$format][$type];
362 if (!isset(self::$plugins[static::ALGORITHM][$format])) {
363 self::$plugins[static::ALGORITHM][$format] = [];
377 self::$plugins[static::ALGORITHM][$format][strtolower($name)] = $type;
379 self::$invisiblePlugins[static::ALGORITHM][] = $type;
393 self::initialize_static_variables();
395 return self::$plugins[static::ALGORITHM]['Keys'];
411 self::initialize_static_variables();
416 self::$plugins[static::ALGORITHM]['Keys'][strtolower($shortname)] = $fullname;
418 self::$invisiblePlugins[static::ALGORITHM] = strtolower($name);
560 if (!$k->equals(self::$zero) && $k->compare($this->q) < 0) {
620 return $z2->compare(self::$zero) < 0 ?