9 references to BCRYPT_MLKEM_KEY_BLOB
System.Security.Cryptography (9)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.Windows.cs (4)
8
using BCRYPT_MLKEM_KEY_BLOB = Interop.BCrypt.
BCRYPT_MLKEM_KEY_BLOB
;
21
BCRYPT_MLKEM_KEY_BLOB
* blob = (
BCRYPT_MLKEM_KEY_BLOB
*)pExportedSpan;
29
int blobHeaderSize = sizeof(
BCRYPT_MLKEM_KEY_BLOB
);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.Windows.cs (1)
12
using BCRYPT_MLKEM_KEY_BLOB = Interop.BCrypt.
BCRYPT_MLKEM_KEY_BLOB
;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.cs (4)
11
using BCRYPT_MLKEM_KEY_BLOB = Interop.BCrypt.
BCRYPT_MLKEM_KEY_BLOB
;
233
int blobHeaderSize = sizeof(
BCRYPT_MLKEM_KEY_BLOB
);
251
BCRYPT_MLKEM_KEY_BLOB
* blob = (
BCRYPT_MLKEM_KEY_BLOB
*)pBuffer;