Home
last modified time | relevance | path

Searched refs:encrypted_key_payload (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/security/keys/encrypted-keys/
Dencrypted.h25 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()
Dencrypted.c275 static char *datablob_format(struct encrypted_key_payload *epayload, in datablob_format()
428 static struct key *request_master_key(struct encrypted_key_payload *epayload, in request_master_key()
464 static int derived_key_encrypt(struct encrypted_key_payload *epayload, in derived_key_encrypt()
504 static int datablob_hmac_append(struct encrypted_key_payload *epayload, in datablob_hmac_append()
525 static int datablob_hmac_verify(struct encrypted_key_payload *epayload, in datablob_hmac_verify()
562 static int derived_key_decrypt(struct encrypted_key_payload *epayload, in derived_key_decrypt()
598 static struct encrypted_key_payload *encrypted_key_alloc(struct key *key, in encrypted_key_alloc()
603 struct encrypted_key_payload *epayload = NULL; in encrypted_key_alloc()
651 static int encrypted_key_decrypt(struct encrypted_key_payload *epayload, in encrypted_key_decrypt()
707 static void __ekey_init(struct encrypted_key_payload *epayload, in __ekey_init()
[all …]
/linux-3.3/include/keys/
Dencrypted-type.h21 struct encrypted_key_payload { struct
/linux-3.3/security/integrity/evm/
Devm_crypto.c237 struct encrypted_key_payload *ekp; in evm_init_key()
/linux-3.3/fs/ecryptfs/
Decryptfs_kernel.h88 (&((struct encrypted_key_payload *)key->payload.data)->payload_data); in ecryptfs_get_encrypted_key_payload_data()