Home | History | Annotate | Download | only in trunks

Lines Matching refs:quoted

16963                                 TPM2B_ATTEST* quoted,
17029 rc = Parse_TPM2B_ATTEST(&buffer, quoted, &quoted_bytes);
17046 rc = Parse_TPM2B_ATTEST(&quoted_bytes, quoted, nullptr);
17066 TPM2B_ATTEST quoted;
17068 TPM_RC rc = Tpm::ParseResponse_Quote(response, &quoted, &signature,
17074 callback.Run(rc, quoted, signature);
17105 TPM2B_ATTEST* quoted,
17117 rc = ParseResponse_Quote(response, quoted, signature, authorization_delegate);