Home
last modified time | relevance | path

Searched refs:ecryptfs_auth_tok (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/security/keys/encrypted-keys/
Decryptfs_format.h25 u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok);
27 int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok,
Decryptfs_format.c21 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()
Dencrypted.c636 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/
Decryptfs_kernel.h54 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,
Dkeystore.c467 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 …]
Ddebug.c32 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_dump_auth_tok()
Dmain.c202 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_init_global_auth_toks()
/Linux-v4.19/include/linux/
Decryptfs.h93 struct ecryptfs_auth_tok { struct