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