1 override of EncryptKeyWrapPaddedCore
System.Security.Cryptography (1)
System\Security\Cryptography\AesImplementation.OpenSsl.cs (1)
42protected override void EncryptKeyWrapPaddedCore(ReadOnlySpan<byte> source, Span<byte> destination)
2 references to EncryptKeyWrapPaddedCore
System.Security.Cryptography (2)
System\Security\Cryptography\Aes.cs (2)
108EncryptKeyWrapPaddedCore(plaintext, output); 148EncryptKeyWrapPaddedCore(plaintext, destination);