Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 10 of 10) sorted by relevance

/system/tpm/attestation/common/
Dcommon.proto57 // The serialized data that was quoted; this assists in verifying the quote.
Dattestation_ca.proto34 // PCR0 quoted by AIK.
36 // PCR1 quoted by AIK.
/system/core/adb/
Dcommandline.cpp1124 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()
DSERVICES.TXT158 by spaces. If an argument contains a space, it must be quoted with
Dprotocol.txt47 is represented by a quoted string or an empty string if none should be
/system/tpm/trunks/
Dmock_tpm.h595 TPM2B_ATTEST* quoted,
Dtpm_generated.h4323 const TPM2B_ATTEST& quoted,
4336 TPM2B_ATTEST* quoted,
4351 TPM2B_ATTEST* quoted,
Dtpm_generated.cc16963 TPM2B_ATTEST* quoted, in ParseResponse_Quote() argument
17029 rc = Parse_TPM2B_ATTEST(&buffer, quoted, &quoted_bytes); in ParseResponse_Quote()
17046 rc = Parse_TPM2B_ATTEST(&quoted_bytes, quoted, nullptr); in ParseResponse_Quote()
17066 TPM2B_ATTEST quoted; in QuoteResponseParser() local
17068 TPM_RC rc = Tpm::ParseResponse_Quote(response, &quoted, &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/
Draw_commands_fixed.txt13608 quoted
13610 the quoted information
13616 the signature over quoted
13720 quoted;
13729 &quoted);
13739 quoted.type = TPM_ST_ATTEST_QUOTE;
13749 &quoted.attested.quote.pcrDigest);
13752 quoted.attested.quote.pcrSelect = in->PCRselect;
13799 &quoted,
13801 &out->quoted,
Draw_commands.txt13597 quoted
13599 the quoted information
13605 the signature over quoted
13709 quoted;
13718 &quoted);
13728 quoted.type = TPM_ST_ATTEST_QUOTE;
13738 &quoted.attested.quote.pcrDigest);
13741 quoted.attested.quote.pcrSelect = in->PCRselect;
13788 &quoted,
13790 &out->quoted,