Searched refs:EC_GROUP_new_curve_GFp (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_test.cc | 249 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()
|
D | ec.c | 317 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/ |
D | ec.h | 298 OPENSSL_EXPORT EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p,
|
/external/boringssl/src/crypto/ecdh/ |
D | ecdh_test.cc | 162 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get())); in MakeCustomGroup()
|
/external/boringssl/src/crypto/fipsmodule/ecdsa/ |
D | ecdsa_test.cc | 297 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get())); in MakeCustomClone()
|
/external/tpm2/ |
D | CpriECC.c | 184 ok = ( (group = EC_GROUP_new_curve_GFp(bnP, bnA, bnB, groupContext)) != NULL in EccCurveInit()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 1695 bssl::UniquePtr<EC_GROUP> group(EC_GROUP_new_curve_GFp(p, a, b, ctx.get())); in NativeCrypto_EC_GROUP_new_arbitrary()
|