6 references to GetKeyWrapPaddedLength
System.Security.Cryptography (6)
System\Security\Cryptography\Aes.cs (6)
106int outputLength = GetKeyWrapPaddedLength(plaintext.Length); 128/// <seealso cref="GetKeyWrapPaddedLength"/> 134int requiredLength = GetKeyWrapPaddedLength(plaintext.Length); 406/// <see cref="GetKeyWrapPaddedLength"/> for the given input. 411Debug.Assert(destination.Length == GetKeyWrapPaddedLength(source.Length)); 454Debug.Assert(destination.Length == GetKeyWrapPaddedLength(source.Length));