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