Searched refs:EVP_KEYMGMT_up_ref (Results 1 – 5 of 5) sorted by relevance
131 if (!EVP_KEYMGMT_up_ref(keymgmt)) in decoder_construct_pkey()412 if (!EVP_KEYMGMT_up_ref(keymgmt)) in collect_keymgmt()553 if (!EVP_KEYMGMT_up_ref((EVP_KEYMGMT *)keymgmt)) in keymgmt_dup()
27 return EVP_KEYMGMT_up_ref(data); in evp_keymgmt_up_ref()294 int EVP_KEYMGMT_up_ref(EVP_KEYMGMT *keymgmt) in EVP_KEYMGMT_up_ref() function
275 if (!EVP_KEYMGMT_up_ref(keymgmt)) { in evp_keymgmt_util_cache_keydata()
254 if (!EVP_KEYMGMT_up_ref(pkey->keymgmt)) in int_ctx_new()484 if (!EVP_KEYMGMT_up_ref(pctx->keymgmt)) in EVP_PKEY_CTX_dup()600 if (!EVP_KEYMGMT_up_ref(tmp_keymgmt)) in EVP_PKEY_CTX_dup()
1610 if (keymgmt != NULL && !EVP_KEYMGMT_up_ref(keymgmt)) { in pkey_set_type()2003 if (!EVP_KEYMGMT_up_ref(tmp_keymgmt)) { /* refcnt++ */ in evp_pkey_export_to_provider()
Completed in 37 milliseconds