Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 15 of 15) sorted by relevance

/system/core/libsysutils/src/
DFrameworkListener.cpp106 bool quote = false; in dispatchCommand() local
141 if (quote) in dispatchCommand()
142 quote = false; in dispatchCommand()
144 quote = true; in dispatchCommand()
152 if (!quote && *q == ' ') { in dispatchCommand()
185 if (quote) { in dispatchCommand()
/system/tpm/attestation/common/
Dcommon.proto53 // Holds information about a quote generated by the TPM.
55 // The quote; a signature generated with the AIK.
56 optional bytes quote = 1; field
57 // The serialized data that was quoted; this assists in verifying the quote.
59 // The value of the PCR(s) at the time the quote was generated.
Dprint_common_proto.cc96 base::HexEncode(value.quote().data(), value.quote().size()).c_str()); in GetProtoDebugStringWithIndent()
Dinterface.proto105 // A quote of PCR0 at the time of attestation key creation.
107 // A quote of PCR1 at the time of attestation key creation.
/system/core/logcat/
Dlogcat_system.cpp32 char quote = *cp++; in unquote() local
33 delim = strchr(cp, quote); in unquote()
/system/tools/aidl/tests/
Dintegration-test.py86 return self.adb('shell %s' % pipes.quote(command),
/system/tpm/attestation/client/
Ddbus_proxy_test.cc209 EXPECT_EQ("pcr0", reply.pcr0_quote().quote()); in TEST_F()
210 EXPECT_EQ("pcr1", reply.pcr1_quote().quote()); in TEST_F()
/system/tpm/attestation/server/
Ddbus_service_test.cc227 EXPECT_EQ("pcr0", reply.pcr0_quote().quote()); in TEST_F()
228 EXPECT_EQ("pcr1", reply.pcr1_quote().quote()); in TEST_F()
Dattestation_service_test.cc597 EXPECT_EQ("pcr0", reply.pcr0_quote().quote()); in TEST_F()
598 EXPECT_EQ("pcr1", reply.pcr1_quote().quote()); in TEST_F()
635 EXPECT_EQ("pcr1", reply.pcr1_quote().quote()); in TEST_F()
/system/tpm/trunks/
Dtpm_generated.h1223 TPMS_QUOTE_INFO quote; member
Dtpm_generated.cc4317 result = Serialize_TPMS_QUOTE_INFO(value.quote, buffer); in Serialize_TPMU_ATTEST()
4376 result = Parse_TPMS_QUOTE_INFO(buffer, &value->quote, value_bytes); in Parse_TPMU_ATTEST()
/system/tpm/trunks/generator/
Draw_commands.txt13502 This command is used to quote PCR values.
13572 PCR set to quote
13738 &quoted.attested.quote.pcrDigest);
13741 quoted.attested.quote.pcrSelect = in->PCRselect;
Draw_commands_fixed.txt13513 This command is used to quote PCR values.
13583 PCR set to quote
13749 &quoted.attested.quote.pcrDigest);
13752 quoted.attested.quote.pcrSelect = in->PCRselect;
Draw_structures.txt12192 quote
Draw_structures_fixed.txt12228 quote