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)
86
Interop.BCrypt.BCryptEncrypt(_hKey, input,
_currentIv
, output) :
87
Interop.BCrypt.BCryptDecrypt(_hKey, input,
_currentIv
, output);
93
if (
_currentIv
is not null)
95
iv.CopyTo(
_currentIv
);
116
if (
_currentIv
is not null)
118
CryptographicOperations.ZeroMemory(
_currentIv
);