Searched refs:selection (Results 1 – 13 of 13) sorted by relevance
/xen/stubdom/ |
A D | vtpm-deepquote.patch | 68 + * @myPCR: [in] PCR selection for the virtual TPM 69 + * @ptPCR: [in] PCR selection for the hardware TPM 155 + * TPM_PCR_SELECTION vtSel PCR selection for virtual TPM 156 + * TPM_PCR_SELECTION ptSel PCR selection for physical TPM
|
A D | vtpm-deepquote-anyloc.patch | 50 * @myPCR: [in] PCR selection for the virtual TPM 51 * @ptPCR: [in] PCR selection for the hardware TPM
|
A D | vtpm-parent-sign-ek.patch | 66 + * @sel: [in] PCR selection for the hardware TPM's quote 160 + * TPM_PCR_SELECTION ptSel PCR selection for physical TPM
|
A D | lwip.patch-cvs | 1904 + * to be used to guide the selection of the actual service parameters
|
/xen/stubdom/vtpmmgr/ |
A D | disk_tpm.c | 56 void TPM_pcr_digest(struct hash160 *buf, le32_t selection) in TPM_pcr_digest() argument 60 uint32_t sel = le32_native(selection); in TPM_pcr_digest() 68 memcpy(v->sel, &selection, 3); in TPM_pcr_digest()
|
A D | disk_tpm.h | 7 void TPM_pcr_digest(struct hash160 *buf, le32_t selection);
|
A D | tpm2_marshal.h | 674 inline BYTE* pack_TPMS_PCR_SELECTION(BYTE* ptr, const TPMS_PCR_SELECTION *selection) in pack_TPMS_PCR_SELECTION() argument 676 ptr = pack_TPMI_ALG_HASH(ptr, &selection->hash); in pack_TPMS_PCR_SELECTION() 677 ptr = pack_BYTE(ptr, selection->sizeofSelect); in pack_TPMS_PCR_SELECTION() 678 ptr = pack_BYTE_ARRAY(ptr, selection->pcrSelect, selection->sizeofSelect); in pack_TPMS_PCR_SELECTION()
|
/xen/xen/tools/kconfig/ |
A D | gconf.c | 983 GtkTreeSelection *selection; in on_treeview2_cursor_changed() local 987 selection = gtk_tree_view_get_selection(treeview); in on_treeview2_cursor_changed() 988 if (gtk_tree_selection_get_selected(selection, &model2, &iter)) { in on_treeview2_cursor_changed()
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 483 # use the security server to compute member selection
|
/xen/docs/man/ |
A D | xen-tscmode.7.pod | 13 Proper selection of tsc_mode depends on an understanding not only of
|
A D | xl.cfg.5.pod.in | 99 =head3 Deprecated guest type selection 454 used by all types of guests, although the selection of options is different 2732 The following options control the selection of the device-model. This
|
/xen/docs/misc/ |
A D | kconfig-language.rst | 139 times, the limit is set to the largest selection.
|
A D | xen-command-line.pandoc | 2440 Override default selection of whether to isolate 64-bit PV guest page
|
Completed in 21 milliseconds