4 references to ClearAll
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\CryptoPool.cs (3)
15internal static void Return(ArraySegment<byte> arraySegment, int clearSize = ClearAll) 20Return(arraySegment.Array, clearSize == ClearAll ? arraySegment.Count : clearSize); 23internal static void Return(byte[] array, int clearSize = ClearAll)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
591internal void TrackArray(byte[]? rented, int clearSize = CryptoPool.ClearAll)