Searched refs:encrypted_key_payload (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/security/keys/encrypted-keys/ |
D | encrypted.h | 26 static inline void dump_decrypted_data(struct encrypted_key_payload *epayload) in dump_decrypted_data() 33 static inline void dump_encrypted_data(struct encrypted_key_payload *epayload, in dump_encrypted_data() 53 static inline void dump_decrypted_data(struct encrypted_key_payload *epayload) in dump_decrypted_data() 57 static inline void dump_encrypted_data(struct encrypted_key_payload *epayload, in dump_encrypted_data()
|
D | encrypted.c | 270 static char *datablob_format(struct encrypted_key_payload *epayload, in datablob_format() 422 static struct key *request_master_key(struct encrypted_key_payload *epayload, in request_master_key() 458 static int derived_key_encrypt(struct encrypted_key_payload *epayload, in derived_key_encrypt() 500 static int datablob_hmac_append(struct encrypted_key_payload *epayload, in datablob_hmac_append() 522 static int datablob_hmac_verify(struct encrypted_key_payload *epayload, in datablob_hmac_verify() 560 static int derived_key_decrypt(struct encrypted_key_payload *epayload, in derived_key_decrypt() 607 static struct encrypted_key_payload *encrypted_key_alloc(struct key *key, in encrypted_key_alloc() 612 struct encrypted_key_payload *epayload = NULL; in encrypted_key_alloc() 667 static int encrypted_key_decrypt(struct encrypted_key_payload *epayload, in encrypted_key_decrypt() 724 static void __ekey_init(struct encrypted_key_payload *epayload, in __ekey_init() [all …]
|
/Linux-v5.4/include/keys/ |
D | encrypted-type.h | 18 struct encrypted_key_payload { struct
|
/Linux-v5.4/drivers/nvdimm/ |
D | security.c | 29 struct encrypted_key_payload *epayload = dereference_key_locked(key); in key_data() 66 struct encrypted_key_payload *epayload; in nvdimm_request_key() 95 struct encrypted_key_payload *epayload; in nvdimm_lookup_user_key()
|
/Linux-v5.4/security/integrity/evm/ |
D | evm_crypto.c | 356 struct encrypted_key_payload *ekp; in evm_init_key()
|
/Linux-v5.4/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 80 struct encrypted_key_payload *payload; in ecryptfs_get_encrypted_key_payload_data()
|