4 references to BCRYPT_COMPOSITE_MLKEM_PRIVATE_BLOB
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLKemImplementation.Windows.cs (2)
79return ImportKey(algorithm, source, Interop.BCrypt.KeyBlobType.BCRYPT_COMPOSITE_MLKEM_PRIVATE_BLOB, hasDecapsulationKey: true); 137return ExportKey(Interop.BCrypt.KeyBlobType.BCRYPT_COMPOSITE_MLKEM_PRIVATE_BLOB, destination);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.CompositeMLKem.cs (2)
55KeyBlobType.BCRYPT_COMPOSITE_MLKEM_PRIVATE_BLOB => 125KeyBlobType.BCRYPT_COMPOSITE_MLKEM_PRIVATE_BLOB,