8 references to HMACSHA3_256
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
564if (!HMACSHA3_256.IsSupported)
System\Security\Cryptography\Helpers.cs (1)
371return HMACSHA3_256.HashSizeInBytes;
System\Security\Cryptography\HMACSHA3_256.cs (4)
31/// Initializes a new instance of the <see cref="HMACSHA3_256" /> class with a randomly generated key. 35/// <see cref="HMACSHA3_256" /> is a type of keyed hash algorithm that is constructed from the SHA3-256 hash 50/// Initializes a new instance of the <see cref="HMACSHA3_256" /> class with the specified key data. 53/// The secret key for <see cref="HMACSHA3_256" />. The key can be any length.
System\Security\Cryptography\IncrementalHash.cs (1)
395Debug.Assert(!HMACSHA3_256.IsSupported);
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (1)
340if (HMACSHA3_256.IsSupported)