Home
last modified time | relevance | path

Searched refs:trpa (Results 1 – 25 of 80) sorted by relevance

1234

/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libtpm/
H A Dtcgbios.c1121 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
1125 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
1137 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
1170 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
1171 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
1172 trpa.hdr.totlen = cpu_to_be32(offset_of(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
1176 ret = spapr_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libtpm/
H A Dtcgbios.c1198 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
1202 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
1214 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
1247 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
1248 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
1249 trpa.hdr.totlen = cpu_to_be32(offset_of(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
1253 ret = spapr_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libtpm/
H A Dtcgbios.c1200 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
1204 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
1216 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
1249 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
1250 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
1251 trpa.hdr.totlen = cpu_to_be32(offset_of(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
1255 ret = spapr_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libtpm/
H A Dtcgbios.c1237 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
1241 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
1253 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
1286 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
1287 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
1288 trpa.hdr.totlen = cpu_to_be32(offset_of(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
1292 ret = spapr_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/
H A Dtcgbios.c536 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
540 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
552 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
580 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
581 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
582 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
589 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/
H A Dtcgbios.c575 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
579 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
591 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
619 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
620 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
621 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
628 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/
H A Dtcgbios.c575 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
579 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
591 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
619 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
620 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
621 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
628 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/
H A Dtcgbios.c536 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
540 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
552 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
580 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
581 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
582 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
589 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/
H A Dtcgbios.c536 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
540 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
552 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
580 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
581 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
582 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
589 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/misc/seabios/seabios-1.14.0/src/
H A Dtcgbios.c575 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
579 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
591 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
619 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
620 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
621 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
628 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/
H A Dtcgbios.c545 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
549 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
561 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
589 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
590 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
591 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
598 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/
H A Dtcgbios.c536 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
540 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
552 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
580 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
581 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
582 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
589 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/
H A Dtcgbios.c545 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
549 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
561 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
589 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
590 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
591 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
598 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/
H A Dtcgbios.c545 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
549 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
561 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
589 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
590 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
591 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
598 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/
H A Dtcgbios.c536 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
540 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
552 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
580 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
581 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
582 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
589 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/
H A Dtcgbios.c606 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
610 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
622 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
650 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
651 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
652 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
659 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/
H A Dtcgbios.c606 struct tpm2_req_pcr_allocate trpa = { in tpm20_set_pcrbanks() local
610 .authblocksize = cpu_to_be32(sizeof(trpa.authblock)), in tpm20_set_pcrbanks()
622 } tps[ARRAY_SIZE(trpa.tpms_pcr_selections)]; in tpm20_set_pcrbanks()
650 trpa.count = cpu_to_be32(i); in tpm20_set_pcrbanks()
651 memcpy(trpa.tpms_pcr_selections, tps, i * sizeof(tps[0])); in tpm20_set_pcrbanks()
652 trpa.hdr.totlen = cpu_to_be32(offsetof(struct tpm2_req_pcr_allocate, in tpm20_set_pcrbanks()
659 int ret = tpmhw_transmit(0, &trpa.hdr, &rsp, &resp_length, in tpm20_set_pcrbanks()
/dports/editors/xvile/vile-9.8v/filters/
H A Drtf.key1297 trpa
/dports/editors/vile/vile-9.8v/filters/
H A Drtf.key1297 trpa
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in13151 trpa 晝 100
13152 trpa 畫 99
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in13151 trpa 晝 100
13152 trpa 畫 99
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in13151 trpa 晝 100
13152 trpa 畫 99
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in13151 trpa 晝 100
13152 trpa 畫 99
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Dlookup-array.cin8830trpa
8831trpa
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVOFReverseLookup/
H A Dlookup-array.cin8830trpa
8831trpa

1234