HomeSort by relevance Sort by last modified time
    Searched refs:GetProtoDebugString (Results 1 - 8 of 8) 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) {
115 std::string GetProtoDebugString(const CreateGoogleAttestedKeyReply& value) {
147 std::string GetProtoDebugString(const GetKeyInfoRequest& value) {
171 std::string GetProtoDebugString(const GetKeyInfoReply& value) {
238 std::string GetProtoDebugString(const GetEndorsementInfoRequest& value) {
260 std::string GetProtoDebugString(const GetEndorsementInfoReply& value) {
297 std::string GetProtoDebugString(const GetAttestationKeyInfoRequest& value) {
319 std::string GetProtoDebugString(const GetAttestationKeyInfoReply& value) {
379 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) {
127 std::string GetProtoDebugString(const EncryptedData& value) {
179 std::string GetProtoDebugString(const SignedData& value) {
207 std::string GetProtoDebugString(const EncryptedIdentityCredential& value) {
  /system/tpm/tpm_manager/common/
print_tpm_manager_proto.h 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...]
print_tpm_manager_proto.cc 16 std::string GetProtoDebugString(TpmManagerStatus value) {
34 std::string GetProtoDebugString(NvramResult value) {
69 std::string GetProtoDebugString(NvramSpaceAttribute value) {
108 std::string GetProtoDebugString(NvramSpacePolicy value) {
123 std::string GetProtoDebugString(const NvramPolicyRecord& value) {
172 std::string GetProtoDebugString(const LocalData& value) {
229 std::string GetProtoDebugString(const DefineSpaceRequest& value) {
278 std::string GetProtoDebugString(const DefineSpaceReply& value) {
299 std::string GetProtoDebugString(const DestroySpaceRequest& value) {
318 std::string GetProtoDebugString(const DestroySpaceReply& value)
    [all...]
  /system/tpm/tpm_manager/client/
main.cc 303 LOG(INFO) << "Message Reply: " << GetProtoDebugString(reply);
444 LOG(INFO) << "Message Reply: " << GetProtoDebugString(reply);
  /system/tpm/attestation/client/
main.cc 260 printf("%s\n", GetProtoDebugString(reply).c_str());

Completed in 706 milliseconds