2 overrides of EncryptImpl
Microsoft.AspNetCore.DataProtection (2)
Cng\CbcAuthenticatedEncryptor.cs (1)
302protected override byte[] EncryptImpl(byte* pbPlaintext, uint cbPlaintext, byte* pbAdditionalAuthenticatedData, uint cbAdditionalAuthenticatedData, uint cbPreBuffer, uint cbPostBuffer)
Cng\CngGcmAuthenticatedEncryptor.cs (1)
233protected override byte[] EncryptImpl(byte* pbPlaintext, uint cbPlaintext, byte* pbAdditionalAuthenticatedData, uint cbAdditionalAuthenticatedData, uint cbPreBuffer, uint cbPostBuffer)
1 reference to EncryptImpl
Microsoft.AspNetCore.DataProtection (1)
Cng\Internal\CngAuthenticatedEncryptorBase.cs (1)
68return EncryptImpl(