Searched refs:quote (Results 1 – 14 of 14) sorted by relevance
/system/core/libsysutils/src/ |
D | FrameworkListener.cpp | 94 bool quote = false; in dispatchCommand() local 129 if (quote) in dispatchCommand() 130 quote = false; in dispatchCommand() 132 quote = true; in dispatchCommand() 140 if (!quote && *q == ' ') { in dispatchCommand() 173 if (quote) { in dispatchCommand()
|
/system/tpm/attestation/common/ |
D | common.proto | 53 // 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.
|
D | print_common_proto.cc | 96 base::HexEncode(value.quote().data(), value.quote().size()).c_str()); in GetProtoDebugStringWithIndent()
|
D | interface.proto | 105 // A quote of PCR0 at the time of attestation key creation. 107 // A quote of PCR1 at the time of attestation key creation.
|
/system/tools/aidl/tests/ |
D | integration-test.py | 86 return self.adb('shell %s' % pipes.quote(command),
|
/system/tpm/attestation/server/ |
D | dbus_service_test.cc | 226 EXPECT_EQ("pcr0", reply.pcr0_quote().quote()); in TEST_F() 227 EXPECT_EQ("pcr1", reply.pcr1_quote().quote()); in TEST_F()
|
D | attestation_service_test.cc | 606 EXPECT_EQ("pcr0", reply.pcr0_quote().quote()); in TEST_F() 607 EXPECT_EQ("pcr1", reply.pcr1_quote().quote()); in TEST_F() 644 EXPECT_EQ("pcr1", reply.pcr1_quote().quote()); in TEST_F()
|
/system/tpm/attestation/client/ |
D | dbus_proxy_test.cc | 208 EXPECT_EQ("pcr0", reply.pcr0_quote().quote()); in TEST_F() 209 EXPECT_EQ("pcr1", reply.pcr1_quote().quote()); in TEST_F()
|
/system/tpm/trunks/ |
D | tpm_generated.h | 1190 TPMS_QUOTE_INFO quote; member
|
D | tpm_generated.cc | 4792 result = Serialize_TPMS_QUOTE_INFO(value.quote, buffer); in Serialize_TPMU_ATTEST() 4856 &value->quote, in Parse_TPMU_ATTEST()
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 13502 This command is used to quote PCR values. 13572 PCR set to quote 13738 "ed.attested.quote.pcrDigest); 13741 quoted.attested.quote.pcrSelect = in->PCRselect;
|
D | raw_commands_fixed.txt | 13513 This command is used to quote PCR values. 13583 PCR set to quote 13749 "ed.attested.quote.pcrDigest); 13752 quoted.attested.quote.pcrSelect = in->PCRselect;
|
D | raw_structures.txt | 12192 quote
|
D | raw_structures_fixed.txt | 12228 quote
|