2 implementations of IsValidEphemeralFeedbackSize
System.Security.Cryptography (2)
System\Security\Cryptography\AesCng.Windows.cs (1)
293
bool ICngSymmetricAlgorithm.
IsValidEphemeralFeedbackSize
(int feedbackSizeInBits)
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
258
bool ICngSymmetricAlgorithm.
IsValidEphemeralFeedbackSize
(int feedbackSizeInBits)
1 reference to IsValidEphemeralFeedbackSize
System.Security.Cryptography (1)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
296
if (!_outer.
IsValidEphemeralFeedbackSize
(feedbackSizeInBits))