| Commit message (Expand) | Author | Age | Files | Lines |
* | Add generic implementation handling and SHA2 impl | Tino Reichardt | 2023-03-02 | 1 | -1/+0 |
* | ICP: AES-GCM: Refactor gcm_clear_ctx() | Attila Fülöp | 2023-02-27 | 1 | -22/+3 |
* | Fix possible NULL pointer dereference in sha2_mac_init() | Richard Yao | 2022-10-18 | 1 | -5/+8 |
* | Fix bad free in skein code | Richard Yao | 2022-09-27 | 1 | -3/+14 |
* | Replace dead opensolaris.org license link | Tino Reichardt | 2022-07-11 | 2 | -2/+2 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 3 | -51/+48 |
* | module: icp: remove vestigia of crypto sessions | наб | 2022-02-15 | 3 | -50/+32 |
* | module: icp: remove unused (and mostly faked) cm_{{min,max}_key_length,mech_f... | наб | 2022-02-15 | 3 | -48/+21 |
* | module: icp: remove unused crypto_provider_handle_t | наб | 2022-02-15 | 3 | -61/+43 |
* | module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEP | наб | 2022-02-15 | 3 | -154/+101 |
* | module: icp: remove set-but-unused cd_miscdata | наб | 2022-02-15 | 1 | -12/+8 |
* | module: icp: fold away all key formats except CRYPTO_KEY_RAW | наб | 2022-02-15 | 3 | -40/+7 |
* | module: icp: remove unused kcf_op_{group,type}, req_params, ... | наб | 2022-02-15 | 2 | -2/+0 |
* | module: icp: remove other provider types | наб | 2022-02-15 | 3 | -3/+0 |
* | module: icp: spi: crypto_ops_t: remove unused op types | наб | 2022-02-15 | 3 | -32/+3 |
* | module: icp: spi: flatten struct crypto_ops, crypto_provider_info | наб | 2022-02-15 | 3 | -15/+12 |
* | module: icp: spi: remove crypto_control_ops_t | наб | 2022-02-15 | 3 | -51/+0 |
* | Rename fallthrough to zfs_fallthrough | Jorgen Lundman | 2022-02-15 | 1 | -1/+1 |
* | Add `--enable-asan` and `--enable-ubsan` switches | Damian Szuberski | 2022-02-03 | 1 | -2/+7 |
* | module/*.ko: prune .data, global .rodata | наб | 2022-01-14 | 3 | -23/+23 |
* | Remove sha1 hashing from OpenZFS, it's not used anywhere. | Tino Reichardt | 2022-01-06 | 1 | -1207/+0 |
* | module: icp: rip out the Solaris loadable module architecture | наб | 2022-01-06 | 5 | -165/+8 |
* | module: icp: fix unused, remove argsused | наб | 2021-12-23 | 4 | -41/+40 |
* | Use fallthrough macro | Brian Behlendorf | 2021-09-14 | 1 | -1/+1 |
* | Remove NOTE(CONSTCOND) and note.h | наб | 2021-07-26 | 1 | -1/+0 |
* | Normalise /*FALLTHR{OUGH,U}*/ | наб | 2021-07-26 | 1 | -1/+1 |
* | Extending FreeBSD UIO Struct | Brian Atkinson | 2021-01-20 | 3 | -68/+68 |
* | ICP: gcm: Allocate hash subkey table separately | Attila Fülöp | 2020-10-30 | 1 | -0/+18 |
* | Add include files for prototypes | Arvind Sankar | 2020-06-18 | 3 | -0/+3 |
* | Add convenience wrappers for common uio usage | Jorgen Lundman | 2020-06-14 | 3 | -100/+68 |
* | Remove checks for null out value in encryption paths | Dirkjan Bussink | 2020-03-26 | 1 | -11/+6 |
* | Linux 4.14, 4.19, 5.0+ compat: SIMD save/restore | Brian Behlendorf | 2019-10-24 | 1 | -29/+3 |
* | OpenZFS restructuring - move platform specific headers | Matthew Macy | 2019-09-05 | 1 | -2/+2 |
* | Linux 5.0 compat: SIMD compatibility | Brian Behlendorf | 2019-07-12 | 1 | -3/+29 |
* | Restructure vec_idx loops | Richard Laager | 2019-04-16 | 3 | -42/+48 |
* | Add support for selecting encryption backend | Nathan Lewis | 2018-08-02 | 1 | -0/+5 |
* | Update build system and packaging | Brian Behlendorf | 2018-05-29 | 2 | -2/+0 |
* | Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCT | Mark Wright | 2017-11-28 | 4 | -60/+60 |
* | codebase style improvements for OpenZFS 6459 port | George Melikov | 2017-01-22 | 3 | -4/+8 |
* | Fix ICP memleak introduced in #4760 | Tom Caputi | 2016-10-12 | 1 | -0/+13 |
* | Porting over some ICP code that was missed in #4760 | Tom Caputi | 2016-10-10 | 1 | -16/+118 |
* | Fix coverity defects: CID 150953, 147603, 147610 | luozhengzheng | 2016-10-04 | 1 | -1/+1 |
* | OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R | Tony Hutter | 2016-10-03 | 3 | -1/+784 |
* | Fix Coverity defects | luozhengzheng | 2016-09-17 | 1 | -1/+1 |
* | Fixes for issues found with cppcheck tool | Gvozden Neskovic | 2016-07-27 | 1 | -1/+1 |
* | Illumos Crypto Port module added to enable native encryption in zfs | Tom Caputi | 2016-07-20 | 3 | -0/+3983 |