Home
last modified time | relevance | path

Searched refs:ecryptfs_auth_tok (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/ecryptfs/
Decryptfs_kernel.h145 struct ecryptfs_auth_tok { struct
158 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok); argument
170 struct ecryptfs_auth_tok *auth_tok;
188 static inline struct ecryptfs_auth_tok *
191 return (struct ecryptfs_auth_tok *) in ecryptfs_get_key_payload_data()
409 struct ecryptfs_auth_tok auth_tok;
727 struct ecryptfs_auth_tok **auth_tok,
Dkeystore.c465 struct ecryptfs_auth_tok **auth_tok) in ecryptfs_verify_auth_tok_from_key()
492 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_global_auth_tok_for_sig()
561 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_auth_tok_for_sig()
601 struct ecryptfs_auth_tok *auth_tok;
893 struct ecryptfs_auth_tok *auth_tok;
1123 ecryptfs_get_auth_tok_sig(char **sig, struct ecryptfs_auth_tok *auth_tok) in ecryptfs_get_auth_tok_sig()
1151 decrypt_pki_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok, in decrypt_pki_encrypted_session_key()
1251 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_1_packet()
1383 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_3_packet()
1635 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_keyring_auth_tok_for_sig()
[all …]
Ddebug.c32 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_dump_auth_tok()
Dmain.c270 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_init_global_auth_toks()