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