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