9 references to BCRYPT_PQDSA_PUBLIC_BLOB
System.Security.Cryptography (9)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaImplementation.Windows.cs (2)
89
const string PublicBlobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
;
134
ExportKey(Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
, destination);
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)
131
const string PublicBlobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
;
177
Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.cs (4)
91
case Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
:
118
case Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
:
142
blobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
;
168
blobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PUBLIC_BLOB
;