Searched refs:crypto_ (Results 1 – 2 of 2) sorted by relevance
51 : 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()
79 CryptoUtility* crypto_; variable