2 references to HMACCommon
System.Security.Cryptography (2)
System\Security\Cryptography\HMACCommon.cs (1)
21this(hashAlgorithmId, (ReadOnlySpan<byte>)key, blockSize)
System\Security\Cryptography\IncrementalHash.cs (1)
388return new IncrementalHash(hashAlgorithm, new HMACCommon(hashAlgorithm.Name, key, -1));