Home
last modified time | relevance | path

Searched refs:EC_KEY_dup (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DEC_KEY_new.pod9 EC_KEY_copy, EC_KEY_dup, EC_KEY_up_ref, EC_KEY_get0_engine,
40 EC_KEY *EC_KEY_dup(const EC_KEY *src);
112 EC_KEY_dup() creates a new EC_KEY object and copies I<ec_key> into it.
192 EC_KEY_new_by_curve_name() and EC_KEY_dup() return a pointer to the newly
/openssl/crypto/ec/
H A Dec_pmeth.c75 dctx->co_key = EC_KEY_dup(sctx->co_key); in pkey_ec_copy()
299 dctx->co_key = EC_KEY_dup(ec_key); in pkey_ec_ctrl()
H A Dec_ameth.c637 dupkey = EC_KEY_dup(eckey); in ec_pkey_copy()
H A Dec_key.c188 EC_KEY *EC_KEY_dup(const EC_KEY *ec_key) in EC_KEY_dup() function
/openssl/providers/implementations/exchange/
H A Decdh_exch.c529 if ((privk = EC_KEY_dup(pecdhctx->k)) == NULL) in ecdh_plain_derive()
/openssl/include/openssl/
H A Dec.h1035 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_dup(const EC_KEY *src);
/openssl/doc/man7/
H A Dossl-guide-migration.pod1605 EC_KEY_dup(), EC_KEY_copy()
/openssl/util/
H A Dlibcrypto.num2749 EC_KEY_dup 2811 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC

Completed in 56 milliseconds