Home
last modified time | relevance | path

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

/openbsd/regress/lib/libcrypto/sm2/
H A Dsm2sigtest.c59 group = EC_GROUP_new_curve_GFp(p, a, b, NULL); in create_EC_group()
H A Dsm2crypttest.c58 group = EC_GROUP_new_curve_GFp(p, a, b, NULL); in create_EC_group()
/openbsd/lib/libcrypto/hidden/openssl/
H A Dec.h56 LCRYPTO_USED(EC_GROUP_new_curve_GFp);
/openbsd/lib/libcrypto/ec/
H A Dec_lib.c549 EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, in EC_GROUP_new_curve_GFp() function
567 LCRYPTO_ALIAS(EC_GROUP_new_curve_GFp);
H A Dec.h155 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a,
H A Dec_curve.c1403 if ((group = EC_GROUP_new_curve_GFp(p, a, b, ctx)) == NULL) { in ec_group_new_from_data()
H A Dec_asn1.c952 if ((group = EC_GROUP_new_curve_GFp(p, a, b, NULL)) == NULL) in ec_asn1_parameters_curve2group()
/openbsd/regress/lib/libcrypto/ec/
H A Dectest.c185 if ((group = EC_GROUP_new_curve_GFp(p, a, b, ctx)) == NULL) in prime_field_tests()
/openbsd/lib/libcrypto/
H A DSymbols.list890 EC_GROUP_new_curve_GFp