5 references to BCRYPT_PQDSA_PRIVATE_BLOB
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.CreateCng.cs (1)
17
_hasPrivateKey ? Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_BLOB
:
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (2)
141
const string PrivateBlobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_BLOB
;
183
Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_BLOB
,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.cs (2)
59
case Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_BLOB
:
86
blobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_BLOB
;