Searched refs:encrypted_input (Results 1 – 2 of 2) sorted by relevance
179 bool DatabaseImpl::DecryptProtobuf(const std::string& encrypted_input) { in DecryptProtobuf() argument180 if (!crypto_->UnsealKey(encrypted_input, &database_key_, in DecryptProtobuf()186 if (!crypto_->DecryptData(encrypted_input, database_key_, &serial_proto)) { in DecryptProtobuf()
78 bool DecryptProtobuf(const std::string& encrypted_input);