Searched defs:epayload (Results 1 – 2 of 2) sorted by relevance
/security/keys/encrypted-keys/ |
D | encrypted.h | 25 static inline void dump_decrypted_data(struct encrypted_key_payload *epayload) in dump_decrypted_data() 32 static inline void dump_encrypted_data(struct encrypted_key_payload *epayload, in dump_encrypted_data() 52 static inline void dump_decrypted_data(struct encrypted_key_payload *epayload) in dump_decrypted_data() 56 static inline void dump_encrypted_data(struct encrypted_key_payload *epayload, in dump_encrypted_data()
|
D | encrypted.c | 275 static char *datablob_format(struct encrypted_key_payload *epayload, in datablob_format() 435 static struct key *request_master_key(struct encrypted_key_payload *epayload, in request_master_key() 471 static int derived_key_encrypt(struct encrypted_key_payload *epayload, in derived_key_encrypt() 511 static int datablob_hmac_append(struct encrypted_key_payload *epayload, in datablob_hmac_append() 532 static int datablob_hmac_verify(struct encrypted_key_payload *epayload, in datablob_hmac_verify() 569 static int derived_key_decrypt(struct encrypted_key_payload *epayload, in derived_key_decrypt() 610 struct encrypted_key_payload *epayload = NULL; in encrypted_key_alloc() local 658 static int encrypted_key_decrypt(struct encrypted_key_payload *epayload, in encrypted_key_decrypt() 714 static void __ekey_init(struct encrypted_key_payload *epayload, in __ekey_init() 748 static int encrypted_init(struct encrypted_key_payload *epayload, in encrypted_init() [all …]
|