Lines Matching refs:auth_tok
18 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok)
24 auth_tok);
25 if (auth_tok->flags & ECRYPTFS_PRIVATE_KEY) {
29 ecryptfs_to_hex(salt, auth_tok->token.password.salt,
33 if (auth_tok->token.password.flags &
37 memcpy(sig, auth_tok->token.password.signature,
43 auth_tok->session_key.flags);
44 if (auth_tok->session_key.flags
48 if (auth_tok->session_key.flags
52 if (auth_tok->session_key.flags & ECRYPTFS_CONTAINS_DECRYPTED_KEY) {
56 auth_tok->session_key.decrypted_key_size);
60 ecryptfs_dump_hex(auth_tok->session_key.decrypted_key,
63 if (auth_tok->session_key.flags & ECRYPTFS_CONTAINS_ENCRYPTED_KEY) {
67 auth_tok->session_key.encrypted_key_size);
71 ecryptfs_dump_hex(auth_tok->session_key.encrypted_key,
72 auth_tok->session_key.