2 references to ImportPrivateSeedImpl
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
346return MLKemImplementation.ImportPrivateSeedImpl(algorithm, source);
src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.cs (1)
30return ImportPrivateSeedImpl(alg, buffer);