Home
last modified time | relevance | path

Searched refs:ec_asn1_group2curve (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_asn1.c182 /* ec_asn1_group2curve() sets the values in a X9_62_CURVE object */
183 static int ec_asn1_group2curve(const EC_GROUP *, X9_62_CURVE *);
309 static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) in ec_asn1_group2curve() function
412 if (!ec_asn1_group2curve(group, ret->curve)) { in EC_GROUP_get_ecparameters()
/third_party/openssl/crypto/ec/
H A Dec_asn1.c182 /* ec_asn1_group2curve() sets the values in a X9_62_CURVE object */
183 static int ec_asn1_group2curve(const EC_GROUP *, X9_62_CURVE *);
309 static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) in ec_asn1_group2curve() function
412 if (!ec_asn1_group2curve(group, ret->curve)) { in EC_GROUP_get_ecparameters()

Completed in 5 milliseconds