Symbol: ecryptfs_auth_tok
fs/ecryptfs/debug.c
18
void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok)
fs/ecryptfs/ecryptfs_kernel.h
100
static inline struct ecryptfs_auth_tok *
fs/ecryptfs/ecryptfs_kernel.h
113
static inline struct ecryptfs_auth_tok *
fs/ecryptfs/ecryptfs_kernel.h
116
struct ecryptfs_auth_tok *auth_tok;
fs/ecryptfs/ecryptfs_kernel.h
127
return (struct ecryptfs_auth_tok *)ukp->data;
fs/ecryptfs/ecryptfs_kernel.h
354
struct ecryptfs_auth_tok auth_tok;
fs/ecryptfs/ecryptfs_kernel.h
42
void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok);
fs/ecryptfs/ecryptfs_kernel.h
60
struct ecryptfs_auth_tok *auth_tok;
fs/ecryptfs/ecryptfs_kernel.h
641
struct ecryptfs_auth_tok **auth_tok,
fs/ecryptfs/ecryptfs_kernel.h
79
static inline struct ecryptfs_auth_tok *
fs/ecryptfs/ecryptfs_kernel.h
91
return (struct ecryptfs_auth_tok *)payload->payload_data;
fs/ecryptfs/keystore.c
1058
ecryptfs_get_auth_tok_sig(char **sig, struct ecryptfs_auth_tok *auth_tok)
fs/ecryptfs/keystore.c
1086
decrypt_pki_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok,
fs/ecryptfs/keystore.c
1188
struct ecryptfs_auth_tok **new_auth_tok,
fs/ecryptfs/keystore.c
1320
struct ecryptfs_auth_tok **new_auth_tok,
fs/ecryptfs/keystore.c
1573
struct ecryptfs_auth_tok **auth_tok,
fs/ecryptfs/keystore.c
1609
decrypt_passphrase_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok,
fs/ecryptfs/keystore.c
1724
struct ecryptfs_auth_tok *matching_auth_tok;
fs/ecryptfs/keystore.c
1725
struct ecryptfs_auth_tok *candidate_auth_tok;
fs/ecryptfs/keystore.c
1728
struct ecryptfs_auth_tok *new_auth_tok;
fs/ecryptfs/keystore.c
1922
struct ecryptfs_auth_tok *auth_tok,
fs/ecryptfs/keystore.c
1980
struct key *auth_tok_key, struct ecryptfs_auth_tok *auth_tok,
fs/ecryptfs/keystore.c
2135
struct ecryptfs_auth_tok *auth_tok,
fs/ecryptfs/keystore.c
2364
struct ecryptfs_auth_tok *auth_tok;
fs/ecryptfs/keystore.c
454
struct ecryptfs_auth_tok **auth_tok)
fs/ecryptfs/keystore.c
487
struct ecryptfs_auth_tok **auth_tok,
fs/ecryptfs/keystore.c
557
struct ecryptfs_auth_tok **auth_tok,
fs/ecryptfs/keystore.c
597
struct ecryptfs_auth_tok *auth_tok;
fs/ecryptfs/keystore.c
825
struct ecryptfs_auth_tok *auth_tok;
fs/ecryptfs/main.c
188
struct ecryptfs_auth_tok *auth_tok;
security/keys/encrypted-keys/ecryptfs_format.c
19
u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok)
security/keys/encrypted-keys/ecryptfs_format.c
48
int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok,
security/keys/encrypted-keys/ecryptfs_format.h
22
u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok);
security/keys/encrypted-keys/ecryptfs_format.h
24
int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok,
security/keys/encrypted-keys/encrypted.c
623
payload_datalen = sizeof(struct ecryptfs_auth_tok);
security/keys/encrypted-keys/encrypted.c
730
ecryptfs_get_auth_tok_key((struct ecryptfs_auth_tok *)epayload->payload_data);
security/keys/encrypted-keys/encrypted.c
758
ecryptfs_fill_auth_tok((struct ecryptfs_auth_tok *)epayload->payload_data,