Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/
Denv_encryption.h42 virtual void AllocateScratch(std::string&) = 0;
118 virtual void AllocateScratch(std::string&) override;
/rocksdb-6.9/env/
Denv_encryption.cc701 AllocateScratch(scratch); in Encrypt()
746 AllocateScratch(scratch); in Decrypt()
805 void CTRCipherStream::AllocateScratch(std::string& scratch) { in AllocateScratch() function in ROCKSDB_NAMESPACE::CTRCipherStream