Home
last modified time | relevance | path

Searched refs:tpm_authdata (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Ddisk_tpm.h18 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 Ddisk_tpm.c247 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 Dvtpm_disk.h12 struct tpm_authdata { struct
146 struct tpm_authdata aik_authdata;
187 struct tpm_authdata nvram_auth;
189 struct tpm_authdata counter_auth;
A Dmgmt_authority.h4 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 Ddisk_format.h40 struct tpm_authdata nvram_auth;
42 struct tpm_authdata counter_auth;
55 struct tpm_authdata aik_authdata;
A Dmgmt_authority.c27 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 Dvtpm_disk.c28 struct tpm_authdata prev; in vtpm_sync_disk()
A Ddisk_read.c152 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 Dvtpm_cmd_handler.c530 struct tpm_authdata digest; in vtpmmgr_GroupRegister()

Completed in 10 milliseconds