Searched refs:AllocateScratch (Results 1 – 2 of 2) sorted by relevance
42 virtual void AllocateScratch(std::string&) = 0;118 virtual void AllocateScratch(std::string&) override;
701 AllocateScratch(scratch); in Encrypt()746 AllocateScratch(scratch); in Decrypt()805 void CTRCipherStream::AllocateScratch(std::string& scratch) { in AllocateScratch() function in ROCKSDB_NAMESPACE::CTRCipherStream