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