Searched refs:details (Results 1 – 25 of 143) sorted by relevance
123456
/xen/stubdom/vtpmmgr/ |
A D | tpm2_types.h | 565 TPMU_SCHEME_KEYEDHASH details; member 617 TPMU_SIG_SCHEME details; member 670 TPMU_KDF_SCHEME details; member 702 TPMU_ASYM_SCHEME details; member 711 TPMU_ASYM_SCHEME details; member 720 TPMU_ASYM_SCHEME details; member 761 TPMU_SIG_SCHEME details; member
|
A D | disk_read.c | 362 memcpy(&group->details, &disk.v.details, sizeof(group->details)); in load_verify_group() 523 if (!(groupv->details.flags.value & FLAG_ROLLBACK_DETECTED)) { in load_root_post() 524 groupv->details.flags.value |= FLAG_ROLLBACK_DETECTED; in load_root_post() 533 if (!(groupv->details.flags.value & FLAG_ROLLBACK_DETECTED)) { in load_root_post() 534 groupv->details.flags.value |= FLAG_ROLLBACK_DETECTED; in load_root_post()
|
A D | disk_write.c | 195 memcpy(&disk.v.details, &group->details, sizeof(disk.v.details)); in disk_write_group_sector() 349 if (groupv->details.flags.value & FLAG_ROLLBACK_DETECTED) { in disk_write_root_sector()
|
A D | vtpm_cmd_handler.c | 340 PACK_OUT(BUFFER, group->details.recovery_data, 256); in vtpmmgr_GroupNew() 342 memset(group->details.recovery_data, 0, 256); in vtpmmgr_GroupNew() 344 group->details.sequence = native_be64(g_mgr->sequence); in vtpmmgr_GroupNew() 407 memcpy(buf, &group->details.cfg_seq, 8); buf += 8; in pack_cfg_list() 600 old_seq = be64_native(group->details.cfg_seq); in vtpmmgr_GroupUpdate() 656 group->details.cfg_seq = native_be64(new_seq); in vtpmmgr_GroupUpdate()
|
A D | mgmt_authority.c | 93 memcpy(group->details.recovery_data, identityBinding, 256); in do_provision_aik() 162 sha1_update(&ctx, (void*)&group->details.cfg_seq, 8); in do_vtpminfo_hash() 205 sha1_update(&ctx, (void*)&group->details.cfg_seq, 8); in do_pcr_setup()
|
A D | vtpm_disk.c | 121 uint64_t seq = be64_native(group->details.sequence); in vtpm_sync_group() 127 group->details.sequence = native_be64(1 + seq); in vtpm_sync_group()
|
/xen/tools/examples/vnc/ |
A D | Xservers | 3 # See 'man xdm' under 'LOCAL SERVER SPECIFICATION' for format details.
|
/xen/docs/features/ |
A D | qemu-deprivilege.pandoc | 30 # User details 103 'Technical details' section. 105 # Technical details 107 See docs/design/qemu-deprivilege.md for technical details.
|
A D | template.pandoc | 32 # User details 38 # Technical details
|
A D | hypervisorfs.pandoc | 23 # User details 45 # Technical details
|
/xen/xen/crypto/ |
A D | README.source | 12 This file was developed by Ted Krovetz and Wei Dai (more details
|
/xen/xen/include/crypto/ |
A D | README.source | 12 This file was developed by Ted Krovetz and Wei Dai (more details
|
/xen/xen/arch/x86/boot/ |
A D | build32.lds | 12 * GNU General Public License for more details. 48 * Please check build32.mk for more details.
|
/xen/docs/ |
A D | README.colo | 9 for details.
|
/xen/tools/ocaml/xenstored/ |
A D | systemd.ml | 12 * GNU Lesser General Public License for more details.
|
A D | systemd.mli | 12 * GNU Lesser General Public License for more details.
|
A D | syslog.mli | 12 * GNU Lesser General Public License for more details.
|
/xen/tools/hotplug/Linux/vif-post.d/ |
A D | 00-vif-local.hook | 15 # XENBUS_PATH path to this device's details in the XenStore (required).
|
/xen/docs/admin-guide/ |
A D | microcode-loading.rst | 42 The exact details printed are system and microcode specific. After boot, the 74 where the exact CPU details aren't known ahead of booting (e.g. install 129 The details of microcode blobs (if even packaged to begin with) are specific 130 to the dom0 distribution. Consult your dom0 OS documentation for details.
|
/xen/tools/libacpi/ |
A D | ssdt_s3.asl | 14 * GNU Lesser General Public License for more details.
|
A D | ssdt_s4.asl | 14 * GNU Lesser General Public License for more details.
|
A D | ssdt_tpm.asl | 14 * GNU Lesser General Public License for more details.
|
A D | ssdt_laptop_slate.asl | 14 * GNU Lesser General Public License for more details.
|
/xen/tools/ocaml/libs/mmap/ |
A D | xenmmap.mli | 14 * GNU Lesser General Public License for more details.
|
/xen/tools/examples/ |
A D | README.incompatibilities | 21 appropriately. See xen-network-common.sh for details.
|
Completed in 19 milliseconds
123456