Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
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
/freebsd-12-stable/crypto/openssl/crypto/ec/
Dec_key.c523 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
Dec_lib.c720 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dec.h453 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map1189 EC_POINT_dup;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile1232 MLINKS+= EC_POINT_new.3 EC_POINT_dup.3
/freebsd-12-stable/crypto/openssl/
DCHANGES7023 *) New functions EC_GROUP_dup, EC_POINT_dup.