2 writes to _componentAlgorithm
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (2)
39
_componentAlgorithm
= componentAlgorithm;
433
_componentAlgorithm
= null!;
5 references to _componentAlgorithm
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (5)
287
tradBytesWritten =
_componentAlgorithm
.SignData(M_prime, tradSig);
367
return And(_mldsa.VerifyData(M_prime, mldsaSig, AlgorithmDetails.DomainSeparator),
_componentAlgorithm
.VerifyData(M_prime, tradSig));
385
if (!
_componentAlgorithm
.TryExportPublicKey(destination.Slice(AlgorithmDetails.MLDsaAlgorithm.PublicKeySizeInBytes), out int componentBytesWritten))
409
if (!
_componentAlgorithm
.TryExportPrivateKey(destination.Slice(AlgorithmDetails.MLDsaAlgorithm.PrivateSeedSizeInBytes), out int componentBytesWritten))
432
_componentAlgorithm
?.Dispose();