Searched refs:EC_POINT_dup (Results 1 – 11 of 11) sorted by relevance
| /freebsd-head/crypto/openssl/test/ |
| HD | ecstresstest.c | 79 || !TEST_ptr(point = EC_POINT_dup(EC_GROUP_get0_generator(group), in test_curve()
|
| HD | ectest.c | 1526 || !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()
|
| /freebsd-head/crypto/openssl/doc/man3/ |
| HD | EC_POINT_new.pod | 11 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
|
| /freebsd-head/crypto/openssl/crypto/ec/ |
| HD | ec_key.c | 801 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
|
| HD | ec_lib.c | 786 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup() function
|
| /freebsd-head/crypto/openssl/include/openssl/ |
| HD | ec.h | 569 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
|
| /freebsd-head/secure/lib/libcrypto/ |
| HD | Version.map | 1187 EC_POINT_dup;
|
| /freebsd-head/contrib/wpa/src/crypto/ |
| HD | crypto_openssl.c | 3861 return (struct crypto_ec_point *) EC_POINT_dup(point, group); in crypto_ec_key_get_public_key()
|
| /freebsd-head/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 1487 MLINKS+= EC_POINT_new.3 EC_POINT_dup.3
|
| /freebsd-head/crypto/openssl/util/ |
| HD | libcrypto.num | 1122 EC_POINT_dup 1150 3_0_0 EXIST::FUNCTION:EC
|
| /freebsd-head/crypto/openssl/ |
| HD | CHANGES.md | 11873 * New functions EC_GROUP_dup, EC_POINT_dup.
|