1 write to _currentIv
System.Security.Cryptography (1)
System\Security\Cryptography\BasicSymmetricCipherLiteBCrypt.cs (1)
31_currentIv = iv.ToArray();
6 references to _currentIv
System.Security.Cryptography (6)
System\Security\Cryptography\BasicSymmetricCipherLiteBCrypt.cs (6)
86Interop.BCrypt.BCryptEncrypt(_hKey, input, _currentIv, output) : 87Interop.BCrypt.BCryptDecrypt(_hKey, input, _currentIv, output); 93if (_currentIv is not null) 95iv.CopyTo(_currentIv); 116if (_currentIv is not null) 118CryptographicOperations.ZeroMemory(_currentIv);