Home
last modified time | relevance | path

Searched refs:protobuf_ (Results 1 – 2 of 2) sorted by relevance

/system/tpm/attestation/server/
Ddatabase_impl.cc71 return protobuf_; in GetProtobuf()
76 return &protobuf_; in GetMutableProtobuf()
161 if (!protobuf_.SerializeToString(&serial_proto)) { in EncryptProtobuf()
190 if (!protobuf_.ParseFromString(serial_proto)) { in DecryptProtobuf()
195 !protobuf_.ParseFromArray(serial_proto.data(), in DecryptProtobuf()
Ddatabase_impl.h77 AttestationDatabase protobuf_; variable