summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel
2022-11-04crypto: doc - use correct function nameRalph Siemsen
2022-11-04crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang
2022-11-04crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang
2022-11-04crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmacTianjia Zhang
2022-11-04crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang
2022-11-04crypto: arm64/sm4 - add CE implementation for CTS-CBC modeTianjia Zhang
2022-11-04crypto: arm64/sm4 - export reusable CE acceleration functionsTianjia Zhang
2022-11-04crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementationTianjia Zhang
2022-11-04crypto: arm64/sm4 - refactor and simplify CE implementationTianjia Zhang
2022-11-04crypto: tcrypt - add SM4 cts-cbc/xts/xcbc testTianjia Zhang
2022-11-04crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectorsTianjia Zhang
2022-11-04crypto: arm64/sm4 - refactor and simplify NEON implementationTianjia Zhang
2022-11-04crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang
2022-11-04crypto: arm64/sm3 - raise the priority of the CE implementationTianjia Zhang
2022-11-04crypto: tcrypt - Drop leading newlines from printsAnirudh Venkataramanan
2022-11-04crypto: tcrypt - Drop module name from print stringAnirudh Venkataramanan
2022-11-04crypto: tcrypt - Use pr_info/pr_errAnirudh Venkataramanan
2022-11-04crypto: tcrypt - Use pr_cont to print test resultsAnirudh Venkataramanan
2022-10-28crypto: octeontx - fix repeated words in commentswangjianli
2022-10-28crypto: hisilicon/qm - delete redundancy checkKai Ye
2022-10-28crypto: hisilicon/qm - add pci bdf number checkKai Ye
2022-10-28crypto: hisilicon/qm - increase the memory of local variablesKai Ye
2022-10-28crypto: af_alg - Support symmetric encryption via keyring keysFrederick Lawler
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe
2022-10-28crypto: rockchip - permit to have more than one resetCorentin Labbe
2022-10-28crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe
2022-10-28crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe
2022-10-28crypto: rockchip - store crypto_info in request contextCorentin Labbe
2022-10-28dt-bindings: crypto: rockchip: add new compatibleCorentin Labbe
2022-10-28dt-bindings: crypto: convert rockchip-crypto to YAMLCorentin Labbe
2022-10-28crypto: rockchip - use the rk_crypto_info given as parameterCorentin Labbe
2022-10-28crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe
2022-10-28crypto: rockchip - rework rk_handle_req functionCorentin Labbe
2022-10-28crypto: rockchip - rename ablk functions to cipherCorentin Labbe
2022-10-28crypto: rockchip - add support for rk3328Corentin Labbe
2022-10-28crypto: rockchip - fix style issueCorentin Labbe
2022-10-28crypto: rockchip - use read_poll_timeoutCorentin Labbe
2022-10-28crypto: rockchip - add myself as maintainerCorentin Labbe
2022-10-28crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe
2022-10-28crypto: rockchip - handle reset also in PMCorentin Labbe
2022-10-28crypto: rockchip - introduce PMCorentin Labbe
2022-10-28crypto: rockchip - add debugfsCorentin Labbe
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe
2022-10-28crypto: rockchip - better handle cipher keyCorentin Labbe
2022-10-28crypto: rockchip - add fallback for ahashCorentin Labbe
2022-10-28crypto: rockchip - add fallback for cipherCorentin Labbe
2022-10-28crypto: rockchip - do not store mode globallyCorentin Labbe