1 instantiation of RandomNumberGeneratorImplementation
System.Security.Cryptography (1)
System\Security\Cryptography\RandomNumberGeneratorImplementation.cs (1)
10
internal static readonly RandomNumberGeneratorImplementation s_singleton = new
RandomNumberGeneratorImplementation
();
8 references to RandomNumberGeneratorImplementation
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
141
RandomNumberGeneratorImplementation
.FillNonZeroBytes(ps);
System\Security\Cryptography\RandomNumberGenerator.cs (6)
16
public static RandomNumberGenerator Create() =>
RandomNumberGeneratorImplementation
.s_singleton;
100
RandomNumberGeneratorImplementation
.FillSpan(data);
134
RandomNumberGeneratorImplementation
.FillSpan(oneUintBytes);
164
RandomNumberGeneratorImplementation
.FillSpan(ret);
376
RandomNumberGeneratorImplementation
.FillSpan(randomBytes);
404
RandomNumberGeneratorImplementation
.FillSpan(randomBytes);
System\Security\Cryptography\RandomNumberGeneratorImplementation.cs (1)
10
internal static readonly
RandomNumberGeneratorImplementation
s_singleton = new RandomNumberGeneratorImplementation();