Searched refs:quoted (Results 1 – 10 of 10) sorted by relevance
/system/tpm/attestation/common/ |
D | common.proto | 57 // The serialized data that was quoted; this assists in verifying the quote.
|
D | attestation_ca.proto | 34 // PCR0 quoted by AIK. 36 // PCR1 quoted by AIK.
|
/system/core/adb/ |
D | commandline.cpp | 1124 std::string quoted = escape_arg(log_tags == nullptr ? "" : log_tags); in logcat() local 1126 std::string cmd = "export ANDROID_LOG_TAGS=\"" + quoted + "\"; exec logcat"; in logcat()
|
D | SERVICES.TXT | 158 by spaces. If an argument contains a space, it must be quoted with
|
D | protocol.txt | 47 is represented by a quoted string or an empty string if none should be
|
/system/tpm/trunks/ |
D | mock_tpm.h | 595 TPM2B_ATTEST* quoted,
|
D | tpm_generated.h | 4323 const TPM2B_ATTEST& quoted, 4336 TPM2B_ATTEST* quoted, 4351 TPM2B_ATTEST* quoted,
|
D | tpm_generated.cc | 16963 TPM2B_ATTEST* quoted, in ParseResponse_Quote() argument 17029 rc = Parse_TPM2B_ATTEST(&buffer, quoted, "ed_bytes); in ParseResponse_Quote() 17046 rc = Parse_TPM2B_ATTEST("ed_bytes, quoted, nullptr); in ParseResponse_Quote() 17066 TPM2B_ATTEST quoted; in QuoteResponseParser() local 17068 TPM_RC rc = Tpm::ParseResponse_Quote(response, "ed, &signature, in QuoteResponseParser() 17074 callback.Run(rc, quoted, signature); in QuoteResponseParser() 17105 TPM2B_ATTEST* quoted, in QuoteSync() argument 17117 rc = ParseResponse_Quote(response, quoted, signature, authorization_delegate); in QuoteSync()
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 13608 quoted 13610 the quoted information 13616 the signature over quoted 13720 quoted; 13729 "ed); 13739 quoted.type = TPM_ST_ATTEST_QUOTE; 13749 "ed.attested.quote.pcrDigest); 13752 quoted.attested.quote.pcrSelect = in->PCRselect; 13799 "ed, 13801 &out->quoted,
|
D | raw_commands.txt | 13597 quoted 13599 the quoted information 13605 the signature over quoted 13709 quoted; 13718 "ed); 13728 quoted.type = TPM_ST_ATTEST_QUOTE; 13738 "ed.attested.quote.pcrDigest); 13741 quoted.attested.quote.pcrSelect = in->PCRselect; 13788 "ed, 13790 &out->quoted,
|