4 references to ImportPrivateSeedImpl
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (3)
344
return MLKemImplementation.
ImportPrivateSeedImpl
(algorithm, source);
1693
kem = MLKemImplementation.
ImportPrivateSeedImpl
(algorithm, seed.Span);
1714
MLKem key = MLKemImplementation.
ImportPrivateSeedImpl
(algorithm, both.Seed.Span);
src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.cs (1)
30
return
ImportPrivateSeedImpl
(alg, buffer);