1 write to _cipherLite
System.Security.Cryptography (1)
System\Security\Cryptography\OpenSslCipher.cs (1)
23_cipherLite = new OpenSslCipherLite(
4 references to _cipherLite
System.Security.Cryptography (4)
System\Security\Cryptography\OpenSslCipher.cs (4)
36_cipherLite.Dispose(); 46return _cipherLite.Transform(input, output); 54int written = _cipherLite.TransformFinal(input, output); 55_cipherLite.Reset(IV);