2 overrides of EncryptImpl
Microsoft.AspNetCore.DataProtection (2)
Cng\CbcAuthenticatedEncryptor.cs (1)
302
protected override byte[]
EncryptImpl
(byte* pbPlaintext, uint cbPlaintext, byte* pbAdditionalAuthenticatedData, uint cbAdditionalAuthenticatedData, uint cbPreBuffer, uint cbPostBuffer)
Cng\CngGcmAuthenticatedEncryptor.cs (1)
233
protected 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)
68
return
EncryptImpl
(