Lines Matching refs:candidate_auth_tok
1762 struct ecryptfs_auth_tok *candidate_auth_tok;
1867 candidate_auth_tok = &auth_tok_list_item->auth_tok;
1871 ecryptfs_dump_auth_tok(candidate_auth_tok);
1874 candidate_auth_tok);
1878 candidate_auth_tok->token_type);
1898 if (candidate_auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) {
1899 memcpy(&(candidate_auth_tok->token.private_key),
1904 rc = decrypt_pki_encrypted_session_key(candidate_auth_tok,
1906 } else if (candidate_auth_tok->token_type == ECRYPTFS_PASSWORD) {
1907 memcpy(&(candidate_auth_tok->token.password),
1913 candidate_auth_tok, crypt_stat);
1931 if (candidate_auth_tok