Searched refs:EC_GROUP_new_curve_GFp (Results 1 – 9 of 9) sorted by relevance
/openbsd/regress/lib/libcrypto/sm2/ |
H A D | sm2sigtest.c | 59 group = EC_GROUP_new_curve_GFp(p, a, b, NULL); in create_EC_group()
|
H A D | sm2crypttest.c | 58 group = EC_GROUP_new_curve_GFp(p, a, b, NULL); in create_EC_group()
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | ec.h | 56 LCRYPTO_USED(EC_GROUP_new_curve_GFp);
|
/openbsd/lib/libcrypto/ec/ |
H A D | ec_lib.c | 549 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 D | ec.h | 155 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a,
|
H A D | ec_curve.c | 1403 if ((group = EC_GROUP_new_curve_GFp(p, a, b, ctx)) == NULL) { in ec_group_new_from_data()
|
H A D | ec_asn1.c | 952 if ((group = EC_GROUP_new_curve_GFp(p, a, b, NULL)) == NULL) in ec_asn1_parameters_curve2group()
|
/openbsd/regress/lib/libcrypto/ec/ |
H A D | ectest.c | 185 if ((group = EC_GROUP_new_curve_GFp(p, a, b, ctx)) == NULL) in prime_field_tests()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 890 EC_GROUP_new_curve_GFp
|