Home
last modified time | relevance | path

Searched refs:extractPoint (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DOpenSSH.php75 'QA' => self::extractPoint("\0$publicKey", $curve),
86 $qa = self::extractPoint($parsed['publicKey'], $curve);
92 $qa = self::extractPoint("\0" . $publicKey, $curve);
H A DPKCS8.php99 $components['QA'] = self::extractPoint("\0" . $key['publicKey'], $components['curve']);
116 self::extractPoint($key['publicKey'], $components['curve']) :
151 $components['QA'] = self::extractPoint($key['publicKey'], $components['curve']);
H A Dlibsodium.php75 self::extractPoint($public, $curve) :
H A DPKCS1.php106 self::extractPoint($ecPrivate['publicKey'], $components['curve']) :
136 self::extractPoint($ecPrivate['publicKey'], $components['curve']) :
H A DCommon.php228 $point = self::extractPoint("\0" . $data['base'], $curve);
255 $point = self::extractPoint("\0" . $data['base'], $curve);
275 public static function extractPoint($str, BaseCurve $curve) function
H A DJWK.php77 $QA = self::extractPoint(Strings::base64url_decode($key->x), $curve);
H A DXML.php101 self::extractPoint("\0" . $pubkey, $curve);
265 $point = self::extractPoint("\0" . $base, $curve);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php75 $R = PKCS1::extractPoint($R, $curve);
H A DPrivateKey.php74 $point = PKCS1::extractPoint($coordinates, $this->curve);