Home
last modified time | relevance | path

Searched refs:EC_GROUP_get0_generator (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/ec/
Dexample_mul.c104 generator = EC_GROUP_get0_generator(group); in example_EC_POINT_mul()
Dwnaf.c347 generator = EC_GROUP_get0_generator(group); in ec_wNAF_mul()
696 generator = EC_GROUP_get0_generator(group); in ec_wNAF_precompute_mult()
Dec.c501 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) { in EC_GROUP_get0_generator() function
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dec.h124 OPENSSL_EXPORT const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
/external/openssl/crypto/ec/
Dec_lib.c313 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator() function
519 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), in EC_GROUP_cmp()
520 EC_GROUP_get0_generator(b), ctx)) in EC_GROUP_cmp()
Dec_mult.c401 generator = EC_GROUP_get0_generator(group); in ec_wNAF_mul()
782 generator = EC_GROUP_get0_generator(group); in ec_wNAF_precompute_mult()
Deck_prn.c229 if ((point = EC_GROUP_get0_generator(x)) == NULL) in ECPKParameters_print()
Dec_ameth.c279 if (!EC_POINT_copy(pub_key, EC_GROUP_get0_generator(group))) in eckey_priv_decode()
Dec.h244 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
Dec_asn1.c619 if ((point = EC_GROUP_get0_generator(group)) == NULL) in ec_asn1_group2parameters()
Dectest.c134 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
/external/openssl/apps/
Decparam.c508 if ((point = EC_GROUP_get0_generator(group)) == NULL) in MAIN()
/external/chromium_org/third_party/boringssl/src/crypto/evp/
Dp_ec_asn1.c260 if (!EC_POINT_copy(pub_key, EC_GROUP_get0_generator(group))) { in eckey_priv_decode()
/external/openssl/include/openssl/
Dec.h244 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp3556 const EC_POINT* generator = EC_GROUP_get0_generator(group); in NativeCrypto_EC_GROUP_get_generator()