Re: [PATCH v8,net-next,12/12] crypto: octeontx2: register with linux crypto framework

2020-10-31 Thread Willem de Bruijn
On Wed, Oct 28, 2020 at 5:43 PM Srujana Challa wrote: > > CPT offload module utilises the linux crypto framework to offload > crypto processing. This patch registers supported algorithms by > calling registration functions provided by the kernel crypto API. > > The module currently supports: > - A

[PATCH v8,net-next,12/12] crypto: octeontx2: register with linux crypto framework

2020-10-28 Thread Srujana Challa
CPT offload module utilises the linux crypto framework to offload crypto processing. This patch registers supported algorithms by calling registration functions provided by the kernel crypto API. The module currently supports: - AES block cipher in CBC,ECB,XTS and CFB mode. - 3DES block cipher in

[PATCH v8,net-next,12/12] crypto: octeontx2: register with linux crypto framework

2020-10-19 Thread Srujana Challa
CPT offload module utilises the linux crypto framework to offload crypto processing. This patch registers supported algorithms by calling registration functions provided by the kernel crypto API. The module currently supports: - AES block cipher in CBC,ECB,XTS and CFB mode. - 3DES block cipher in