Searched refs:GetProtoDebugString (Results 1 – 8 of 8) sorted by relevance
18 std::string GetProtoDebugString(TpmManagerStatus value);20 std::string GetProtoDebugString(NvramResult value);23 std::string GetProtoDebugString(NvramSpaceAttribute value);26 std::string GetProtoDebugString(NvramSpacePolicy value);29 std::string GetProtoDebugString(const NvramPolicyRecord& value);32 std::string GetProtoDebugString(const LocalData& value);35 std::string GetProtoDebugString(const DefineSpaceRequest& value);38 std::string GetProtoDebugString(const DefineSpaceReply& value);41 std::string GetProtoDebugString(const DestroySpaceRequest& value);44 std::string GetProtoDebugString(const DestroySpaceReply& value);[all …]
16 std::string GetProtoDebugString(TpmManagerStatus value) { in GetProtoDebugString() function34 std::string GetProtoDebugString(NvramResult value) { in GetProtoDebugString() function69 std::string GetProtoDebugString(NvramSpaceAttribute value) { in GetProtoDebugString() function108 std::string GetProtoDebugString(NvramSpacePolicy value) { in GetProtoDebugString() function123 std::string GetProtoDebugString(const NvramPolicyRecord& value) { in GetProtoDebugString() function172 std::string GetProtoDebugString(const LocalData& value) { in GetProtoDebugString() function229 std::string GetProtoDebugString(const DefineSpaceRequest& value) { in GetProtoDebugString() function278 std::string GetProtoDebugString(const DefineSpaceReply& value) { in GetProtoDebugString() function299 std::string GetProtoDebugString(const DestroySpaceRequest& value) { in GetProtoDebugString() function318 std::string GetProtoDebugString(const DestroySpaceReply& value) { in GetProtoDebugString() function[all …]
30 std::string GetProtoDebugString(AttestationStatus value);34 std::string GetProtoDebugString(const CreateGoogleAttestedKeyRequest& value);38 std::string GetProtoDebugString(const CreateGoogleAttestedKeyReply& value);41 std::string GetProtoDebugString(const GetKeyInfoRequest& value);44 std::string GetProtoDebugString(const GetKeyInfoReply& value);48 std::string GetProtoDebugString(const GetEndorsementInfoRequest& value);51 std::string GetProtoDebugString(const GetEndorsementInfoReply& value);55 std::string GetProtoDebugString(const GetAttestationKeyInfoRequest& value);59 std::string GetProtoDebugString(const GetAttestationKeyInfoReply& value);63 std::string GetProtoDebugString(const ActivateAttestationKeyRequest& value);[all …]
29 std::string GetProtoDebugString(KeyType value);31 std::string GetProtoDebugString(KeyUsage value);34 std::string GetProtoDebugString(CertificateProfile value);36 std::string GetProtoDebugString(const Quote& value);39 std::string GetProtoDebugString(const EncryptedData& value);42 std::string GetProtoDebugString(const SignedData& value);46 std::string GetProtoDebugString(const EncryptedIdentityCredential& value);
30 std::string GetProtoDebugString(AttestationStatus value) { in GetProtoDebugString() function63 std::string GetProtoDebugString(const CreateGoogleAttestedKeyRequest& value) { in GetProtoDebugString() function115 std::string GetProtoDebugString(const CreateGoogleAttestedKeyReply& value) { in GetProtoDebugString() function147 std::string GetProtoDebugString(const GetKeyInfoRequest& value) { in GetProtoDebugString() function171 std::string GetProtoDebugString(const GetKeyInfoReply& value) { in GetProtoDebugString() function238 std::string GetProtoDebugString(const GetEndorsementInfoRequest& value) { in GetProtoDebugString() function260 std::string GetProtoDebugString(const GetEndorsementInfoReply& value) { in GetProtoDebugString() function297 std::string GetProtoDebugString(const GetAttestationKeyInfoRequest& value) { in GetProtoDebugString() function319 std::string GetProtoDebugString(const GetAttestationKeyInfoReply& value) { in GetProtoDebugString() function379 std::string GetProtoDebugString(const ActivateAttestationKeyRequest& value) { in GetProtoDebugString() function[all …]
28 std::string GetProtoDebugString(KeyType value) { in GetProtoDebugString() function42 std::string GetProtoDebugString(KeyUsage value) { in GetProtoDebugString() function56 std::string GetProtoDebugString(CertificateProfile value) { in GetProtoDebugString() function83 std::string GetProtoDebugString(const Quote& value) { in GetProtoDebugString() function127 std::string GetProtoDebugString(const EncryptedData& value) { in GetProtoDebugString() function179 std::string GetProtoDebugString(const SignedData& value) { in GetProtoDebugString() function207 std::string GetProtoDebugString(const EncryptedIdentityCredential& value) { in GetProtoDebugString() function
303 LOG(INFO) << "Message Reply: " << GetProtoDebugString(reply); in PrintReplyAndQuit()444 LOG(INFO) << "Message Reply: " << GetProtoDebugString(reply); in HandleReadSpaceReply()
260 printf("%s\n", GetProtoDebugString(reply).c_str()); in PrintReplyAndQuit()