6 references to SharedSecretSizeInBytes
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (6)
120
if (sharedSecret.Length != Algorithm.
SharedSecretSizeInBytes
)
123
SR.Format(SR.Argument_DestinationImprecise, Algorithm.
SharedSecretSizeInBytes
),
154
byte[] localSharedSecret = new byte[Algorithm.
SharedSecretSizeInBytes
];
202
if (sharedSecret.Length != Algorithm.
SharedSecretSizeInBytes
)
205
SR.Format(SR.Argument_DestinationImprecise, Algorithm.
SharedSecretSizeInBytes
),
241
byte[] sharedSecret = new byte[Algorithm.
SharedSecretSizeInBytes
];