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