OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EC_GROUP_new_curve_GFp
(Results
1 - 4
of
4
) sorted by null
/external/boringssl/src/include/openssl/
ec.h
274
/*
EC_GROUP_new_curve_GFp
creates a new, arbitrary elliptic curve group based
281
OPENSSL_EXPORT EC_GROUP *
EC_GROUP_new_curve_GFp
(const BIGNUM *p,
293
* |EC_GROUP| objects returned by |
EC_GROUP_new_curve_GFp
|. */
/external/boringssl/src/crypto/ec/
ec.c
353
EC_GROUP *
EC_GROUP_new_curve_GFp
(const BIGNUM *p, const BIGNUM *a,
378
* by |
EC_GROUP_new_curve_GFp
|. */
445
if ((group =
EC_GROUP_new_curve_GFp
(p, a, b, ctx)) == NULL) {
/external/tpm2/
CpriECC.c
184
ok = ( (group =
EC_GROUP_new_curve_GFp
(bnP, bnA, bnB, groupContext)) != NULL
[
all
...]
/external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp
[
all
...]
Completed in 152 milliseconds