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