Home
last modified time | relevance | path

Searched refs:obj_list_remove (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj.h51 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 Dobj_daa.c64 if ((result = obj_list_remove(&daa_list, &daa_free, hObject, tspContext))) in obj_daa_remove()
H A Dobj_hash.c222 if ((result = obj_list_remove(&hash_list, &__tspi_hash_free, hObject, tspContext))) in obj_hash_remove()
H A Dobj.c171 obj_list_remove(struct obj_list *list, void (*freeFcn)(void *), TSS_HOBJECT hObject, TSS_HCONTEXT t… in obj_list_remove() function
H A Dobj_delfamily.c79 if ((result = obj_list_remove(&delfamily_list, &delfamily_free, hFamily, hContext))) in obj_delfamily_remove()
H A Dobj_encdata.c426 if ((result = obj_list_remove(&encdata_list, &encdata_free, hObject, tspContext))) in obj_encdata_remove()
H A Dobj_nv.c71 if ((result = obj_list_remove(&nvstore_list, &nvstore_free, hObject, tspContext))) in obj_nvstore_remove()
H A Dobj_pcrs.c97 if ((result = obj_list_remove(&pcrs_list, &pcrs_free, hObject, tspContext))) in obj_pcrs_remove()
H A Dobj_migdata.c71 if ((result = obj_list_remove(&migdata_list, &migdata_free, hMigData, hContext))) in obj_migdata_remove()
H A Dobj_context.c63 obj_list_remove(&context_list, &__tspi_obj_context_free, *phObject, *phObject); in obj_context_add()
H A Dobj_policy.c80 if ((result = obj_list_remove(&policy_list, &__tspi_policy_free, hObject, tspContext))) in obj_policy_remove()
H A Dobj_rsakey.c1837 if ((result = obj_list_remove(&rsakey_list, &__tspi_rsakey_free, hObject, tspContext))) in obj_rsakey_remove()