6 references to SharedSecretSizeInBytes
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (6)
119
if (sharedSecret.Length != Algorithm.
SharedSecretSizeInBytes
)
122
SR.Format(SR.Argument_DestinationImprecise, Algorithm.
SharedSecretSizeInBytes
),
153
byte[] localSharedSecret = new byte[Algorithm.
SharedSecretSizeInBytes
];
209
if (sharedSecret.Length != Algorithm.
SharedSecretSizeInBytes
)
212
SR.Format(SR.Argument_DestinationImprecise, Algorithm.
SharedSecretSizeInBytes
),
256
byte[] sharedSecret = new byte[Algorithm.
SharedSecretSizeInBytes
];