Searched refs:auth_tok_list (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | keystore.c | 1224 unsigned char *data, struct list_head *auth_tok_list, in parse_tag_1_packet() argument 1322 list_add(&auth_tok_list_item->list, auth_tok_list); in parse_tag_1_packet() 1356 unsigned char *data, struct list_head *auth_tok_list, in parse_tag_3_packet() argument 1498 list_add(&auth_tok_list_item->list, auth_tok_list); in parse_tag_3_packet() 1759 struct list_head auth_tok_list; in ecryptfs_parse_packet_set() local 1772 INIT_LIST_HEAD(&auth_tok_list); in ecryptfs_parse_packet_set() 1783 &auth_tok_list, &new_auth_tok, in ecryptfs_parse_packet_set() 1827 &auth_tok_list, &new_auth_tok, in ecryptfs_parse_packet_set() 1850 if (list_empty(&auth_tok_list)) { in ecryptfs_parse_packet_set() 1865 list_for_each_entry(auth_tok_list_item, &auth_tok_list, list) { in ecryptfs_parse_packet_set() [all …]
|