6 references to GetKeyWrapPaddedLength
System.Security.Cryptography (6)
System\Security\Cryptography\Aes.cs (5)
434int outputLength = GetKeyWrapPaddedLength(plaintext.Length); 456/// <seealso cref="GetKeyWrapPaddedLength"/> 462int requiredLength = GetKeyWrapPaddedLength(plaintext.Length); 749/// <see cref="GetKeyWrapPaddedLength"/> for the given input. 767Debug.Assert(destination.Length == GetKeyWrapPaddedLength(source.Length));
System\Security\Cryptography\AesImplementation.Windows.cs (1)
51Debug.Assert(destination.Length == GetKeyWrapPaddedLength(source.Length));