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

/external/openssl/crypto/ec/
H A Dec_asn1.c281 /* ec_asn1_group2curve() sets the values in a X9_62_CURVE object */
282 static int ec_asn1_group2curve(const EC_GROUP *, X9_62_CURVE *);
438 static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) function
612 if (!ec_asn1_group2curve(group, ret->curve))

Completed in 145 milliseconds