4 references to BCRYPT_COMPOSITE_MLKEM_PUBLIC_BLOB
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLKemImplementation.Windows.cs (2)
71
return ImportKey(algorithm, source, Interop.BCrypt.KeyBlobType.
BCRYPT_COMPOSITE_MLKEM_PUBLIC_BLOB
, hasDecapsulationKey: false);
125
return ExportKey(Interop.BCrypt.KeyBlobType.
BCRYPT_COMPOSITE_MLKEM_PUBLIC_BLOB
, destination);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.CompositeMLKem.cs (2)
53
KeyBlobType.
BCRYPT_COMPOSITE_MLKEM_PUBLIC_BLOB
=>
123
KeyBlobType.
BCRYPT_COMPOSITE_MLKEM_PUBLIC_BLOB
,