Home
last modified time | relevance | path

Searched refs:UnsupportedCurveException (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php30 use phpseclib3\Exception\UnsupportedCurveException; alias
218 … throw new UnsupportedCurveException('Curve with OID of ' . $oid . ' is not supported');
223 … throw new UnsupportedCurveException('Named Curve of ' . $name . ' is not supported');
279 throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported');
340 throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported');
385 … throw new UnsupportedCurveException('TwistedEdwards and Montgomery Curves are not supported');
446 …throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not su…
478 …throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not su…
H A DPKCS1.php36 use phpseclib3\Exception\UnsupportedCurveException; alias
159 … throw new UnsupportedCurveException('TwistedEdwards and Montgomery Curves are not supported');
185 throw new UnsupportedCurveException('TwistedEdwards Curves are not supported');
H A DPKCS8.php35 use phpseclib3\Exception\UnsupportedCurveException; alias
186 throw new UnsupportedCurveException('Montgomery Curves are not supported');
220 throw new UnsupportedCurveException('Montgomery Curves are not supported');
H A DCommon.php24 use phpseclib3\Exception\UnsupportedCurveException; alias
213 …throw new UnsupportedCurveException('Named Curve of ' . $params['namedCurve'] . ' is not supported…
265 …throw new UnsupportedCurveException('Field Type of ' . $data['fieldID']['fieldType'] . ' is not su…
529 throw new UnsupportedCurveException('Curve cannot be serialized');
H A DOpenSSH.php24 use phpseclib3\Exception\UnsupportedCurveException; alias
133 … throw new UnsupportedCurveException($name . ' is not a curve that the OpenSSH plugin supports');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DUnsupportedCurveException.php24 class UnsupportedCurveException extends \RuntimeException class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php45 use phpseclib3\Exception\UnsupportedCurveException; alias
172 … throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported');
418 throw new UnsupportedCurveException('Only Ed25519 and Ed448 support contexts');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php72 use phpseclib3\Exception\UnsupportedCurveException; alias
2705 … throw new UnsupportedCurveException('Specified Curves are not supported by SSH2');
2707 …throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported by phpsecl…