2 implementations of Reset
System.Security.Cryptography (2)
System\Security\Cryptography\BasicSymmetricCipherLiteBCrypt.cs (1)
91
public void
Reset
(ReadOnlySpan<byte> iv)
System\Security\Cryptography\BasicSymmetricCipherLiteNCrypt.cs (1)
117
public unsafe void
Reset
(ReadOnlySpan<byte> iv)
2 references to Reset
System.Security.Cryptography (2)
System\Security\Cryptography\AesCng.Windows.cs (1)
363
cipher.
Reset
(iv);
System\Security\Cryptography\AesImplementation.cs (1)
319
cipher.
Reset
(iv);