4 references to VerifyHashAndReset
System.Security.Cryptography (4)
System\Security\Cryptography\Kmac128.cs (1)
255
return _kmacProvider.
VerifyHashAndReset
(hash);
System\Security\Cryptography\Kmac256.cs (1)
255
return _kmacProvider.
VerifyHashAndReset
(hash);
System\Security\Cryptography\KmacXof128.cs (1)
255
return _kmacProvider.
VerifyHashAndReset
(hash);
System\Security\Cryptography\KmacXof256.cs (1)
255
return _kmacProvider.
VerifyHashAndReset
(hash);