kernel_optimize_test/drivers/crypto/caam
Catalin Vasile 5ba1c7b5ff crypto: caam - fix rfc3686(ctr(aes)) IV load
-nonce is being loaded using append_load_imm_u32() instead of
append_load_as_imm() (nonce is a byte array / stream, not a 4-byte
variable)
-counter is not being added in big endian format, as mandatated by
RFC3686 and expected by the crypto engine

Signed-off-by: Catalin Vasile <cata.vasile@nxp.com>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2016-09-07 21:08:28 +08:00
..
caamalg.c crypto: caam - fix rfc3686(ctr(aes)) IV load 2016-09-07 21:08:28 +08:00
caamhash.c crypto: caam - add ahash_edesc_add_src() 2016-08-09 18:47:28 +08:00
caampkc.c
caampkc.h
caamrng.c
compat.h
ctrl.c crypto: caam - add missing header dependencies 2016-08-31 23:00:41 +08:00
ctrl.h
desc_constr.h crypto: caam - fix rfc3686(ctr(aes)) IV load 2016-09-07 21:08:28 +08:00
desc.h
error.c
error.h
intern.h crypto: caam - get rid of tasklet 2016-08-09 18:47:28 +08:00
jr.c crypto: caam - get rid of tasklet 2016-08-09 18:47:28 +08:00
jr.h
Kconfig
key_gen.c
key_gen.h
Makefile
pdb.h
pkc_desc.c
regs.h
sg_sw_sec4.h