Home
last modified time | relevance | path

Searched refs:ossl_ecx_key_up_ref (Results 1 – 6 of 6) sorted by relevance

/openssl/providers/implementations/exchange/
H A Decx_exch.c82 || !ossl_ecx_key_up_ref(key)) { in ecx_init()
120 || !ossl_ecx_key_up_ref(key)) { in ecx_set_peer()
164 if (dstctx->key != NULL && !ossl_ecx_key_up_ref(dstctx->key)) { in ecx_dupctx()
170 if (dstctx->peerkey != NULL && !ossl_ecx_key_up_ref(dstctx->peerkey)) { in ecx_dupctx()
/openssl/crypto/ec/
H A Decx_key.c88 int ossl_ecx_key_up_ref(ECX_KEY *key) in ossl_ecx_key_up_ref() function
/openssl/include/crypto/
H A Decx.h83 int ossl_ecx_key_up_ref(ECX_KEY *key);
/openssl/providers/implementations/kem/
H A Decx_kem.c100 if (!ossl_ecx_key_up_ref(ecx)) in recipient_key_set()
117 if (!ossl_ecx_key_up_ref(ecx)) in sender_authkey_set()
/openssl/providers/implementations/signature/
H A Deddsa_sig.c246 if (!ossl_ecx_key_up_ref(edkey)) { in eddsa_signverify_init()
763 if (srcctx->key != NULL && !ossl_ecx_key_up_ref(srcctx->key)) { in eddsa_dupctx()
/openssl/crypto/evp/
H A Dp_lib.c898 if (ret != NULL && !ossl_ecx_key_up_ref(ret)) in evp_pkey_get1_ECX_KEY()

Completed in 39 milliseconds