On Fri, Dec 01, 2023 at 05:06:04PM -0800, Vadim Fedorenko wrote: > Add simple tc hook selftests to show the way to work with new crypto > BPF API. Some weird structre and map are added to setup program to make Hi Vadim, as it looks like there will be a new revision of this series, please consider updating the spelling of structure. > verifier happy about dynptr initialization from memory. Simple AES-ECB > algo is used to demonstrate encryption and decryption of fixed size > buffers. > > Signed-off-by: Vadim Fedorenko <vadfed@xxxxxxxx> ...