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