7 references to GetKeyWrapPaddedLength
System.Security.Cryptography (7)
System\Security\Cryptography\Aes.cs (6)
106int outputLength = GetKeyWrapPaddedLength(plaintext.Length); 128/// <seealso cref="GetKeyWrapPaddedLength"/> 134int requiredLength = GetKeyWrapPaddedLength(plaintext.Length); 421/// <see cref="GetKeyWrapPaddedLength"/> for the given input. 438Debug.Assert(destination.Length == GetKeyWrapPaddedLength(source.Length)); 492Debug.Assert(destination.Length == GetKeyWrapPaddedLength(source.Length));
System\Security\Cryptography\AesImplementation.Windows.cs (1)
51Debug.Assert(destination.Length == GetKeyWrapPaddedLength(source.Length));