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