Lines Matching refs:auth_tok_list
1243 unsigned char *data, struct list_head *auth_tok_list, in parse_tag_1_packet() argument
1341 list_add(&auth_tok_list_item->list, auth_tok_list); in parse_tag_1_packet()
1375 unsigned char *data, struct list_head *auth_tok_list, in parse_tag_3_packet() argument
1517 list_add(&auth_tok_list_item->list, auth_tok_list); in parse_tag_3_packet()
1764 struct list_head auth_tok_list; in ecryptfs_parse_packet_set() local
1777 INIT_LIST_HEAD(&auth_tok_list); in ecryptfs_parse_packet_set()
1788 &auth_tok_list, &new_auth_tok, in ecryptfs_parse_packet_set()
1832 &auth_tok_list, &new_auth_tok, in ecryptfs_parse_packet_set()
1855 if (list_empty(&auth_tok_list)) { in ecryptfs_parse_packet_set()
1870 list_for_each_entry(auth_tok_list_item, &auth_tok_list, list) { in ecryptfs_parse_packet_set()
1934 &auth_tok_list, list) { in ecryptfs_parse_packet_set()
1959 wipe_auth_tok_list(&auth_tok_list); in ecryptfs_parse_packet_set()