Home
last modified time | relevance | path

Searched refs:extractPoint (Results 1 – 10 of 10) 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 Dlibsodium.php75 self::extractPoint($public, $curve) :
H A DPKCS8.php105 $components['QA'] = self::extractPoint("\0" . $key['publicKey'], $components['curve']);
122 self::extractPoint($key['publicKey'], $components['curve']) :
157 $components['QA'] = self::extractPoint($key['publicKey'], $components['curve']);
H A DPKCS1.php106 self::extractPoint($ecPrivate['publicKey'], $components['curve']) :
136 self::extractPoint($ecPrivate['publicKey'], $components['curve']) :
H A DCommon.php229 $point = self::extractPoint("\0" . $data['base'], $curve);
256 $point = self::extractPoint("\0" . $data['base'], $curve);
276 public static function extractPoint($str, BaseCurve $curve) function
H A DJWK.php77 $QA = self::extractPoint(Strings::base64url_decode($key->x), $curve);
H A DXML.php102 self::extractPoint("\0" . $pubkey, $curve);
266 $point = self::extractPoint("\0" . $base, $curve);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php121 $R = PKCS1::extractPoint($R, $curve);
H A DPrivateKey.php91 $point = PKCS1::extractPoint($coordinates, $this->curve);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php518 $QA = PKCS8::extractPoint($secret, $curve);