Searched refs:EC_GROUP_get_curve_GF2m (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec.h | 166 int EC_GROUP_get_curve_GF2m(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
|
D | ec_lib.c | 440 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in EC_GROUP_get_curve_GF2m() function
|
D | ec_asn1.c | 461 if (!EC_GROUP_get_curve_GF2m(group, NULL, tmp_1, tmp_2, NULL)) in ec_asn1_group2curve()
|
D | ectest.c | 860 if (!EC_GROUP_get_curve_GF2m(group, p, a, b, ctx)) ABORT; in char2_field_tests()
|
/external/openssl/include/openssl/ |
D | ec.h | 166 int EC_GROUP_get_curve_GF2m(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
|
/external/openssl/crypto/asn1/ |
D | t_pkey.c | 352 if (!EC_GROUP_get_curve_GF2m(x, p, a, b, ctx)) in ECPKParameters_print()
|