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); 43int numBytesWritten = _cipherLite.TransformFinal(input, output); 44_cipherLite.Reset(IV);