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)
157
const string PrivateSeedBlobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_SEED_BLOB
;
196
Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_SEED_BLOB
,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.cs (2)
62
case Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_SEED_BLOB
:
89
blobType = Interop.BCrypt.KeyBlobType.
BCRYPT_PQDSA_PRIVATE_SEED_BLOB
;