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