Home
last modified time | relevance | path

Searched refs:ecryptfs_auth_tok (Results 1 – 8 of 8) 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,
H A Dkeystore.c454 struct ecryptfs_auth_tok **auth_tok) in ecryptfs_verify_auth_tok_from_key()
487 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_global_auth_tok_for_sig()
557 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_auth_tok_for_sig()
597 struct ecryptfs_auth_tok *auth_tok;
825 struct ecryptfs_auth_tok *auth_tok;
1058 ecryptfs_get_auth_tok_sig(char **sig, struct ecryptfs_auth_tok *auth_tok) in ecryptfs_get_auth_tok_sig()
1086 decrypt_pki_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok, in decrypt_pki_encrypted_session_key()
1188 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_1_packet()
1320 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_3_packet()
1573 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_keyring_auth_tok_for_sig()
[all …]
H A Ddebug.c18 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_dump_auth_tok()
H A Dmain.c188 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_init_global_auth_toks()
/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