Searched refs:ossl_ecx_key_up_ref (Results 1 – 5 of 5) sorted by relevance
84 || !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()
81 int ossl_ecx_key_up_ref(ECX_KEY *key) in ossl_ecx_key_up_ref() function
111 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()
84 int ossl_ecx_key_up_ref(ECX_KEY *key);
884 if (ret != NULL && !ossl_ecx_key_up_ref(ret)) in evp_pkey_get1_ECX_KEY()
Completed in 125 milliseconds