Lines Matching refs:candidate_auth_tok
1766 struct ecryptfs_auth_tok *candidate_auth_tok; in ecryptfs_parse_packet_set() local
1871 candidate_auth_tok = &auth_tok_list_item->auth_tok; in ecryptfs_parse_packet_set()
1875 ecryptfs_dump_auth_tok(candidate_auth_tok); in ecryptfs_parse_packet_set()
1878 candidate_auth_tok); in ecryptfs_parse_packet_set()
1882 candidate_auth_tok->token_type); in ecryptfs_parse_packet_set()
1902 if (candidate_auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) { in ecryptfs_parse_packet_set()
1903 memcpy(&(candidate_auth_tok->token.private_key), in ecryptfs_parse_packet_set()
1908 rc = decrypt_pki_encrypted_session_key(candidate_auth_tok, in ecryptfs_parse_packet_set()
1910 } else if (candidate_auth_tok->token_type == ECRYPTFS_PASSWORD) { in ecryptfs_parse_packet_set()
1911 memcpy(&(candidate_auth_tok->token.password), in ecryptfs_parse_packet_set()
1917 candidate_auth_tok, crypt_stat); in ecryptfs_parse_packet_set()
1935 if (candidate_auth_tok in ecryptfs_parse_packet_set()