Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dec_key.c180 dest->pub_key = EC_POINT_dup(src->pub_key, src->group); in EC_KEY_copy()
290 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
Dec.c674 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) { in EC_POINT_dup() function
/external/boringssl/src/include/openssl/
Dec.h171 OPENSSL_EXPORT EC_POINT *EC_POINT_dup(const EC_POINT *src,
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1899 bssl::UniquePtr<EC_POINT> dup(EC_POINT_dup(generator, group)); in NativeCrypto_EC_GROUP_get_generator()
2140 EC_POINT_dup(EC_KEY_get0_public_key(eckey.get()), EC_KEY_get0_group(eckey.get()))); in NativeCrypto_EC_KEY_get_public_key()