/external/openssl/crypto/ec/ |
eck_prn.c | 213 if (!EC_GROUP_get_curve_GF2m(x, p, a, b, ctx))
|
ec.h | 323 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx); [all...] |
ec_lib.c | 440 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
|
ec_asn1.c | 468 if (!EC_GROUP_get_curve_GF2m(group, NULL, tmp_1, tmp_2, NULL)) [all...] |
ectest.c | 823 if (!EC_GROUP_get_curve_GF2m(group, p, a, b, ctx)) ABORT; [all...] |
/external/openssl/include/openssl/ |
ec.h | 323 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx); [all...] |