Home
last modified time | relevance | path

Searched refs:trqh (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libtpm/
H A Dtcgbios.c310 struct tpm_req_header trqh; in tpm_simple_cmd() member
313 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
314 .trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS), in tpm_simple_cmd()
315 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
332 ret = spapr_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libtpm/
H A Dtcgbios.c336 struct tpm_req_header trqh; in tpm_simple_cmd() member
339 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
340 .trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS), in tpm_simple_cmd()
341 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
358 ret = spapr_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libtpm/
H A Dtcgbios.c338 struct tpm_req_header trqh; in tpm_simple_cmd() member
341 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
342 .trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS), in tpm_simple_cmd()
343 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
360 ret = spapr_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libtpm/
H A Dtcgbios.c360 struct tpm_req_header trqh; in tpm_simple_cmd() member
363 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
364 .trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS), in tpm_simple_cmd()
365 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
382 ret = spapr_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/
H A Dtcgbios.c329 struct tpm_req_header trqh; in tpm_simple_cmd() member
332 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
333 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
338 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
341 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
350 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/
H A Dtcgbios.c329 struct tpm_req_header trqh; in tpm_simple_cmd() member
332 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
333 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
338 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
341 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
350 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/
H A Dtcgbios.c419 struct tpm_req_header trqh; in tpm_simple_cmd() member
422 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
423 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
428 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
431 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
440 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/
H A Dtcgbios.c449 struct tpm_req_header trqh; in tpm_simple_cmd() member
452 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
453 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
458 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
461 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
470 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/
H A Dtcgbios.c449 struct tpm_req_header trqh; in tpm_simple_cmd() member
452 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
453 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
458 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
461 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
470 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/
H A Dtcgbios.c419 struct tpm_req_header trqh; in tpm_simple_cmd() member
422 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
423 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
428 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
431 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
440 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/
H A Dtcgbios.c419 struct tpm_req_header trqh; in tpm_simple_cmd() member
422 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
423 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
428 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
431 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
440 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/misc/seabios/seabios-1.14.0/src/
H A Dtcgbios.c449 struct tpm_req_header trqh; in tpm_simple_cmd() member
452 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
453 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
458 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
461 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
470 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/
H A Dtcgbios.c419 struct tpm_req_header trqh; in tpm_simple_cmd() member
422 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
423 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
428 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
431 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
440 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/
H A Dtcgbios.c419 struct tpm_req_header trqh; in tpm_simple_cmd() member
422 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
423 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
428 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
431 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
440 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/
H A Dtcgbios.c419 struct tpm_req_header trqh; in tpm_simple_cmd() member
422 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
423 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
428 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
431 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
440 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/
H A Dtcgbios.c419 struct tpm_req_header trqh; in tpm_simple_cmd() member
422 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
423 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
428 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
431 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
440 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/
H A Dtcgbios.c419 struct tpm_req_header trqh; in tpm_simple_cmd() member
422 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
423 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
428 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
431 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
440 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/
H A Dtcgbios.c480 struct tpm_req_header trqh; in tpm_simple_cmd() member
483 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
484 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
489 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
492 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
501 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/
H A Dtcgbios.c480 struct tpm_req_header trqh; in tpm_simple_cmd() member
483 .trqh.totlen = cpu_to_be32(sizeof(req.trqh) + param_size), in tpm_simple_cmd()
484 .trqh.ordinal = cpu_to_be32(ordinal), in tpm_simple_cmd()
489 req.trqh.tag = cpu_to_be16(TPM_TAG_RQU_CMD); in tpm_simple_cmd()
492 req.trqh.tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_simple_cmd()
501 int ret = tpmhw_transmit(locty, &req.trqh, obuffer, &obuffer_len, to_t); in tpm_simple_cmd()
/dports/chinese/brise/brise-brise-0.35/supplement/
H A Dwubi86.dict.yaml107395 物外 trqh 1130000
107396 �� trqh 0
/dports/chinese/rime-wubi/rime-wubi-f1876f08f1d4a9696395be0070c0e8e4353c44cb/
H A Dwubi86.dict.yaml107332 物外 trqh 1130000
107333 �� trqh 0
/dports/chinese/ibus-table-chinese/ibus-table-chinese-1.8.3/tables/wubi-haifeng/
H A Dwubi-haifeng86.UTF-8115297 trqh 物外 312400
115298 trqh ��. 100
H A DCJKb.tab18165 18164 246F3 ��. trqh . . . 31213535112533112 .
H A DWord.tab48696 物外 cqqh trqh 265000 37400 302400 0 2