6 references to GetPaddingSize
System.Security.Cryptography (6)
System\Security\Cryptography\AesCng.Windows.cs (1)
268return this.GetPaddingSize(mode, feedbackSizeBits);
System\Security\Cryptography\AesImplementation.cs (1)
280this.GetPaddingSize(Mode, FeedbackSize),
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
105this.GetPaddingSize(Mode, FeedbackSize));
System\Security\Cryptography\DesImplementation.cs (1)
92this.GetPaddingSize(Mode, FeedbackSize),
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
230return this.GetPaddingSize(mode, feedbackSizeBits);
System\Security\Cryptography\TripleDesImplementation.cs (1)
88this.GetPaddingSize(Mode, FeedbackSize),