20 references to Argument_DestinationImprecise
System.Security.Cryptography (20)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLKem.cs (3)
173
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.CiphertextSizeInBytes),
180
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.SharedSecretSizeInBytes),
283
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.SharedSecretSizeInBytes),
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
284
throw new ArgumentException(SR.Format(SR.
Argument_DestinationImprecise
, expectedLength), paramName);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (6)
114
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.CiphertextSizeInBytes),
121
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.SharedSecretSizeInBytes),
211
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.SharedSecretSizeInBytes),
294
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.PrivateSeedSizeInBytes),
525
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.DecapsulationKeySizeInBytes),
579
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.EncapsulationKeySizeInBytes),
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (4)
137
SR.Format(SR.
Argument_DestinationImprecise
, signatureSizeInBytes),
321
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.SignatureSizeInBytes),
1082
SR.Format(SR.
Argument_DestinationImprecise
, publicKeySizeInBytes),
1133
SR.Format(SR.
Argument_DestinationImprecise
, privateKeySizeInBytes),
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (4)
152
SR.Format(SR.
Argument_DestinationImprecise
, SecretAgreementSizeInBytes),
189
SR.Format(SR.
Argument_DestinationImprecise
, SecretAgreementSizeInBytes),
253
SR.Format(SR.
Argument_DestinationImprecise
, PrivateKeySizeInBytes),
298
SR.Format(SR.
Argument_DestinationImprecise
, PublicKeySizeInBytes),
System\Security\Cryptography\Aes.cs (2)
137
SR.Format(SR.
Argument_DestinationImprecise
, requiredLength),
467
SR.Format(SR.
Argument_DestinationImprecise
, requiredLength),