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