Home
last modified time | relevance | path

Searched refs:EC_POINT_dup (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
Dec.h186 OPENSSL_EXPORT EC_POINT *EC_POINT_dup(const EC_POINT *src,
/external/chromium_org/third_party/boringssl/src/crypto/ec/
Dec.c642 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()
Dec_key.c282 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
/external/openssl/crypto/ec/
Dec_key.c496 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
Dec.h433 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
Dec_lib.c768 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup() function
/external/openssl/include/openssl/
Dec.h433 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp3558 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()