2 writes to _componentAlgorithm
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (2)
40_componentAlgorithm = componentAlgorithm; 469_componentAlgorithm = null!;
5 references to _componentAlgorithm
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (5)
288tradBytesWritten = _componentAlgorithm.SignData(M_prime, tradSig); 368return And(_mldsa.VerifyData(M_prime, mldsaSig, AlgorithmDetails.DomainSeparator), _componentAlgorithm.VerifyData(M_prime, tradSig)); 421if (!_componentAlgorithm.TryExportPublicKey(destination.Slice(AlgorithmDetails.MLDsaAlgorithm.PublicKeySizeInBytes), out int componentBytesWritten)) 445if (!_componentAlgorithm.TryExportPrivateKey(destination.Slice(AlgorithmDetails.MLDsaAlgorithm.PrivateSeedSizeInBytes), out int componentBytesWritten)) 468_componentAlgorithm?.Dispose();