Home
last modified time | relevance | path

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

/system/tpm/attestation/server/
Ddatabase_impl.cc179 bool DatabaseImpl::DecryptProtobuf(const std::string& encrypted_input) { in DecryptProtobuf() argument
180 if (!crypto_->UnsealKey(encrypted_input, &database_key_, in DecryptProtobuf()
186 if (!crypto_->DecryptData(encrypted_input, database_key_, &serial_proto)) { in DecryptProtobuf()
Ddatabase_impl.h78 bool DecryptProtobuf(const std::string& encrypted_input);