5 references to BCRYPT_PQDSA_PRIVATE_SEED_BLOB
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.CreateCng.cs (1)
16
_hasSeed ? Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_SEED_BLOB
:
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (2)
163
const string PrivateSeedBlobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_SEED_BLOB
;
202
Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_SEED_BLOB
,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.cs (2)
97
case Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_SEED_BLOB
:
148
blobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_SEED_BLOB
;