Searched refs:ossl_ecx_key_up_ref (Results 1 – 6 of 6) sorted by relevance
82 || !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()
88 int ossl_ecx_key_up_ref(ECX_KEY *key) in ossl_ecx_key_up_ref() function
83 int ossl_ecx_key_up_ref(ECX_KEY *key);
100 if (!ossl_ecx_key_up_ref(ecx)) in recipient_key_set()117 if (!ossl_ecx_key_up_ref(ecx)) in sender_authkey_set()
246 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()
898 if (ret != NULL && !ossl_ecx_key_up_ref(ret)) in evp_pkey_get1_ECX_KEY()
Completed in 39 milliseconds