8 references to HashSizeInBytes
Microsoft.AspNetCore.Identity.FunctionalTests (1)
src\Identity\Extensions.Core\src\Rfc6238AuthenticationService.cs (1)
51Span<byte> hash = stackalloc byte[HMACSHA1.HashSizeInBytes];
System.Security.Cryptography (7)
System\Security\Cryptography\Helpers.cs (1)
355return HMACSHA1.HashSizeInBytes;
System\Security\Cryptography\HMACSHA1.cs (6)
110byte[] buffer = new byte[HashSizeInBytes]; 154if (destination.Length < HashSizeInBytes) 161Debug.Assert(bytesWritten == HashSizeInBytes); 190if (destination.Length < HashSizeInBytes) 218return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA1, HashSizeInBytes, key, source); 321if (destination.Length < HashSizeInBytes)