Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/exchange/
A Decx_exch.c84 || !ossl_ecx_key_up_ref(key)) { in ecx_init()
106 || !ossl_ecx_key_up_ref(key)) { in ecx_set_peer()
209 if (dstctx->key != NULL && !ossl_ecx_key_up_ref(dstctx->key)) { in ecx_dupctx()
215 if (dstctx->peerkey != NULL && !ossl_ecx_key_up_ref(dstctx->peerkey)) { in ecx_dupctx()
/openssl-master/crypto/ec/
A Decx_key.c81 int ossl_ecx_key_up_ref(ECX_KEY *key) in ossl_ecx_key_up_ref() function
/openssl-master/providers/implementations/signature/
A Deddsa_sig.c111 if (!ossl_ecx_key_up_ref(edkey)) { in eddsa_digest_signverify_init()
273 if (srcctx->key != NULL && !ossl_ecx_key_up_ref(srcctx->key)) { in eddsa_dupctx()
/openssl-master/include/crypto/
A Decx.h84 int ossl_ecx_key_up_ref(ECX_KEY *key);
/openssl-master/crypto/evp/
A Dp_lib.c884 if (ret != NULL && !ossl_ecx_key_up_ref(ret)) in evp_pkey_get1_ECX_KEY()

Completed in 125 milliseconds