aboutsummaryrefslogtreecommitdiffstats
path: root/module/icp/io
Commit message (Expand)AuthorAgeFilesLines
* Add generic implementation handling and SHA2 implTino Reichardt2023-03-021-1/+0
* ICP: AES-GCM: Refactor gcm_clear_ctx()Attila Fülöp2023-02-271-22/+3
* Fix possible NULL pointer dereference in sha2_mac_init()Richard Yao2022-10-181-5/+8
* Fix bad free in skein code Richard Yao2022-09-271-3/+14
* Replace dead opensolaris.org license linkTino Reichardt2022-07-112-2/+2
* Remove bcopy(), bzero(), bcmp()наб2022-03-153-51/+48
* module: icp: remove vestigia of crypto sessionsнаб2022-02-153-50/+32
* module: icp: remove unused (and mostly faked) cm_{{min,max}_key_length,mech_f...наб2022-02-153-48/+21
* module: icp: remove unused crypto_provider_handle_tнаб2022-02-153-61/+43
* module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEPнаб2022-02-153-154/+101
* module: icp: remove set-but-unused cd_miscdataнаб2022-02-151-12/+8
* module: icp: fold away all key formats except CRYPTO_KEY_RAWнаб2022-02-153-40/+7
* module: icp: remove unused kcf_op_{group,type}, req_params, ...наб2022-02-152-2/+0
* module: icp: remove other provider typesнаб2022-02-153-3/+0
* module: icp: spi: crypto_ops_t: remove unused op typesнаб2022-02-153-32/+3
* module: icp: spi: flatten struct crypto_ops, crypto_provider_infoнаб2022-02-153-15/+12
* module: icp: spi: remove crypto_control_ops_tнаб2022-02-153-51/+0
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-2/+7
* module/*.ko: prune .data, global .rodataнаб2022-01-143-23/+23
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-01-061-1207/+0
* module: icp: rip out the Solaris loadable module architectureнаб2022-01-065-165/+8
* module: icp: fix unused, remove argsusedнаб2021-12-234-41/+40
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+1
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-261-1/+0
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-1/+1
* Extending FreeBSD UIO StructBrian Atkinson2021-01-203-68/+68
* ICP: gcm: Allocate hash subkey table separatelyAttila Fülöp2020-10-301-0/+18
* Add include files for prototypesArvind Sankar2020-06-183-0/+3
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-143-100/+68
* Remove checks for null out value in encryption pathsDirkjan Bussink2020-03-261-11/+6
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-241-29/+3
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-051-2/+2
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-121-3/+29
* Restructure vec_idx loopsRichard Laager2019-04-163-42/+48
* Add support for selecting encryption backendNathan Lewis2018-08-021-0/+5
* Update build system and packagingBrian Behlendorf2018-05-292-2/+0
* Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCTMark Wright2017-11-284-60/+60
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-223-4/+8
* Fix ICP memleak introduced in #4760Tom Caputi2016-10-121-0/+13
* Porting over some ICP code that was missed in #4760Tom Caputi2016-10-101-16/+118
* Fix coverity defects: CID 150953, 147603, 147610luozhengzheng2016-10-041-1/+1
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-033-1/+784
* Fix Coverity defectsluozhengzheng2016-09-171-1/+1
* Fixes for issues found with cppcheck toolGvozden Neskovic2016-07-271-1/+1
* Illumos Crypto Port module added to enable native encryption in zfsTom Caputi2016-07-203-0/+3983