3 overrides of ExportPrivateSeedCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
129
protected override void
ExportPrivateSeedCore
(Span<byte> destination)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.Windows.cs (1)
109
protected override void
ExportPrivateSeedCore
(Span<byte> destination)
System\Security\Cryptography\MLKemOpenSsl.NotSupported.cs (1)
43
protected override void
ExportPrivateSeedCore
(Span<byte> destination)
2 references to ExportPrivateSeedCore
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (2)
299
ExportPrivateSeedCore
(destination);
318
ExportPrivateSeedCore
(seed);