Home
last modified time | relevance | path

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

/system/tpm/attestation/server/
Ddatabase_impl.cc51 : io_(this), crypto_(crypto) {} in DatabaseImpl()
166 if (!crypto_->CreateSealedKey(&database_key_, &sealed_database_key_)) { in EncryptProtobuf()
171 if (!crypto_->EncryptData(serial_proto, database_key_, sealed_database_key_, in EncryptProtobuf()
180 if (!crypto_->UnsealKey(encrypted_input, &database_key_, in DecryptProtobuf()
186 if (!crypto_->DecryptData(encrypted_input, database_key_, &serial_proto)) { in DecryptProtobuf()
Ddatabase_impl.h79 CryptoUtility* crypto_; variable