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