Lines Matching defs:response
143 struct tpm_header response; in tpm12_suspend() local
242 struct tpm_header response; in tpm20_suspend() local
497 struct response { in tpm12_rng() struct
498 struct tpm_header hdr; in tpm12_rng()
499 uint32_t randomBytesSize; in tpm12_rng()
500 uint8_t bytes[64]; in tpm12_rng()
501 } __packed response; in tpm12_rng() local
637 struct response { in tpm20_rng() struct
638 struct tpm_header hdr; in tpm20_rng()
639 uint16_t randomBytesSize; in tpm20_rng()
640 uint8_t bytes[64]; in tpm20_rng()
641 } __packed response; in tpm20_rng() local