Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Decryptfs_kernel.h42 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok);
60 struct ecryptfs_auth_tok *auth_tok;
79 static inline struct ecryptfs_auth_tok *
91 return (struct ecryptfs_auth_tok *)payload->payload_data; in ecryptfs_get_encrypted_key_payload_data()
100 static inline struct ecryptfs_auth_tok *
113 static inline struct ecryptfs_auth_tok *
116 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_get_key_payload_data()
127 return (struct ecryptfs_auth_tok *)ukp->data; in ecryptfs_get_key_payload_data()
354 struct ecryptfs_auth_tok auth_tok;
641 struct ecryptfs_auth_tok **auth_tok,
/linux/security/keys/encrypted-keys/
H A Decryptfs_format.h22 u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok);
24 int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok,
H A Decryptfs_format.c19 u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_get_auth_tok_key()
48 int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok, in ecryptfs_fill_auth_tok()
H A Dencrypted.c623 payload_datalen = sizeof(struct ecryptfs_auth_tok); in encrypted_key_alloc()
730 ecryptfs_get_auth_tok_key((struct ecryptfs_auth_tok *)epayload->payload_data); in __ekey_init()
758 ecryptfs_fill_auth_tok((struct ecryptfs_auth_tok *)epayload->payload_data, in encrypted_init()
/linux/include/linux/
H A Decryptfs.h93 struct ecryptfs_auth_tok { struct