Searched refs:EC_POINT_dup (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_key.c494 key->pub_key = EC_POINT_dup(pub_key, key->group);
H A Dec.h433 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
H A Dec_lib.c768 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) function
/external/openssl/crypto/ec/
H A Dec_key.c496 key->pub_key = EC_POINT_dup(pub_key, key->group);
H A Dec.h433 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
H A Dec_lib.c768 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) function
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dec.h433 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
/external/openssl/include/openssl/
H A Dec.h433 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp3504 Unique_EC_POINT dup(EC_POINT_dup(generator, group));
3773 Unique_EC_POINT dup(EC_POINT_dup(EC_KEY_get0_public_key(eckey.get()),
3777 jniThrowRuntimeException(env, "EC_POINT_dup");

Completed in 63 milliseconds