Searched refs:tpm_authdata (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | disk_tpm.h | 18 int TPM_disk_nvalloc(be32_t *nvram_slot, struct tpm_authdata auth); 19 int TPM_disk_nvread(void *buf, size_t bufsiz, be32_t nvram_slot, struct tpm_authdata auth); 20 int TPM_disk_nvwrite(void *buf, size_t bufsiz, be32_t nvram_slot, struct tpm_authdata auth); 21 int TPM_disk_nvchange(be32_t nvram_slot, struct tpm_authdata old, struct tpm_authdata noo); 24 int TPM_disk_alloc_counter(be32_t *slot, struct tpm_authdata auth, be32_t *value); 25 int TPM_disk_check_counter(be32_t slot, struct tpm_authdata auth, be32_t value); 26 int TPM_disk_incr_counter(be32_t slot, struct tpm_authdata auth); 27 int TPM_disk_change_counter(be32_t slot, struct tpm_authdata old, struct tpm_authdata noo);
|
A D | disk_tpm.c | 247 int TPM_disk_nvalloc(be32_t *nvram_slot, struct tpm_authdata auth) in TPM_disk_nvalloc() 254 int TPM_disk_nvread(void *buf, size_t bufsiz, be32_t nvram_slot, struct tpm_authdata auth) in TPM_disk_nvread() 261 int TPM_disk_nvwrite(void *buf, size_t bufsiz, be32_t nvram_slot, struct tpm_authdata auth) in TPM_disk_nvwrite() 267 int TPM_disk_nvchange(be32_t nvram_slot, struct tpm_authdata old, struct tpm_authdata noo) in TPM_disk_nvchange() 273 int TPM_disk_alloc_counter(be32_t *slot, struct tpm_authdata auth, be32_t *value) in TPM_disk_alloc_counter() 281 int TPM_disk_check_counter(be32_t slot, struct tpm_authdata auth, be32_t value) in TPM_disk_check_counter() 287 int TPM_disk_incr_counter(be32_t slot, struct tpm_authdata auth) in TPM_disk_incr_counter() 293 int TPM_disk_change_counter(be32_t slot, struct tpm_authdata old, struct tpm_authdata noo) in TPM_disk_change_counter()
|
A D | vtpm_disk.h | 12 struct tpm_authdata { struct 146 struct tpm_authdata aik_authdata; 187 struct tpm_authdata nvram_auth; 189 struct tpm_authdata counter_auth;
|
A D | mgmt_authority.h | 4 struct mem_group *vtpm_new_group(const struct tpm_authdata *privCADigest); 8 …const uint8_t* kern_hash, const struct tpm_authdata *data, TPM_PCR_SELECTION *sel, uint32_t extraI…
|
A D | disk_format.h | 40 struct tpm_authdata nvram_auth; 42 struct tpm_authdata counter_auth; 55 struct tpm_authdata aik_authdata;
|
A D | mgmt_authority.c | 27 const struct tpm_authdata *privCADigest) in do_provision_aik() 239 struct mem_group *vtpm_new_group(const struct tpm_authdata *privCADigest) in vtpm_new_group() 324 const uint8_t* kern_hash, const struct tpm_authdata *data, TPM_PCR_SELECTION *sel, in vtpm_do_quote()
|
A D | vtpm_disk.c | 28 struct tpm_authdata prev; in vtpm_sync_disk()
|
A D | disk_read.c | 152 memcpy(&dst->nvram_auth, &sealed.nvram_auth, sizeof(struct tpm_authdata)); in parse_root_key() 154 memcpy(&dst->counter_auth, &sealed.counter_auth, sizeof(struct tpm_authdata)); in parse_root_key()
|
A D | vtpm_cmd_handler.c | 530 struct tpm_authdata digest; in vtpmmgr_GroupRegister()
|
Completed in 10 milliseconds