3 references to ImportDecapsulationKeyImpl
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (2)
417return MLKemImplementation.ImportDecapsulationKeyImpl(algorithm, source); 1714kem = MLKemImplementation.ImportDecapsulationKeyImpl(algorithm, kemKey.ExpandedKey);
src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.cs (1)
37return ImportDecapsulationKeyImpl(alg, buffer);