Searched refs:ecryptfs_auth_tok (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/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 | 636 payload_datalen = sizeof(struct ecryptfs_auth_tok); in encrypted_key_alloc() 736 ecryptfs_get_auth_tok_key((struct ecryptfs_auth_tok *)epayload->payload_data); in __ekey_init() 763 ecryptfs_fill_auth_tok((struct ecryptfs_auth_tok *)epayload->payload_data, in encrypted_init()
|
/Linux-v4.19/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 54 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok); 72 struct ecryptfs_auth_tok *auth_tok; 91 static inline struct ecryptfs_auth_tok * 103 return (struct ecryptfs_auth_tok *)payload->payload_data; in ecryptfs_get_encrypted_key_payload_data() 112 static inline struct ecryptfs_auth_tok * 125 static inline struct ecryptfs_auth_tok * 128 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_get_key_payload_data() 139 return (struct ecryptfs_auth_tok *)ukp->data; in ecryptfs_get_key_payload_data() 381 struct ecryptfs_auth_tok auth_tok; 680 struct ecryptfs_auth_tok **auth_tok,
|
D | keystore.c | 467 struct ecryptfs_auth_tok **auth_tok) in ecryptfs_verify_auth_tok_from_key() 500 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_global_auth_tok_for_sig() 569 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_auth_tok_for_sig() 609 struct ecryptfs_auth_tok *auth_tok; 880 struct ecryptfs_auth_tok *auth_tok; 1111 ecryptfs_get_auth_tok_sig(char **sig, struct ecryptfs_auth_tok *auth_tok) in ecryptfs_get_auth_tok_sig() 1139 decrypt_pki_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok, in decrypt_pki_encrypted_session_key() 1239 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_1_packet() 1371 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_3_packet() 1623 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 | 202 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_init_global_auth_toks()
|
/Linux-v4.19/include/linux/ |
D | ecryptfs.h | 93 struct ecryptfs_auth_tok { struct
|