Age | Commit message (Expand) | Author |
2020-02-28 | crypto: md5 - remove unused macros | YueHaibing |
2020-02-28 | crypto: chelsio - un-register crypto algorithms | Devulapally Shiva Krishna |
2020-02-28 | MAINTAINERS: Update maintainers for chelsio crypto drivers | Ayush Sawal |
2020-02-28 | crypto: xilinx - Add Xilinx AES driver | Kalyani Akula |
2020-02-28 | dt-bindings: crypto: Add bindings for ZynqMP AES-GCM driver | Kalyani Akula |
2020-02-28 | firmware: xilinx: Add ZynqMP aes API for AES functionality | Kalyani Akula |
2020-02-22 | crypto: chelsio - Endianess bug in create_authenc_wr | Al Viro |
2020-02-22 | crypto: s5p-sss - Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-22 | crypto: img-hash - Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-22 | crypto: caam - add crypto_engine support for HASH algorithms | Iuliana Prodan |
2020-02-22 | crypto: caam - add crypto_engine support for RSA algorithms | Iuliana Prodan |
2020-02-22 | crypto: caam - add crypto_engine support for AEAD algorithms | Iuliana Prodan |
2020-02-22 | crypto: caam - support crypto_engine framework for SKCIPHER algorithms | Iuliana Prodan |
2020-02-22 | crypto: caam - change return code in caam_jr_enqueue function | Iuliana Prodan |
2020-02-22 | crypto: caam - refactor RSA private key _done callbacks | Iuliana Prodan |
2020-02-22 | crypto: caam - refactor ahash_edesc_alloc | Iuliana Prodan |
2020-02-22 | crypto: caam - refactor ahash_done callbacks | Iuliana Prodan |
2020-02-22 | crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functions | Iuliana Prodan |
2020-02-22 | crypto: qat - spelling s/Decrytp/Decrypt/ | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - use devm_kzalloc() for hash data | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - use devm_k[mz]alloc() for cipher data | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - use devm_k[mz]alloc() for AEAD data | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - use existing dev helper in init_cc_resources() | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - grammar s/not room/no room/ | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - spelling s/Crytpcell/Cryptocell/ | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - improve kerneldoc in cc_sram_mgr.[ch] | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - improve kerneldoc in cc_request_mgr.[ch] | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - improve kerneldoc in cc_hash.[ch] | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - improve kerneldoc in cc_buffer_mgr.c | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - improve kerneldoc in cc_hw_queue_defs.h | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - remove bogus kerneldoc markers | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - extract cc_init_copy_sram() | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - remove struct cc_cipher_handle | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - remove struct buff_mgr_handle | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - remove struct cc_debugfs_ctx | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - remove struct cc_sram_ctx | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - make cc_pm_{suspend,resume}() static | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - remove cc_pm_is_dev_suspended() wrapper | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - use of_device_get_match_data() | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - simplify Runtime PM handling | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - use u32 for SRAM addresses | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - remove bogus paragraph about freeing SRAM | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - defer larval_digest_addr init until needed | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - use existing helpers to split 64-bit addresses | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - make mlli_params.mlli_virt_addr void * | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - clean up clock handling | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - remove empty cc_sram_mgr_fini() | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - drop duplicated error message on SRAM exhaustion | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - swap SHA384 and SHA512 larval hashes at build time | Geert Uytterhoeven |
2020-02-22 | crypto: ccree - remove unneeded casts | Geert Uytterhoeven |