5 references to BCRYPT_PQDSA_PUBLIC_BLOB
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.CreateCng.cs (1)
18
Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (2)
125
const string PublicBlobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
;
171
Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.cs (2)
56
case Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
:
83
blobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
;