Searched refs:EC_POINT_dup (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | ec.h | 186 OPENSSL_EXPORT EC_POINT *EC_POINT_dup(const EC_POINT *src,
|
/external/chromium_org/third_party/boringssl/src/crypto/ec/ |
D | ec.c | 642 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) { in EC_POINT_dup() function 652 OPENSSL_PUT_ERROR(EC, EC_POINT_dup, ERR_R_MALLOC_FAILURE); in EC_POINT_dup()
|
D | ec_key.c | 282 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
|
/external/openssl/crypto/ec/ |
D | ec_key.c | 496 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
|
D | ec.h | 433 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
|
D | ec_lib.c | 768 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup() function
|
/external/openssl/include/openssl/ |
D | ec.h | 433 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 3558 Unique_EC_POINT dup(EC_POINT_dup(generator, group)); in NativeCrypto_EC_GROUP_get_generator() 3827 Unique_EC_POINT dup(EC_POINT_dup(EC_KEY_get0_public_key(eckey.get()), in NativeCrypto_EC_KEY_get_public_key()
|