Home
last modified time | relevance | path

Searched refs:auth_tok_list (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dkeystore.c1209 * @auth_tok_list: eCryptfs parses packets into authentication tokens;
1215 * auth_tok_list.
1224 unsigned char *data, struct list_head *auth_tok_list, in parse_tag_1_packet()
1322 list_add(&auth_tok_list_item->list, auth_tok_list); in parse_tag_1_packet()
1341 * @auth_tok_list: eCryptfs parses packets into authentication tokens;
1347 * auth_tok_list.
1356 unsigned char *data, struct list_head *auth_tok_list, in parse_tag_3_packet()
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()
1223 parse_tag_1_packet(struct ecryptfs_crypt_stat *crypt_stat, unsigned char *data, struct list_head *auth_tok_list, struct ecryptfs_auth_tok **new_auth_tok, size_t *packet_size, size_t max_packet_size) parse_tag_1_packet() argument
1355 parse_tag_3_packet(struct ecryptfs_crypt_stat *crypt_stat, unsigned char *data, struct list_head *auth_tok_list, struct ecryptfs_auth_tok **new_auth_tok, size_t *packet_size, size_t max_packet_size) parse_tag_3_packet() argument
[all...]
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dkeystore.c1210 * @auth_tok_list: eCryptfs parses packets into authentication tokens;
1216 * auth_tok_list.
1225 unsigned char *data, struct list_head *auth_tok_list, in parse_tag_1_packet()
1323 list_add(&auth_tok_list_item->list, auth_tok_list); in parse_tag_1_packet()
1342 * @auth_tok_list: eCryptfs parses packets into authentication tokens;
1348 * auth_tok_list.
1357 unsigned char *data, struct list_head *auth_tok_list, in parse_tag_3_packet()
1499 list_add(&auth_tok_list_item->list, auth_tok_list); in parse_tag_3_packet()
1760 struct list_head auth_tok_list; in ecryptfs_parse_packet_set() local
1773 INIT_LIST_HEAD(&auth_tok_list); in ecryptfs_parse_packet_set()
1224 parse_tag_1_packet(struct ecryptfs_crypt_stat *crypt_stat, unsigned char *data, struct list_head *auth_tok_list, struct ecryptfs_auth_tok **new_auth_tok, size_t *packet_size, size_t max_packet_size) parse_tag_1_packet() argument
1356 parse_tag_3_packet(struct ecryptfs_crypt_stat *crypt_stat, unsigned char *data, struct list_head *auth_tok_list, struct ecryptfs_auth_tok **new_auth_tok, size_t *packet_size, size_t max_packet_size) parse_tag_3_packet() argument
[all...]

Completed in 5 milliseconds