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