1 write to _cipherLite
System.Security.Cryptography (1)
System\Security\Cryptography\BasicSymmetricCipherBCrypt.cs (1)
18
_cipherLite
= new BasicSymmetricCipherLiteBCrypt(
4 references to _cipherLite
System.Security.Cryptography (4)
System\Security\Cryptography\BasicSymmetricCipherBCrypt.cs (4)
32
_cipherLite
.Dispose();
39
_cipherLite
.Transform(input, output);
43
int numBytesWritten =
_cipherLite
.TransformFinal(input, output);
44
_cipherLite
.Reset(IV);