4 references to GetCipherIv
System.Security.Cryptography (4)
System\Security\Cryptography\BasicSymmetricCipherBCrypt.cs (1)
16
: base(cipherMode.
GetCipherIv
(iv), blockSizeInBytes, paddingSizeInBytes)
System\Security\Cryptography\BasicSymmetricCipherCsp.cs (2)
17
: base(cipherMode.
GetCipherIv
(iv), blockSizeInBytes, paddingSizeInBytes)
30
byte[]? currentIv = cipherMode.
GetCipherIv
(iv);
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
209
byte[]? iv = mode.
GetCipherIv
(rgbIV).CloneByteArray();