Searched refs:DecryptInit (Results 1 – 4 of 4) sorted by relevance
36 virtual void DecryptInit(const ByteBuffer& key, const ByteBuffer& iv);
101 void SymmetricCipherOpenssl::DecryptInit(const ByteBuffer& key, const ByteBuffer& iv) in DecryptInit() function in SymmetricCipherOpenssl
171 cipher_->DecryptInit(key_, iv_); in xsputn()
64 virtual void DecryptInit(const ByteBuffer& key, const ByteBuffer& iv) = 0;
Completed in 5 milliseconds