Age | Commit message (Expand) | Author |
2024-12-21 | crypto: qce - revert "use __free() for a buffer that's always freed" | Nathan Chancellor |
2024-12-14 | crypto: qce - fix priority to be less than ARMv8 CE | Eric Biggers |
2024-12-14 | crypto: qce - switch to using a mutex | Bartosz Golaszewski |
2024-12-14 | crypto: qce - convert tasklet to workqueue | Bartosz Golaszewski |
2024-12-14 | crypto: qce - use __free() for a buffer that's always freed | Bartosz Golaszewski |
2024-12-14 | crypto: qce - make qce_register_algs() a managed interface | Bartosz Golaszewski |
2024-12-14 | crypto: qce - convert qce_dma_request() to use devres | Bartosz Golaszewski |
2024-12-14 | crypto: qce - shrink code with devres clk helpers | Bartosz Golaszewski |
2024-12-14 | crypto: qce - remove unneeded call to icc_set_bw() in error path | Bartosz Golaszewski |
2024-12-14 | crypto: qce - unregister previously registered algos in error path | Bartosz Golaszewski |
2024-12-14 | crypto: qce - fix goto jump in error path | Bartosz Golaszewski |
2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König |
2023-10-27 | crypto: qce - Convert to platform remove callback returning void | Uwe Kleine-König |
2023-03-14 | crypto: qce - Add a QCE IP family compatible 'qcom,qce' | Vladimir Zapolskiy |
2023-03-14 | crypto: qce - Make clocks optional | Thara Gopinath |
2023-03-14 | crypto: qce - Add support to initialize interconnect path | Thara Gopinath |
2023-02-13 | crypto: qce - Use request_complete helpers | Herbert Xu |
2022-12-09 | crypto: qce - Set DMA alignment explicitly | Herbert Xu |
2022-08-26 | crypto: qce - Fix dma_map_sg error check | Jack Wang |
2021-11-20 | crypto: qce - fix uaf on qce_skcipher_register_one | Chengfeng Ye |
2021-11-20 | crypto: qce - fix uaf on qce_ahash_register_one | Chengfeng Ye |
2021-11-20 | crypto: qce - fix uaf on qce_aead_register_one | Chengfeng Ye |
2021-06-11 | crypto: qce - fix error return code in qce_skcipher_async_req_handle() | Wei Yongjun |
2021-05-28 | crypto: qce - Fix inconsistent indenting | Jiapeng Chong |
2021-05-28 | crypto: qce: skcipher: Fix incorrect sg count for dma transfers | Thara Gopinath |
2021-05-28 | crypto: qce - Fix some error handling path | Wei Yongjun |
2021-05-14 | crypto: qce - Schedule fallback aead algorithm | Thara Gopinath |
2021-05-14 | crypto: qce - Add support for AEAD algorithms | Thara Gopinath |
2021-05-14 | crypto: qce - Clean up qce_auth_cfg | Thara Gopinath |
2021-05-14 | crypto: qce - Add support for AEAD algorithms | Thara Gopinath |
2021-05-14 | crypto: qce - Add mode for rfc4309 | Thara Gopinath |
2021-05-14 | crypto: qce - Make result dump optional | Thara Gopinath |
2021-05-14 | crypto: qce - Add MAC failed error checking | Thara Gopinath |
2021-03-07 | crypto: qce - Remove totallen and offset in qce_start | Thara Gopinath |
2021-03-07 | crypto: qce - Remover src_tbl from qce_cipher_reqctx | Thara Gopinath |
2021-03-07 | crypto: qce - Set data unit size to message length for AES XTS transformation | Thara Gopinath |
2021-03-07 | crypto: qce - Improve the conditions for requesting AES fallback cipher | Thara Gopinath |
2021-03-07 | crypto: qce - Set ivsize to 0 for ecb(aes) | Thara Gopinath |
2021-03-07 | crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms) | Thara Gopinath |
2021-03-07 | crypto: qce - Return error for zero length messages | Thara Gopinath |
2021-03-07 | crypto: qce - Return unsupported if any three keys are same for DES3 algorithms | Thara Gopinath |
2021-03-07 | crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor... | Thara Gopinath |
2021-03-07 | crypto: qce - Hold back a block of data to be transferred as part of final | Thara Gopinath |
2021-03-07 | crypto: qce - Restore/save ahash state with custom struct in export/import | Thara Gopinath |
2020-11-27 | crypto: qce - Fix SHA result buffer corruption issues | Thara Gopinath |
2020-11-27 | crypto: qce - Enable support for crypto engine on sdm845 | Thara Gopinath |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers |
2020-08-20 | crypto: algapi - Remove skbuff.h inclusion | Herbert Xu |
2020-07-16 | crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY | Mikulas Patocka |
2020-07-16 | crypto: qce - permit asynchronous skcipher as fallback | Ard Biesheuvel |