1 override of DecryptKeyWrapPaddedCore
System.Security.Cryptography (1)
System\Security\Cryptography\AesImplementation.OpenSsl.cs (1)
48protected override int DecryptKeyWrapPaddedCore(ReadOnlySpan<byte> source, Span<byte> destination)
1 reference to DecryptKeyWrapPaddedCore
System.Security.Cryptography (1)
System\Security\Cryptography\Aes.cs (1)
286int written = DecryptKeyWrapPaddedCore(ciphertext, lease.Span);