Lines Matching refs:auth_tok_list_item
1193 struct ecryptfs_auth_tok_list_item *auth_tok_list_item; in wipe_auth_tok_list() local
1196 list_for_each_entry_safe(auth_tok_list_item, auth_tok_list_item_tmp, in wipe_auth_tok_list()
1198 list_del(&auth_tok_list_item->list); in wipe_auth_tok_list()
1200 auth_tok_list_item); in wipe_auth_tok_list()
1230 struct ecryptfs_auth_tok_list_item *auth_tok_list_item; in parse_tag_1_packet() local
1262 auth_tok_list_item = in parse_tag_1_packet()
1265 if (!auth_tok_list_item) { in parse_tag_1_packet()
1270 (*new_auth_tok) = &auth_tok_list_item->auth_tok; in parse_tag_1_packet()
1323 list_add(&auth_tok_list_item->list, auth_tok_list); in parse_tag_1_packet()
1327 memset(auth_tok_list_item, 0, in parse_tag_1_packet()
1330 auth_tok_list_item); in parse_tag_1_packet()
1362 struct ecryptfs_auth_tok_list_item *auth_tok_list_item; in parse_tag_3_packet() local
1397 auth_tok_list_item = in parse_tag_3_packet()
1399 if (!auth_tok_list_item) { in parse_tag_3_packet()
1404 (*new_auth_tok) = &auth_tok_list_item->auth_tok; in parse_tag_3_packet()
1499 list_add(&auth_tok_list_item->list, auth_tok_list); in parse_tag_3_packet()
1503 memset(auth_tok_list_item, 0, in parse_tag_3_packet()
1506 auth_tok_list_item); in parse_tag_3_packet()
1767 struct ecryptfs_auth_tok_list_item *auth_tok_list_item; in ecryptfs_parse_packet_set() local
1866 list_for_each_entry(auth_tok_list_item, &auth_tok_list, list) { in ecryptfs_parse_packet_set()
1867 candidate_auth_tok = &auth_tok_list_item->auth_tok; in ecryptfs_parse_packet_set()
1928 list_for_each_entry_safe(auth_tok_list_item, in ecryptfs_parse_packet_set()
1932 == &auth_tok_list_item->auth_tok) { in ecryptfs_parse_packet_set()
1933 list_del(&auth_tok_list_item->list); in ecryptfs_parse_packet_set()
1936 auth_tok_list_item); in ecryptfs_parse_packet_set()