HomeSort by relevance Sort by last modified time
    Searched refs:GetProtoDebugString (Results 1 - 14 of 14) sorted by null

  /system/tpm/attestation/common/
print_common_proto.h 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);
print_interface_proto.h 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...]
print_interface_proto.cc 30 std::string GetProtoDebugString(AttestationStatus value) {
63 std::string GetProtoDebugString(const CreateGoogleAttestedKeyRequest& value) {
114 std::string GetProtoDebugString(const CreateGoogleAttestedKeyReply& value) {
146 std::string GetProtoDebugString(const GetKeyInfoRequest& value) {
170 std::string GetProtoDebugString(const GetKeyInfoReply& value) {
234 std::string GetProtoDebugString(const GetEndorsementInfoRequest& value) {
256 std::string GetProtoDebugString(const GetEndorsementInfoReply& value) {
291 std::string GetProtoDebugString(const GetAttestationKeyInfoRequest& value) {
313 std::string GetProtoDebugString(const GetAttestationKeyInfoReply& value) {
371 std::string GetProtoDebugString(const ActivateAttestationKeyRequest& value)
    [all...]
print_common_proto.cc 28 std::string GetProtoDebugString(KeyType value) {
42 std::string GetProtoDebugString(KeyUsage value) {
56 std::string GetProtoDebugString(CertificateProfile value) {
83 std::string GetProtoDebugString(const Quote& value) {
125 std::string GetProtoDebugString(const EncryptedData& value) {
174 std::string GetProtoDebugString(const SignedData& value) {
202 std::string GetProtoDebugString(const EncryptedIdentityCredential& value) {
  /system/tpm/tpm_manager/common/
print_tpm_nvram_interface_proto.h 30 std::string GetProtoDebugString(const DefineNvramRequest& value);
33 std::string GetProtoDebugString(const DefineNvramReply& value);
36 std::string GetProtoDebugString(const DestroyNvramRequest& value);
39 std::string GetProtoDebugString(const DestroyNvramReply& value);
42 std::string GetProtoDebugString(const WriteNvramRequest& value);
45 std::string GetProtoDebugString(const WriteNvramReply& value);
48 std::string GetProtoDebugString(const ReadNvramRequest& value);
51 std::string GetProtoDebugString(const ReadNvramReply& value);
54 std::string GetProtoDebugString(const IsNvramDefinedRequest& value);
57 std::string GetProtoDebugString(const IsNvramDefinedReply& value)
    [all...]
print_tpm_ownership_interface_proto.h 30 std::string GetProtoDebugString(const GetTpmStatusRequest& value);
33 std::string GetProtoDebugString(const GetTpmStatusReply& value);
36 std::string GetProtoDebugString(const TakeOwnershipRequest& value);
39 std::string GetProtoDebugString(const TakeOwnershipReply& value);
43 std::string GetProtoDebugString(const RemoveOwnerDependencyRequest& value);
47 std::string GetProtoDebugString(const RemoveOwnerDependencyReply& value);
print_local_data_proto.h 30 std::string GetProtoDebugString(const LocalData& value);
print_tpm_manager_status_proto.h 30 std::string GetProtoDebugString(TpmManagerStatus value);
print_tpm_manager_status_proto.cc 28 std::string GetProtoDebugString(TpmManagerStatus value) {
print_tpm_nvram_interface_proto.cc 30 std::string GetProtoDebugString(const DefineNvramRequest& value) {
54 std::string GetProtoDebugString(const DefineNvramReply& value) {
75 std::string GetProtoDebugString(const DestroyNvramRequest& value) {
94 std::string GetProtoDebugString(const DestroyNvramReply& value) {
115 std::string GetProtoDebugString(const WriteNvramRequest& value) {
141 std::string GetProtoDebugString(const WriteNvramReply& value) {
162 std::string GetProtoDebugString(const ReadNvramRequest& value) {
181 std::string GetProtoDebugString(const ReadNvramReply& value) {
209 std::string GetProtoDebugString(const IsNvramDefinedRequest& value) {
228 std::string GetProtoDebugString(const IsNvramDefinedReply& value)
    [all...]
print_tpm_ownership_interface_proto.cc 31 std::string GetProtoDebugString(const GetTpmStatusRequest& value) {
45 std::string GetProtoDebugString(const GetTpmStatusReply& value) {
106 std::string GetProtoDebugString(const TakeOwnershipRequest& value) {
120 std::string GetProtoDebugString(const TakeOwnershipReply& value) {
141 std::string GetProtoDebugString(const RemoveOwnerDependencyRequest& value) {
164 std::string GetProtoDebugString(const RemoveOwnerDependencyReply& value) {
print_local_data_proto.cc 27 std::string GetProtoDebugString(const LocalData& value) {
  /system/tpm/tpm_manager/client/
main.cc 222 LOG(INFO) << "Message Reply: " << GetProtoDebugString(reply);
  /system/tpm/attestation/client/
main.cc 273 printf("%s\n", GetProtoDebugString(reply).c_str());

Completed in 1311 milliseconds