Searched refs:EC_POINT_dup (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/test/ |
D | ecstresstest.c | 78 || !TEST_ptr(point = EC_POINT_dup(EC_GROUP_get0_generator(group), in test_curve()
|
D | ectest.c | 1684 || !TEST_ptr(other_gen = EC_POINT_dup(group_gen, group)) in check_named_curve_from_ecparameters() 2118 || !TEST_ptr(P = EC_POINT_dup(G, group))) in ec_point_hex2point_test()
|
/third_party/openssl/doc/man3/ |
D | EC_POINT_new.pod | 11 EC_POINT_dup, 40 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group); 113 EC_POINT_dup() creates a new B<EC_POINT> object and copies the content from 211 EC_POINT_new() and EC_POINT_dup() return the newly allocated EC_POINT or NULL
|
/third_party/openssl/crypto/ec/ |
D | ec_key.c | 513 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
|
D | ec_lib.c | 720 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup() function
|
/third_party/openssl/include/openssl/ |
D | ec.h | 453 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1354 #define EC_POINT_dup BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EC_POINT_dup) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 1159 EC_POINT_dup 1150 1_1_0 EXIST::FUNCTION:EC
|
/third_party/openssl/ |
D | CHANGES | 6914 *) New functions EC_GROUP_dup, EC_POINT_dup.
|