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

/external/openssl/crypto/ec/
H A Dec_cvt.c76 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) function
H A Dec.h364 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
H A Dec_asn1.c910 ret = EC_GROUP_new_curve_GFp(p, a, b, NULL);
H A Dec_curve.c1979 if ((group = EC_GROUP_new_curve_GFp(p, a, b, ctx)) == NULL)
/external/openssl/include/openssl/
H A Dec.h364 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp3287 group = EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), (BN_CTX*) NULL);

Completed in 7166 milliseconds