Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: Re-add encrypt/decrypt_multi hooks to enc_xform. | John Baldwin | 2022-01-11 | 1 | -2/+12 |
* | crypto: Permit variable-sized IVs for ciphers with a reinit hook. | John Baldwin | 2021-10-06 | 1 | -2/+3 |
* | crypto: Constify all transform descriptors | Mark Johnston | 2021-07-26 | 1 | -1/+1 |
* | Consistently use C99 fixed-width types in the in-kernel crypto code. | John Baldwin | 2020-11-03 | 1 | -1/+1 |
* | Improve support for stream ciphers in the software encryption interface. | John Baldwin | 2020-05-22 | 1 | -4/+5 |
* | Various cleanups to the software encryption transform interface. | John Baldwin | 2020-05-20 | 1 | -30/+8 |
* | Use 'const' for keys and IVs passed to software encryption algorithms. | John Baldwin | 2019-08-22 | 1 | -2/+2 |
* | opencrypto: Integrate Chacha20 algorithm into OCF | Conrad Meyer | 2018-03-29 | 1 | -0/+78 |