Searched refs:candidate_auth_tok (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ecryptfs/
H A Dkeystore.c1764 struct ecryptfs_auth_tok *candidate_auth_tok; local
1869 candidate_auth_tok = &auth_tok_list_item->auth_tok;
1873 ecryptfs_dump_auth_tok(candidate_auth_tok);
1876 candidate_auth_tok);
1880 candidate_auth_tok->token_type);
1900 if (candidate_auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) {
1901 memcpy(&(candidate_auth_tok->token.private_key),
1906 rc = decrypt_pki_encrypted_session_key(candidate_auth_tok,
1908 } else if (candidate_auth_tok->token_type == ECRYPTFS_PASSWORD) {
1909 memcpy(&(candidate_auth_tok
[all...]

Completed in 138 milliseconds