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();
46
return
_cipherLite
.Transform(input, output);
54
int written =
_cipherLite
.TransformFinal(input, output);
55
_cipherLite
.Reset(IV);