Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DParameters.php38 return $type::saveParameters($this->curve, $options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DParameters.php38 return $type::saveParameters($this->prime, $this->base, $options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DParameters.php38 return $type::saveParameters($this->p, $this->q, $this->g, $options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php71 public static function saveParameters(BigInteger $prime, BigInteger $base, array $options = []) function in phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php91 public static function saveParameters(BigInteger $p, BigInteger $q, BigInteger $g) function in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS1
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php154 public static function saveParameters(BaseCurve $curve, array $options = []) function in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php400 $key = $type::saveParameters($this->prime, $this->base);
H A DDSA.php316 $key = $type::saveParameters($this->p, $this->q, $this->g);
H A DEC.php368 $key = $type::saveParameters($this->curve);