Searched refs:ecryptfs_auth_tok (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ecryptfs/ |
| H A D | ecryptfs_kernel.h | 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,
|
| H A D | keystore.c | 454 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 D | debug.c | 18 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_dump_auth_tok()
|
| H A D | main.c | 188 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_init_global_auth_toks()
|
| /linux/security/keys/encrypted-keys/ |
| H A D | ecryptfs_format.h | 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,
|
| H A D | ecryptfs_format.c | 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()
|
| H A D | encrypted.c | 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()
|
| /linux/include/linux/ |
| H A D | ecryptfs.h | 93 struct ecryptfs_auth_tok { struct
|