Searched refs:EC_POINT_dup (Results 1 – 8 of 8) sorted by relevance
186 OPENSSL_EXPORT EC_POINT *EC_POINT_dup(const EC_POINT *src,
276 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
753 bssl::UniquePtr<EC_POINT> p(EC_POINT_dup(g, group())); in TEST_P()781 bssl::UniquePtr<EC_POINT> p(EC_POINT_dup(g, group())); in TEST_P()
724 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) { in EC_POINT_dup() function
905 EC_POINT_dup
2457 '#define EC_POINT_dup GRPC_SHADOW_EC_POINT_dup',
933 #define EC_POINT_dup GRPC_SHADOW_EC_POINT_dup macro
1945 bssl::UniquePtr<EC_POINT> dup(EC_POINT_dup(generator, group)); in NativeCrypto_EC_GROUP_get_generator()2188 EC_POINT_dup(EC_KEY_get0_public_key(eckey.get()), EC_KEY_get0_group(eckey.get()))); in NativeCrypto_EC_KEY_get_public_key()