1
linux/drivers/crypto/marvell/octeontx2
Herbert Xu 7ccb750dca crypto: octeontx2 - Fix authenc setkey
Use the generic crypto_authenc_extractkeys helper instead of custom
parsing code that is slightly broken.  Also fix a number of memory
leaks by moving memory allocation from setkey to init_tfm (setkey
can be called multiple times over the life of a tfm).

Finally accept all hash key lengths by running the digest over
extra-long keys.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2024-08-24 21:39:15 +08:00
..
cn10k_cpt.c crypto: octeontx2 - add missing check for dma_map_single 2024-04-19 18:54:18 +08:00
cn10k_cpt.h crypto: octeontx2 - add ctx_val workaround 2023-12-29 11:25:39 +08:00
Makefile crypto: octeontx2 - Fix objects shared between several modules 2023-02-14 13:39:33 +08:00
otx2_cpt_common.h crypto: octeontx2 - support setting ctx ilen for inline CPT LF 2023-12-29 11:25:55 +08:00
otx2_cpt_devlink.c devlink: extend devlink_param *set pointer 2024-04-22 13:05:19 -07:00
otx2_cpt_devlink.h
otx2_cpt_hw_types.h crypto: octeontx2 - support setting ctx ilen for inline CPT LF 2023-12-29 11:25:55 +08:00
otx2_cpt_mbox_common.c crypto: octeontx2 - add LF reset on queue disable 2023-12-29 11:25:38 +08:00
otx2_cpt_reqmgr.h crypto: octeontx2 - add ctx_val workaround 2023-12-29 11:25:39 +08:00
otx2_cptlf.c crypto: octeontx2 - support setting ctx ilen for inline CPT LF 2023-12-29 11:25:55 +08:00
otx2_cptlf.h crypto: octeontx2 - support setting ctx ilen for inline CPT LF 2023-12-29 11:25:55 +08:00
otx2_cptpf_main.c crypto: octeontx2 - register error interrupts for inline cptlf 2023-12-29 11:25:55 +08:00
otx2_cptpf_mbox.c crypto: octeontx2 - support setting ctx ilen for inline CPT LF 2023-12-29 11:25:55 +08:00
otx2_cptpf_ucode.c crypto: octeontx2 - update CPT inbound inline IPsec mailbox 2023-12-29 11:25:39 +08:00
otx2_cptpf_ucode.h crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0 2023-12-29 11:25:38 +08:00
otx2_cptpf.h crypto: octeontx2 - register error interrupts for inline cptlf 2023-12-29 11:25:55 +08:00
otx2_cptvf_algs.c crypto: octeontx2 - Fix authenc setkey 2024-08-24 21:39:15 +08:00
otx2_cptvf_algs.h crypto: octeontx2 - add ctx_val workaround 2023-12-29 11:25:39 +08:00
otx2_cptvf_main.c crypto: octeontx2 - register error interrupts for inline cptlf 2023-12-29 11:25:55 +08:00
otx2_cptvf_mbox.c crypto: octeontx2 - add LF reset on queue disable 2023-12-29 11:25:38 +08:00
otx2_cptvf_reqmgr.c crypto: octeontx2 - add ctx_val workaround 2023-12-29 11:25:39 +08:00
otx2_cptvf.h crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0 2023-12-29 11:25:38 +08:00