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