Searched refs:ecryptfs_auth_tok (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/security/keys/encrypted-keys/ |
D | ecryptfs_format.h | 25 u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok); 27 int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok,
|
D | ecryptfs_format.c | 21 u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_get_auth_tok_key() 50 int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok, in ecryptfs_fill_auth_tok()
|
D | encrypted.c | 627 payload_datalen = sizeof(struct ecryptfs_auth_tok); in encrypted_key_alloc() 726 ecryptfs_get_auth_tok_key((struct ecryptfs_auth_tok *)epayload->payload_data); in __ekey_init() 753 ecryptfs_fill_auth_tok((struct ecryptfs_auth_tok *)epayload->payload_data, in encrypted_init()
|
/linux-4.1.27/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 53 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok); 65 struct ecryptfs_auth_tok *auth_tok; 84 static inline struct ecryptfs_auth_tok * 88 return (struct ecryptfs_auth_tok *) 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() 120 return (struct ecryptfs_auth_tok *) in ecryptfs_get_key_payload_data() 367 struct ecryptfs_auth_tok auth_tok; 667 struct ecryptfs_auth_tok **auth_tok,
|
D | keystore.c | 465 struct ecryptfs_auth_tok **auth_tok) in ecryptfs_verify_auth_tok_from_key() 492 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_global_auth_tok_for_sig() 561 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_auth_tok_for_sig() 601 struct ecryptfs_auth_tok *auth_tok; 888 struct ecryptfs_auth_tok *auth_tok; 1116 ecryptfs_get_auth_tok_sig(char **sig, struct ecryptfs_auth_tok *auth_tok) in ecryptfs_get_auth_tok_sig() 1144 decrypt_pki_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok, in decrypt_pki_encrypted_session_key() 1244 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_1_packet() 1376 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_3_packet() 1628 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_keyring_auth_tok_for_sig() [all …]
|
D | debug.c | 32 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_dump_auth_tok()
|
D | main.c | 203 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_init_global_auth_toks()
|
/linux-4.1.27/include/linux/ |
D | ecryptfs.h | 92 struct ecryptfs_auth_tok { struct
|