Searched refs:ecryptfs_auth_tok (Results 1 – 5 of 5) sorted by relevance
42 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,
22 u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok);24 int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok,
19 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()
623 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()
93 struct ecryptfs_auth_tok { struct