7 references to HMACSHA3_512
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
576if (!HMACSHA3_512.IsSupported)
System\Security\Cryptography\HKDF.cs (1)
299return HMACSHA3_512.HashSizeInBytes;
System\Security\Cryptography\HMACSHA3_512.cs (4)
31/// Initializes a new instance of the <see cref="HMACSHA3_512" /> class with a randomly generated key. 35/// <see cref="HMACSHA3_512" /> is a type of keyed hash algorithm that is constructed from the SHA3-512 hash 50/// Initializes a new instance of the <see cref="HMACSHA3_512" /> class with the specified key data. 53/// The secret key for <see cref="HMACSHA3_512" />. The key can be any length.
System\Security\Cryptography\IncrementalHash.cs (1)
402Debug.Assert(!HMACSHA3_512.IsSupported);