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