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)
79
return ImportKey(algorithm, source, Interop.BCrypt.KeyBlobType.
BCRYPT_COMPOSITE_MLKEM_PRIVATE_BLOB
, hasDecapsulationKey: true);
137
return ExportKey(Interop.BCrypt.KeyBlobType.
BCRYPT_COMPOSITE_MLKEM_PRIVATE_BLOB
, destination);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.CompositeMLKem.cs (2)
55
KeyBlobType.
BCRYPT_COMPOSITE_MLKEM_PRIVATE_BLOB
=>
125
KeyBlobType.
BCRYPT_COMPOSITE_MLKEM_PRIVATE_BLOB
,