Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEC_POINT_new.pod11 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
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DEC_POINT_new.pod11 EC_POINT_dup,
40 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
117 EC_POINT_dup() creates a new B<EC_POINT> object and copies the content from
221 EC_POINT_new() and EC_POINT_dup() return the newly allocated EC_POINT or NULL
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Decstresstest.c78 || !TEST_ptr(point = EC_POINT_dup(EC_GROUP_get0_generator(group), in test_curve()
H A Dectest.c1684 || !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()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Decstresstest.c79 || !TEST_ptr(point = EC_POINT_dup(EC_GROUP_get0_generator(group), in test_curve()
H A Dectest.c1526 || !TEST_ptr(other_gen = EC_POINT_dup(group_gen, group)) in check_named_curve_test()
1861 || !TEST_ptr(other_gen = EC_POINT_dup(group_gen, group)) in check_named_curve_from_ecparameters()
2355 || !TEST_ptr(P = EC_POINT_dup(G, group))) in ec_point_hex2point_test()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_key.c523 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
H A Dec_lib.c720 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dec.h569 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_key.c801 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
H A Dec_lib.c785 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dec.h453 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map1191 EC_POINT_dup;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num1159 EC_POINT_dup 1150 1_1_0 EXIST::FUNCTION:EC
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES6906 *) New functions EC_GROUP_dup, EC_POINT_dup.