1 write to _algorithm
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
46
_algorithm
= algorithm;
6 references to _algorithm
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (6)
191
if (ecParameters.D.Length !=
_algorithm
.KeySizeInBytes)
199
(ecParameters.Curve.Oid.Value !=
_algorithm
.CurveOidValue && ecParameters.Curve.Oid.FriendlyName !=
_algorithm
.CurveOid.FriendlyName))
271
int fieldWidth =
_algorithm
.KeySizeInBytes;
348
return _ecdsa.VerifyData(data, signature,
_algorithm
.HashAlgorithmName, DSASignatureFormat.Rfc3279DerSequence);
374
if (!_ecdsa.TrySignData(data, destination,
_algorithm
.HashAlgorithmName, DSASignatureFormat.Rfc3279DerSequence, out int bytesWritten))