1 write to _algorithm
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
46
_algorithm
= algorithm;
7 references to _algorithm
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (7)
212
if (ecParameters.D.Length !=
_algorithm
.KeySizeInBytes)
220
(ecParameters.Curve.Oid.Value !=
_algorithm
.CurveOidValue && ecParameters.Curve.Oid.FriendlyName !=
_algorithm
.CurveOid.FriendlyName))
230
WriteKey(ecParameters.D, ecParameters.Q.X, ecParameters.Q.Y,
_algorithm
.CurveOidValue, writer);
309
int fieldWidth =
_algorithm
.KeySizeInBytes;
386
return _ecdsa.VerifyData(data, signature,
_algorithm
.HashAlgorithmName, DSASignatureFormat.Rfc3279DerSequence);
412
if (!_ecdsa.TrySignData(data, destination,
_algorithm
.HashAlgorithmName, DSASignatureFormat.Rfc3279DerSequence, out int bytesWritten))