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