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