Home
last modified time | relevance | path

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

/xen/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_format.h14 be32_t version;
39 be32_t nvram_slot;
41 be32_t counter_index;
68 be32_t length;
87 be32_t id;
97 be32_t tpm_counter_value;
99 be32_t nr_groups;
114 be32_t nr_rb_macs;
144 be32_t nr_vtpms;
170 be32_t flags;
A Ddisk_tpm.c52 be32_t val_size;
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 Dvtpm_disk.h9 typedef be32_t sector_t;
85 be32_t nr_cfgs;
88 be32_t nr_kerns;
186 be32_t nvram_slot;
188 be32_t counter_index;
190 be32_t counter_value;
A Dendian_int.h14 } be32_t; typedef
34 static inline uint32_t be32_native(be32_t v) in be32_native()
58 static inline be32_t native_be32(uint32_t v) in native_be32()
60 be32_t rv; in native_be32()

Completed in 6 milliseconds