| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: safexcel - Cleanup ring IRQ workqueues on load failure | Jonathan McDowell | 2023-03-14 | 1 | -10/+27 |
* | crypto: safexcel - Raise firmware load failure message to error | Jonathan McDowell | 2023-03-14 | 1 | -1/+1 |
* | crypto: safexcel - Use request_complete helpers | Herbert Xu | 2023-02-13 | 1 | -2/+2 |
* | crypto: safexcel - Use crypto_wait_req | Herbert Xu | 2023-02-10 | 1 | -11/+0 |
* | crypto: inside-secure - Add MaxLinear platform | Peter Harliman Liem | 2022-10-21 | 1 | -0/+11 |
* | crypto: inside-secure - Add fw_little_endian option | Peter Harliman Liem | 2022-10-21 | 1 | -4/+10 |
* | crypto: inside-secure - Expand soc data structure | Peter Harliman Liem | 2022-10-21 | 1 | -14/+30 |
* | crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for of | Pali Rohár | 2022-07-29 | 1 | -0/+2 |
* | crypto: inside-secure - Add MODULE_FIRMWARE macros | Juerg Haefliger | 2022-05-06 | 1 | -0/+9 |
* | crypto: inside-secure - Minor typo fix in the file safexcel.c | Bhaskar Chowdhury | 2021-03-26 | 1 | -1/+1 |
* | crypto: inside-secure - fix platform_get_irq.cocci warnings | Tian Tao | 2021-01-03 | 1 | -4/+1 |
* | crypto: remove cipher routines from public crypto API | Ard Biesheuvel | 2021-01-03 | 1 | -0/+1 |
* | crypto: inside-secure - Fix sizeof() mismatch | Colin Ian King | 2020-10-30 | 1 | -1/+1 |
* | crypto: inside-secure - Add support for EIP197 with output classifier | Pascal van Leeuwen | 2020-09-18 | 1 | -3/+41 |
* | crypto: inside-secure - irq balance | Sven Auhagen | 2020-07-31 | 1 | -2/+11 |
* | crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97 | Pascal van Leeuwen | 2019-12-20 | 1 | -4/+8 |
* | crypto: inside-secure - Add missed clk_disable_unprepare | Chuhong Yuan | 2019-11-08 | 1 | -0/+1 |
* | crypto: inside-secure - Fixed warnings on inconsistent byte order handling | Pascal van Leeuwen | 2019-11-01 | 1 | -2/+3 |
* | crypto: inside-secure - Made locally used safexcel_pci_remove() static | Pascal van Leeuwen | 2019-10-23 | 1 | -1/+1 |
* | crypto: inside-secure - Remove #ifdef checks | Arnd Bergmann | 2019-10-10 | 1 | -37/+12 |
* | crypto: inside-secure - Fix a maybe-uninitialized warning | Arnd Bergmann | 2019-10-10 | 1 | -0/+2 |
* | crypto: inside-secure - Add support for the EIP196 | Pascal van Leeuwen | 2019-10-05 | 1 | -13/+56 |
* | crypto: inside-secure - Add support for HW with less ring AIC's than rings | Pascal van Leeuwen | 2019-10-05 | 1 | -4/+16 |
* | crypto: inside-secure - Add support for 256 bit wide internal bus | Pascal van Leeuwen | 2019-10-05 | 1 | -43/+58 |
* | crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEAD | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD" | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Added support for the rfc4106(gcm(aes)) AEAD | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Fixed corner case TRC admin RAM probing issue | Pascal van Leeuwen | 2019-10-05 | 1 | -16/+32 |
* | crypto: inside-secure - Fix stability issue with Macchiatobin | Pascal van Leeuwen | 2019-10-05 | 1 | -2/+2 |
* | crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBC | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+4 |
* | crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBC | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+4 |
* | crypto: inside-secure - Added support for authenc HMAC-SHA1/DES-CBC | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+4 |
* | crypto: inside-secure - Add SHA3 family of basic hash algorithms | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+4 |
* | crypto: inside-secure - Add SM4 based authenc AEAD ciphersuites | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+4 |
* | crypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipher | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Add support for the cfb(sm4) skcipher | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Add support for the ofb(sm4) skcipher | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Add support for the cbc(sm4) skcipher | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Add support for the ecb(sm4) skcipher | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Added support for HMAC-SM3 ahash | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Added support for basic SM3 ahash | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Add support for the Chacha20-Poly1305 AEAD | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+2 |
* | crypto: inside-secure - Added support for the CHACHA20 skcipher | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Added support for the AES-CMAC ahash | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Added support for the AES XCBC ahash | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Added support for the AES CBCMAC ahash | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Added support for CRC32 | Pascal van Leeuwen | 2019-10-05 | 1 | -0/+1 |
* | crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=n | Pascal van Leeuwen | 2019-09-20 | 1 | -11/+29 |
* | crypto: inside-secure - Probe transform record cache RAM sizes | Pascal van Leeuwen | 2019-09-13 | 1 | -41/+188 |