Searched refs:EC_GROUP_get_curve_GF2m (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/ec/
H A Deck_prn.c213 if (!EC_GROUP_get_curve_GF2m(x, p, a, b, ctx))
H A Dec.h323 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
H A Dec_lib.c440 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) function
H A Dec_asn1.c470 if (!EC_GROUP_get_curve_GF2m(group, NULL, tmp_1, tmp_2, NULL))
H A Dectest.c859 if (!EC_GROUP_get_curve_GF2m(group, p, a, b, ctx)) ABORT;
/external/openssl/include/openssl/
H A Dec.h323 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp3356 ret = EC_GROUP_get_curve_GF2m(group, p.get(), a.get(), b.get(), (BN_CTX*)NULL);

Completed in 819 milliseconds