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