Searched refs:new_auth_tok (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | keystore.c | 1212 * @new_auth_tok: Pointer to a pointer to memory that this function 1225 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_1_packet() 1234 (*new_auth_tok) = NULL; in parse_tag_1_packet() 1269 (*new_auth_tok) = &auth_tok_list_item->auth_tok; in parse_tag_1_packet() 1294 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature, in parse_tag_1_packet() 1300 (*new_auth_tok)->session_key.encrypted_key_size = in parse_tag_1_packet() 1302 if ((*new_auth_tok)->session_key.encrypted_key_size in parse_tag_1_packet() 1309 memcpy((*new_auth_tok)->session_key.encrypted_key, in parse_tag_1_packet() 1311 (*packet_size) += (*new_auth_tok)->session_key.encrypted_key_size; in parse_tag_1_packet() 1312 (*new_auth_tok) in parse_tag_1_packet() 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 1764 struct ecryptfs_auth_tok *new_auth_tok; ecryptfs_parse_packet_set() local 2514 struct ecryptfs_global_auth_tok *new_auth_tok; ecryptfs_add_global_auth_tok() local [all...] |
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | keystore.c | 1213 * @new_auth_tok: Pointer to a pointer to memory that this function 1226 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_1_packet() 1235 (*new_auth_tok) = NULL; in parse_tag_1_packet() 1270 (*new_auth_tok) = &auth_tok_list_item->auth_tok; in parse_tag_1_packet() 1295 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature, in parse_tag_1_packet() 1301 (*new_auth_tok)->session_key.encrypted_key_size = in parse_tag_1_packet() 1303 if ((*new_auth_tok)->session_key.encrypted_key_size in parse_tag_1_packet() 1310 memcpy((*new_auth_tok)->session_key.encrypted_key, in parse_tag_1_packet() 1312 (*packet_size) += (*new_auth_tok)->session_key.encrypted_key_size; in parse_tag_1_packet() 1313 (*new_auth_tok) in parse_tag_1_packet() 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 1765 struct ecryptfs_auth_tok *new_auth_tok; ecryptfs_parse_packet_set() local 2515 struct ecryptfs_global_auth_tok *new_auth_tok; ecryptfs_add_global_auth_tok() local [all...] |
Completed in 5 milliseconds