Home
last modified time | relevance | path

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

/crypto/encode_decode/
A Ddecoder_pkey.c131 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()
/crypto/evp/
A Dkeymgmt_meth.c27 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
A Dkeymgmt_lib.c275 if (!EVP_KEYMGMT_up_ref(keymgmt)) { in evp_keymgmt_util_cache_keydata()
A Dpmeth_lib.c254 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()
A Dp_lib.c1610 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