Searched refs:ecryptfs_auth_tok (Results 1 – 8 of 8) sorted by relevance
/linux/fs/ecryptfs/ |
A D | ecryptfs_kernel.h | 40 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok); 58 struct ecryptfs_auth_tok *auth_tok; 77 static inline struct ecryptfs_auth_tok * 89 return (struct ecryptfs_auth_tok *)payload->payload_data; in ecryptfs_get_encrypted_key_payload_data() 98 static inline struct ecryptfs_auth_tok * 111 static inline struct ecryptfs_auth_tok * 114 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_get_key_payload_data() 125 return (struct ecryptfs_auth_tok *)ukp->data; in ecryptfs_get_key_payload_data() 364 struct ecryptfs_auth_tok auth_tok; 651 struct ecryptfs_auth_tok **auth_tok,
|
A D | keystore.c | 453 struct ecryptfs_auth_tok **auth_tok) in ecryptfs_verify_auth_tok_from_key() 486 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_global_auth_tok_for_sig() 556 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_auth_tok_for_sig() 596 struct ecryptfs_auth_tok *auth_tok; 866 struct ecryptfs_auth_tok *auth_tok; 1226 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_1_packet() 1358 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_3_packet() 1765 struct ecryptfs_auth_tok *new_auth_tok; in ecryptfs_parse_packet_set() 1962 struct ecryptfs_auth_tok *auth_tok, in pki_encrypt_session_key() 2175 struct ecryptfs_auth_tok *auth_tok, in write_tag_3_packet() [all …]
|
A D | debug.c | 18 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_dump_auth_tok()
|
A D | main.c | 188 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_init_global_auth_toks()
|
/linux/security/keys/encrypted-keys/ |
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,
|
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()
|
A D | encrypted.c | 624 payload_datalen = sizeof(struct ecryptfs_auth_tok); in encrypted_key_alloc() 731 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/ |
A D | ecryptfs.h | 93 struct ecryptfs_auth_tok { struct
|
Completed in 16 milliseconds