Searched refs:EncryptInit (Results 1 – 4 of 4) sorted by relevance
31 virtual void EncryptInit(const ByteBuffer& key, const ByteBuffer& iv);
51 void SymmetricCipherOpenssl::EncryptInit(const ByteBuffer& key, const ByteBuffer& iv) in EncryptInit() function in SymmetricCipherOpenssl
70 cipher_->EncryptInit(key_, iv); in xsgetn()
59 virtual void EncryptInit(const ByteBuffer& key, const ByteBuffer& iv) = 0;
Completed in 6 milliseconds