Home
last modified time | relevance | path

Searched refs:POLICY_LIST (Results 1 – 3 of 3) sorted by relevance

/external/tpm2-tss/src/tss2-fapi/
Difapi_policy_execute.h34 struct POLICY_LIST { struct
37 struct POLICY_LIST *next; /**< Pointer to next element */ argument
151 struct POLICY_LIST *policy_list;
Difapi_policy_callbacks.c785 struct POLICY_LIST **policy_found) in search_policy()
791 struct POLICY_LIST *policy_object = NULL; in search_policy()
792 struct POLICY_LIST *second; in search_policy()
866 policy_object = calloc(sizeof(struct POLICY_LIST), 1); in search_policy()
979 cleanup_policy_list(struct POLICY_LIST * list) { in cleanup_policy_list()
981 struct POLICY_LIST * branch = list; in cleanup_policy_list()
983 struct POLICY_LIST *next = branch->next; in cleanup_policy_list()
1041 struct POLICY_LIST *branch; in ifapi_exec_auth_policy()
/external/tpm2-tss/doc/
Ddoxygen.dox1831 \fn static void cleanup_policy_list(struct POLICY_LIST * list)
1912 struct POLICY_LIST **policy_found)