4 references to ImportPrivateSeedImpl
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (3)
359
return MLKemImplementation.
ImportPrivateSeedImpl
(algorithm, source);
1735
kem = MLKemImplementation.
ImportPrivateSeedImpl
(algorithm, kemKey.Seed);
1756
MLKem key = MLKemImplementation.
ImportPrivateSeedImpl
(algorithm, kemKey.Both.Seed);
src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.cs (1)
30
return
ImportPrivateSeedImpl
(alg, buffer);