1 write to _cipherLite
System.Security.Cryptography (1)
System\Security\Cryptography\OpenSslCipher.cs (1)
16_cipherLite = new OpenSslCipherLite(
4 references to _cipherLite
System.Security.Cryptography (4)
System\Security\Cryptography\OpenSslCipher.cs (4)
29_cipherLite.Dispose(); 39return _cipherLite.Transform(input, output); 47int written = _cipherLite.TransformFinal(input, output); 48_cipherLite.Reset(IV);