Home
last modified time | relevance | path

Searched refs:EC_GROUP_new_curve_GFp (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc249 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get())); in TEST()
283 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get())); in TEST()
297 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get())); in TEST()
Dec.c317 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, in EC_GROUP_new_curve_GFp() function
/external/boringssl/src/include/openssl/
Dec.h298 OPENSSL_EXPORT EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p,
/external/boringssl/src/crypto/ecdh/
Decdh_test.cc162 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get())); in MakeCustomGroup()
/external/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa_test.cc297 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get())); in MakeCustomClone()
/external/tpm2/
DCpriECC.c184 ok = ( (group = EC_GROUP_new_curve_GFp(bnP, bnA, bnB, groupContext)) != NULL in EccCurveInit()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1695 bssl::UniquePtr<EC_GROUP> group(EC_GROUP_new_curve_GFp(p, a, b, ctx.get())); in NativeCrypto_EC_GROUP_new_arbitrary()