2 implementations of GetPaddingSize
System.Security.Cryptography (2)
System\Security\Cryptography\AesCng.Windows.cs (1)
266int ICngSymmetricAlgorithm.GetPaddingSize(CipherMode mode, int feedbackSizeBits)
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
228int ICngSymmetricAlgorithm.GetPaddingSize(CipherMode mode, int feedbackSizeBits)
4 references to GetPaddingSize
System.Security.Cryptography (4)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (4)
188_outer.GetPaddingSize(mode, feedbackSizeInBits), 223_outer.GetPaddingSize(mode, feedbackSizeInBits), 249_outer.GetPaddingSize(mode, feedbackSizeInBits)); 266_outer.GetPaddingSize(mode, feedbackSizeInBits));