Home
last modified time | relevance | path

Searched refs:obj_list_close (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_daaissuerkey.h37 #define DAAISSUERKEY_LIST_CLOSE(a) obj_list_close(&daaissuerkey_list, \
H A Dobj_daacred.h37 #define DAACRED_LIST_CLOSE(a) obj_list_close(&daacred_list, &daacred_free, a)
H A Dobj_daaarakey.h37 #define DAAARAKEY_LIST_CLOSE(a) obj_list_close(&daaarakey_list, &daaarakey_free, a)
H A Dobj_daa.h37 #define DAA_LIST_CLOSE(a) obj_list_close(&daa_list, &daa_free, a)
H A Dobj.h55 void obj_list_close(struct obj_list *, void (*)(void *), TSS_HCONTEXT);
H A Dobj_hash.h39 #define HASH_LIST_CLOSE(a) obj_list_close(&hash_list, &__tspi_hash_free, a)
H A Dobj_delfamily.h50 #define DELFAMILY_LIST_CLOSE(a) obj_list_close(&delfamily_list, &delfamily_free, a)
H A Dobj_encdata.h57 #define ENCDATA_LIST_CLOSE(a) obj_list_close(&encdata_list, &encdata_free, a)
H A Dobj_pcrs.h53 #define PCRS_LIST_CLOSE(a) obj_list_close(&pcrs_list, &pcrs_free, a)
H A Dobj_tpm.h76 #define TPM_LIST_CLOSE(a) obj_list_close(&tpm_list, &tpm_free, a)
H A Dobj_nv.h73 #define NVSTORE_LIST_CLOSE(a) obj_list_close(&nvstore_list, &nvstore_free, a)
H A Dobj_context.h91 #define CONTEXT_LIST_CLOSE(a) obj_list_close(&context_list, &__tspi_obj_context_free, a)
H A Dobj_migdata.h123 #define MIGDATA_LIST_CLOSE(a) obj_list_close(&migdata_list, &migdata_free, a)
H A Dobj_rsakey.h115 #define RSAKEY_LIST_CLOSE(a) obj_list_close(&rsakey_list, &__tspi_rsakey_free, a)
H A Dobj_policy.h183 #define POLICY_LIST_CLOSE(a) obj_list_close(&policy_list, &__tspi_policy_free, a)
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj.c204 obj_list_close(struct obj_list *list, void (*freeFcn)(void *), TSS_HCONTEXT tspContext) in obj_list_close() function