Searched refs:EC_GROUP_new_curve_GF2m (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/ec/
H A Dec_cvt.c151 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) function
H A Dec.h374 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
H A Dec_asn1.c877 ret = EC_GROUP_new_curve_GF2m(p, a, b, NULL);
H A Dec_curve.c1988 if ((group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) == NULL)
/external/openssl/include/openssl/
H A Dec.h374 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp3290 group = EC_GROUP_new_curve_GF2m(p.get(), a.get(), b.get(), (BN_CTX*) NULL);

Completed in 197 milliseconds