Searched refs:obj_list_close (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | obj_daaissuerkey.h | 37 #define DAAISSUERKEY_LIST_CLOSE(a) obj_list_close(&daaissuerkey_list, \
|
H A D | obj_daacred.h | 37 #define DAACRED_LIST_CLOSE(a) obj_list_close(&daacred_list, &daacred_free, a)
|
H A D | obj_daaarakey.h | 37 #define DAAARAKEY_LIST_CLOSE(a) obj_list_close(&daaarakey_list, &daaarakey_free, a)
|
H A D | obj_daa.h | 37 #define DAA_LIST_CLOSE(a) obj_list_close(&daa_list, &daa_free, a)
|
H A D | obj.h | 55 void obj_list_close(struct obj_list *, void (*)(void *), TSS_HCONTEXT);
|
H A D | obj_hash.h | 39 #define HASH_LIST_CLOSE(a) obj_list_close(&hash_list, &__tspi_hash_free, a)
|
H A D | obj_delfamily.h | 50 #define DELFAMILY_LIST_CLOSE(a) obj_list_close(&delfamily_list, &delfamily_free, a)
|
H A D | obj_encdata.h | 57 #define ENCDATA_LIST_CLOSE(a) obj_list_close(&encdata_list, &encdata_free, a)
|
H A D | obj_pcrs.h | 53 #define PCRS_LIST_CLOSE(a) obj_list_close(&pcrs_list, &pcrs_free, a)
|
H A D | obj_tpm.h | 76 #define TPM_LIST_CLOSE(a) obj_list_close(&tpm_list, &tpm_free, a)
|
H A D | obj_nv.h | 73 #define NVSTORE_LIST_CLOSE(a) obj_list_close(&nvstore_list, &nvstore_free, a)
|
H A D | obj_context.h | 91 #define CONTEXT_LIST_CLOSE(a) obj_list_close(&context_list, &__tspi_obj_context_free, a)
|
H A D | obj_migdata.h | 123 #define MIGDATA_LIST_CLOSE(a) obj_list_close(&migdata_list, &migdata_free, a)
|
H A D | obj_rsakey.h | 115 #define RSAKEY_LIST_CLOSE(a) obj_list_close(&rsakey_list, &__tspi_rsakey_free, a)
|
H A D | obj_policy.h | 183 #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 D | obj.c | 204 obj_list_close(struct obj_list *list, void (*freeFcn)(void *), TSS_HCONTEXT tspContext) in obj_list_close() function
|