7 references to BCRYPT_PQDSA_KEY_BLOB
System.Security.Cryptography (7)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.cs (7)
13using BCRYPT_PQDSA_KEY_BLOB = Interop.BCrypt.BCRYPT_PQDSA_KEY_BLOB; 187int blobHeaderSize = Unsafe.SizeOf<BCRYPT_PQDSA_KEY_BLOB>(); 211ref BCRYPT_PQDSA_KEY_BLOB blobHeader = ref MemoryMarshal.Cast<byte, BCRYPT_PQDSA_KEY_BLOB>(blobBytes)[0]; 246ref readonly BCRYPT_PQDSA_KEY_BLOB blob = ref MemoryMarshal.Cast<byte, BCRYPT_PQDSA_KEY_BLOB>(blobBytes)[0]; 250index += Unsafe.SizeOf<BCRYPT_PQDSA_KEY_BLOB>();