3 references to ImportDecapsulationKeyImpl
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (2)
403return MLKemImplementation.ImportDecapsulationKeyImpl(algorithm, source); 1702kem = MLKemImplementation.ImportDecapsulationKeyImpl(algorithm, expandedKey.Span);
src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.cs (1)
37return ImportDecapsulationKeyImpl(alg, buffer);