Searched refs:candidate_auth_tok (Results 1 – 1 of 1) sorted by relevance
1725 struct ecryptfs_auth_tok *candidate_auth_tok; in ecryptfs_parse_packet_set() local1827 candidate_auth_tok = &auth_tok_list_item->auth_tok; in ecryptfs_parse_packet_set()1831 ecryptfs_dump_auth_tok(candidate_auth_tok); in ecryptfs_parse_packet_set()1834 candidate_auth_tok); in ecryptfs_parse_packet_set()1838 candidate_auth_tok->token_type); in ecryptfs_parse_packet_set()1858 if (candidate_auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) { in ecryptfs_parse_packet_set()1859 memcpy(&(candidate_auth_tok->token.private_key), in ecryptfs_parse_packet_set()1864 rc = decrypt_pki_encrypted_session_key(candidate_auth_tok, in ecryptfs_parse_packet_set()1866 } else if (candidate_auth_tok->token_type == ECRYPTFS_PASSWORD) { in ecryptfs_parse_packet_set()1867 memcpy(&(candidate_auth_tok->token.password), in ecryptfs_parse_packet_set()[all …]