2 references to FipsMinimumKeyLengthInBytes
Microsoft.AspNetCore.DataProtection (2)
SP800_108\ManagedSP800_108_CTR_HMACSHA512.cs (2)
48if (kdk.Length < FipsMinimumKeyLengthInBytes) 52Span<byte> zeroExtended = stackalloc byte[FipsMinimumKeyLengthInBytes];