Home
last modified time | relevance | path

Searched refs:key128 (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dvtpm_disk.h31 struct key128 { struct
147 struct key128 group_key;
148 struct key128 rollback_mac_key;
181 struct key128 tm_key;
183 struct key128 nv_key;
A Ddisk_crypto.h5 void aes_encrypt_one(void *target, const void *src, const struct key128 *key);
6 void aes_decrypt_one(void *target, const void *src, const struct key128 *key);
8 void aes_setup(aes_context *ctx, const struct key128 *key);
A Ddisk_format.h45 struct key128 tm_key;
57 struct key128 group_key;
58 struct key128 rollback_mac_key;
A Ddisk_crypto.c22 void aes_setup(aes_context *ctx, const struct key128 *key) in aes_setup()
32 void aes_encrypt_one(void *target, const void *src, const struct key128 *key) in aes_encrypt_one()
39 void aes_decrypt_one(void *target, const void *src, const struct key128 *key) in aes_decrypt_one()

Completed in 5 milliseconds