Lines Matching refs:candidate_auth_tok
1761 struct ecryptfs_auth_tok *candidate_auth_tok;
1866 candidate_auth_tok = &auth_tok_list_item->auth_tok;
1870 ecryptfs_dump_auth_tok(candidate_auth_tok);
1873 candidate_auth_tok);
1877 candidate_auth_tok->token_type);
1897 if (candidate_auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) {
1898 memcpy(&(candidate_auth_tok->token.private_key),
1903 rc = decrypt_pki_encrypted_session_key(candidate_auth_tok,
1905 } else if (candidate_auth_tok->token_type == ECRYPTFS_PASSWORD) {
1906 memcpy(&(candidate_auth_tok->token.password),
1912 candidate_auth_tok, crypt_stat);
1930 if (candidate_auth_tok