Searched refs:ecryptfs_auth_tok (Results 1 – 6 of 6) sorted by relevance
/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 | 650 payload_datalen = sizeof(struct ecryptfs_auth_tok); in encrypted_key_alloc() 757 ecryptfs_get_auth_tok_key((struct ecryptfs_auth_tok *)epayload->payload_data); in __ekey_init() 785 ecryptfs_fill_auth_tok((struct ecryptfs_auth_tok *)epayload->payload_data, in encrypted_init()
|
/linux/fs/ecryptfs/ |
H A D | keystore.c | 455 struct ecryptfs_auth_tok **auth_tok) in ecryptfs_verify_auth_tok_from_key() 488 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_global_auth_tok_for_sig() 558 struct ecryptfs_auth_tok **auth_tok, in ecryptfs_find_auth_tok_for_sig() 598 struct ecryptfs_auth_tok *auth_tok; 868 struct ecryptfs_auth_tok *auth_tok; 1100 ecryptfs_get_auth_tok_sig(char **sig, struct ecryptfs_auth_tok *auth_tok) in ecryptfs_get_auth_tok_sig() 1128 decrypt_pki_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok, in decrypt_pki_encrypted_session_key() 1228 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_1_packet() 1360 struct ecryptfs_auth_tok **new_auth_tok, in parse_tag_3_packet() 1612 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()
|
/linux/include/linux/ |
H A D | ecryptfs.h | 93 struct ecryptfs_auth_tok { struct
|