Searched refs:obj_list_remove (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | obj.h | 51 TSS_RESULT obj_list_remove(struct obj_list *, void (*)(void *), TSS_HOBJECT, TSS_HCONTEXT);
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | obj_daa.c | 64 if ((result = obj_list_remove(&daa_list, &daa_free, hObject, tspContext))) in obj_daa_remove()
|
H A D | obj_hash.c | 222 if ((result = obj_list_remove(&hash_list, &__tspi_hash_free, hObject, tspContext))) in obj_hash_remove()
|
H A D | obj.c | 171 obj_list_remove(struct obj_list *list, void (*freeFcn)(void *), TSS_HOBJECT hObject, TSS_HCONTEXT t… in obj_list_remove() function
|
H A D | obj_delfamily.c | 79 if ((result = obj_list_remove(&delfamily_list, &delfamily_free, hFamily, hContext))) in obj_delfamily_remove()
|
H A D | obj_encdata.c | 426 if ((result = obj_list_remove(&encdata_list, &encdata_free, hObject, tspContext))) in obj_encdata_remove()
|
H A D | obj_nv.c | 71 if ((result = obj_list_remove(&nvstore_list, &nvstore_free, hObject, tspContext))) in obj_nvstore_remove()
|
H A D | obj_pcrs.c | 97 if ((result = obj_list_remove(&pcrs_list, &pcrs_free, hObject, tspContext))) in obj_pcrs_remove()
|
H A D | obj_migdata.c | 71 if ((result = obj_list_remove(&migdata_list, &migdata_free, hMigData, hContext))) in obj_migdata_remove()
|
H A D | obj_context.c | 63 obj_list_remove(&context_list, &__tspi_obj_context_free, *phObject, *phObject); in obj_context_add()
|
H A D | obj_policy.c | 80 if ((result = obj_list_remove(&policy_list, &__tspi_policy_free, hObject, tspContext))) in obj_policy_remove()
|
H A D | obj_rsakey.c | 1837 if ((result = obj_list_remove(&rsakey_list, &__tspi_rsakey_free, hObject, tspContext))) in obj_rsakey_remove()
|