| Commit message (Expand) | Author | Age | Files | Lines |
| * | opencrypto: mark INVARIANTS variables as __diagused | Ed Maste | 2022-08-29 | 1 | -3/+3 |
| * | Unify zlib instances into one. | Xin LI | 2022-04-10 | 2 | -62/+39 |
| * | Convert cryptostats to a counter_u64 array. | Mark Johnston | 2021-09-16 | 2 | -20/+42 |
| * | Remove unused 32-bit compatibility structures from cryptodev. | Mark Johnston | 2021-09-16 | 1 | -22/+0 |
| * | Remove CRYPTO_TIMING. | Mark Johnston | 2021-09-16 | 2 | -94/+4 |
| * | opencrypto: add kern.crypto sysctl node | Mateusz Guzik | 2021-09-16 | 1 | -0/+3 |
| * | Revert "opencrypto: Fix assignment of crypto completions to worker threads" | Mark Johnston | 2021-02-04 | 1 | -4/+1 |
| * | opencrypto: Fix assignment of crypto completions to worker threads | Mark Johnston | 2021-02-03 | 1 | -1/+4 |
| * | MFC 366844: Mark asymmetric cryptography via OCF deprecated for 14.0. | John Baldwin | 2020-12-04 | 2 | -0/+10 |
| * | Add hmac_init_ipad() and hmac_init_opad() | Mark Johnston | 2020-11-09 | 2 | -0/+55 |
| * | MFC 361393: Correct the minimum key length for Camellia to 16 bytes (128 bits). | John Baldwin | 2020-08-26 | 1 | -1/+1 |
| * | MFC r363374: | Mark Johnston | 2020-07-27 | 1 | -5/+1 |
| * | MFC 356508: Use falloc_noinstall + finstall for crypto file descriptors. | John Baldwin | 2020-05-05 | 1 | -7/+8 |
| * | MFC 356561: Add stricter checking on mac key lengths. | John Baldwin | 2020-01-20 | 1 | -2/+2 |
| * | MFC 356507,356520: Add a reference count to cryptodev sessions. | John Baldwin | 2020-01-20 | 1 | -24/+36 |
| * | MFC 351557: Adjust the deprecated warnings for /dev/crypto to be less noisy. | John Baldwin | 2019-10-07 | 1 | -17/+43 |
| * | MFC r342024 (by mmacy): Generalize AES iov optimization | Alexander Motin | 2019-09-11 | 2 | -0/+56 |
| * | MFC 348970,348974: | John Baldwin | 2019-08-21 | 1 | -1/+5 |
| * | MFC 348876: Add warnings to /dev/crypto for deprecated algorithms. | John Baldwin | 2019-08-20 | 1 | -0/+18 |
| * | MFC: r343979 | Marius Strobl | 2019-06-16 | 1 | -1/+1 |
| * | MFC 346649: Don't panic for empty CCM requests. | John Baldwin | 2019-05-23 | 1 | -3/+0 |
| * | MFC r344140,r344141,r344142,r344143,r344388,r344547 | Sean Eric Fagan | 2019-03-14 | 9 | -6/+540 |
| * | MFC 339665: Add sha224 to the authctx union. | John Baldwin | 2019-01-03 | 1 | -0/+2 |
| * | MFC r342030: | Andrey V. Elsukov | 2018-12-20 | 1 | -0/+3 |
| * | Add per-session locking to cryptosoft (swcr). | Sean Eric Fagan | 2018-09-26 | 2 | -1/+8 |
| * | cryptosoft: Reduce generality of supported algorithm composition | Conrad Meyer | 2018-08-17 | 2 | -62/+69 |
| * | crypto(4): Add cryptosoft, cryptodev support for Poly-1305 | Conrad Meyer | 2018-08-17 | 2 | -7/+36 |
| * | Add xform-conforming auth_hash wrapper for Poly-1305 | Conrad Meyer | 2018-08-17 | 4 | -1/+113 |
| * | Make timespecadd(3) and friends public | Alan Somers | 2018-07-30 | 1 | -1/+1 |
| * | OpenCrypto: Convert sessions to opaque handles instead of integers | Conrad Meyer | 2018-07-18 | 6 | -221/+210 |
| * | OCF: Add a typedef for session identifiers | Conrad Meyer | 2018-07-13 | 5 | -11/+23 |
| * | OCF: Add plain hash modes | Conrad Meyer | 2018-07-09 | 6 | -3/+119 |
| * | OCF: Add CRYPTO_SHA2_224_HMAC mode | Conrad Meyer | 2018-07-09 | 5 | -1/+37 |
| * | Remove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro names | Conrad Meyer | 2018-07-09 | 5 | -19/+20 |
| * | cryptosoft: Do not exceed crd_len around *crypt_multi | Conrad Meyer | 2018-04-19 | 1 | -1/+2 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -2/+0 |
| * | cryptosoft: Remove a dead store | Conrad Meyer | 2018-04-03 | 1 | -3/+3 |
| * | opencrypto: Integrate Chacha20 algorithm into OCF | Conrad Meyer | 2018-03-29 | 4 | -3/+15 |
| * | opencrypto: Add mechanism to pass multiple crypto blocks to some ciphers | Conrad Meyer | 2018-03-27 | 2 | -16/+44 |
| * | OCF: CRYPTDEB(): Enhance to allow formatted logging | Conrad Meyer | 2018-03-26 | 2 | -4/+5 |
| * | cryptodev: Match intent for enc_xform ciphers with blocksize != ivsize | Conrad Meyer | 2018-03-26 | 1 | -5/+5 |
| * | Import Blake2 algorithms (blake2b, blake2s) from libb2 | Conrad Meyer | 2018-03-21 | 4 | -1/+45 |
| * | cryptosoft(4): Zero plain hash contexts, too | Conrad Meyer | 2018-03-21 | 1 | -1/+3 |
| * | Move per-operation data out of the csession structure. | John Baldwin | 2018-01-26 | 1 | -76/+84 |
| * | Split crp_buf into a union. | John Baldwin | 2018-01-16 | 1 | -1/+6 |
| * | Change the type of 'crp_opaque' from caddr_t to void *. | John Baldwin | 2018-01-11 | 1 | -1/+1 |
| * | Axe tmp_iv from the cryptodev session structure. | John Baldwin | 2018-01-11 | 1 | -6/+3 |
| * | Flesh out static dtrace probes for /dev/crypto ioctl errors. | John Baldwin | 2018-01-11 | 1 | -18/+84 |
| * | Fix uninitialized crp_retw_id when using asynchronous crypto drivers | Fabien Thomas | 2018-01-08 | 1 | -1/+2 |
| * | Remove a redunant check. | John Baldwin | 2017-12-30 | 1 | -3/+1 |