HomeSort by relevance Sort by last modified time
    Searched refs:EC_GROUP_new_curve_GFp (Results 1 - 7 of 7) sorted by null

  /external/boringssl/src/include/openssl/
ec.h 285 // EC_GROUP_new_curve_GFp creates a new, arbitrary elliptic curve group based
298 OPENSSL_EXPORT EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p,
304 // objects returned by |EC_GROUP_new_curve_GFp| and may only be used once on
  /external/boringssl/src/crypto/fipsmodule/ec/
ec_test.cc 249 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get()));
283 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get()));
297 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get()));
ec.c 317 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a,
346 // |EC_GROUP_new_curve_GFp| and may only used once on each group.
348 // |EC_GROUP_new_curve_GFp|, not a copy, so that
    [all...]
  /external/boringssl/src/crypto/ecdh/
ecdh_test.cc 162 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get()));
  /external/boringssl/src/crypto/fipsmodule/ecdsa/
ecdsa_test.cc 297 EC_GROUP_new_curve_GFp(p.get(), a.get(), b.get(), ctx.get()));
  /external/tpm2/
CpriECC.c 184 ok = ( (group = EC_GROUP_new_curve_GFp(bnP, bnA, bnB, groupContext)) != NULL
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]

Completed in 206 milliseconds