2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 14:43:58 +08:00
linux-next/drivers/crypto/ccree
Gilad Ben-Yossef b7ec853068 crypto: ccree - use std api when possible
Move to use the std api sg_nents_for_len() when we do not in fact
require the extra information about the number of bytes in the last
entry provided by the in-driver variant cc_get_sgl_nents().

This also resolves a Coverity warning cause by us not using
the output value.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-04-25 15:38:14 +08:00
..
cc_aead.c crypto: ccree - fix backlog notifications 2019-04-25 15:38:14 +08:00
cc_aead.h crypto: ccree - add AEAD support 2018-02-15 23:26:42 +08:00
cc_buffer_mgr.c crypto: ccree - use std api when possible 2019-04-25 15:38:14 +08:00
cc_buffer_mgr.h crypto: ccree - add AEAD support 2018-02-15 23:26:42 +08:00
cc_cipher.c crypto: ccree - fix backlog notifications 2019-04-25 15:38:14 +08:00
cc_cipher.h crypto: ccree - read next IV from HW 2019-04-25 15:38:13 +08:00
cc_crypto_ctx.h crypto: ccree - add CPP completion handling 2019-04-25 15:38:13 +08:00
cc_debugfs.c crypto: ccree - fix typo in debugfs error path 2019-04-25 15:38:14 +08:00
cc_debugfs.h crypto: ccree - no need to check return value of debugfs_create functions 2019-02-01 14:42:03 +08:00
cc_driver.c crypto: ccree - add CID and PID support 2019-04-25 15:38:14 +08:00
cc_driver.h crypto: ccree - add CPP completion handling 2019-04-25 15:38:13 +08:00
cc_fips.c crypto: ccree - use devm_kzalloc for device data 2019-04-25 15:38:14 +08:00
cc_fips.h crypto: ccree - add FIPS support 2018-02-15 23:26:42 +08:00
cc_hash.c crypto: ccree - use proper callback completion api 2019-04-25 15:38:14 +08:00
cc_hash.h crypto: ccree - add support for older HW revs 2018-03-03 00:03:16 +08:00
cc_host_regs.h crypto: ccree - add CID and PID support 2019-04-25 15:38:14 +08:00
cc_hw_queue_defs.h crypto: ccree - adapt CPP descriptor to new HW 2019-04-25 15:38:13 +08:00
cc_ivgen.c crypto: ccree - fix mem leak on error path 2019-04-25 15:38:14 +08:00
cc_ivgen.h
cc_kernel_regs.h crypto: ccree - adapt CPP descriptor to new HW 2019-04-25 15:38:13 +08:00
cc_lli_defs.h
cc_pm.c crypto: ccree - fix resume race condition on init 2019-02-08 15:28:02 +08:00
cc_pm.h crypto: ccree - add missing inline qualifier 2019-02-22 12:40:56 +08:00
cc_request_mgr.c crypto: ccree - fix backlog notifications 2019-04-25 15:38:14 +08:00
cc_request_mgr.h
cc_sram_mgr.c crypto: ccree - use devm_kzalloc for device data 2019-04-25 15:38:14 +08:00
cc_sram_mgr.h
Makefile crypto: ccree - add FIPS support 2018-02-15 23:26:42 +08:00