3 references to HashBufferStackSize
System.Security.Cryptography (3)
System\Security\Cryptography\DSA.cs (3)
620Span<byte> tmp = stackalloc byte[HashBufferStackSize]; 781Span<byte> tmp = stackalloc byte[HashBufferStackSize]; 883Debug.Assert(tmp.Length == HashBufferStackSize);