- 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
- e341942 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 5 years ago
- b279997 crypto: exynos-rng - Rename Exynos to lowercase by Krzysztof Kozlowski · 5 years ago
- c0271a0 crypto: chelsio - Resetting crypto counters during the driver unregister by Ayush Sawal · 5 years ago
- d4fdc2d crypto: algapi - enforce that all instances have a ->free() method by Eric Biggers · 5 years ago
- a24a1fd7 crypto: algapi - remove crypto_template::{alloc,free}() by Eric Biggers · 5 years ago
- a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
- 758ec5a crypto: cryptd - convert to new way of freeing instances by Eric Biggers · 5 years ago
- 0f8f6d8 crypto: geniv - convert to new way of freeing instances by Eric Biggers · 5 years ago
- 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
- aed11cf crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() by Eric Biggers · 5 years ago
- 6d1b41f crypto: ahash - unexport crypto_ahash_type by Eric Biggers · 5 years ago
- 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
- d5ed3b6 crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn by Eric Biggers · 5 years ago
- 1e212a6 crypto: xcbc - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- 3b4e73d crypto: vmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- 1d0459c crypto: cmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- 1667297 crypto: cbcmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- c282586 crypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
- 05b3bbb crypto: ccm - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
- ab6ffd3 crypto: gcm - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
- 3707388 crypto: authencesn - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
- 37a861a crypto: authenc - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
- 39e7a28 crypto: hmac - use crypto_grab_shash() and simplify error paths by Eric Biggers · 5 years ago
- 218c503 crypto: cryptd - use crypto_grab_shash() and simplify error paths by Eric Biggers · 5 years ago
- ba44840 crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error paths by Eric Biggers · 5 years ago
- 0764ac2 crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher() by Eric Biggers · 5 years ago
- 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
- fdfad1f crypto: shash - introduce crypto_grab_shash() by Eric Biggers · 5 years ago
- de95c95 crypto: algapi - pass instance to crypto_grab_spawn() by Eric Biggers · 5 years ago
- 73bed26 crypto: akcipher - pass instance to crypto_grab_akcipher() by Eric Biggers · 5 years ago
- cd900f0 crypto: aead - pass instance to crypto_grab_aead() by Eric Biggers · 5 years ago
- b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
- 77f7e94 crypto: ahash - make struct ahash_instance be the full size by Eric Biggers · 5 years ago
- 1b84e7d crypto: shash - make struct shash_instance be the full size by Eric Biggers · 5 years ago
- ca94e93 crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name by Eric Biggers · 5 years ago
- ff67062 crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns by Eric Biggers · 5 years ago
- e91e785 crypto: ccp - Update MAINTAINERS for CCP driver by Gary R Hook · 5 years ago
- 30a50e4 crypto: crypto4xx - use GFP_KERNEL for big allocations by Christian Lamparter · 5 years ago
- b87b2c4 crypto: crypto4xx - reduce memory fragmentation by Christian Lamparter · 5 years ago
- af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
- c4c4db0 crypto: remove CRYPTO_TFM_RES_WEAK_KEY by Eric Biggers · 5 years ago
- 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
- 5c925e8 crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN by Eric Biggers · 5 years ago
- f9d89b8 crypto: remove unused tfm result flags by Eric Biggers · 5 years ago
- b529f19 crypto: atmel-sha - fix error handling when setting hmac key by Eric Biggers · 5 years ago
- b828f905 crypto: artpec6 - return correct error code for failed setkey() by Eric Biggers · 5 years ago
- bd56cea crypto: chelsio - fix writing tfm flags to wrong place by Eric Biggers · 5 years ago
- 70ffa8f crypto: skcipher - remove skcipher_walk_aead() by Eric Biggers · 5 years ago
- cb1eeb7 crypto: hisilicon/sec2 - Use atomics instead of __sync by Arnd Bergmann · 5 years ago
- 79bfa4e Documentation: tee: add AMD-TEE driver details by Rijo Thomas · 5 years ago
- bade7e1 tee: amdtee: check TEE status during driver initialization by Rijo Thomas · 5 years ago
- 757cc3e tee: add AMD-TEE driver by Rijo Thomas · 5 years ago
- 1a74fa3 tee: allow compilation of tee subsystem for AMD CPUs by Rijo Thomas · 5 years ago
- 59e056c crypto: qce - allow building only hashes/ciphers by Eneas U de Queiroz · 5 years ago
- 8ceda88 crypto: qce - initialize fallback only for AES by Eneas U de Queiroz · 5 years ago
- 3e806a1 crypto: qce - update the skcipher IV by Eneas U de Queiroz · 5 years ago
- 3ee50c8 crypto: qce - save a sg table slot for result buf by Eneas U de Queiroz · 5 years ago
- 7de4c2b crypto: qce - fix xts-aes-qce key sizes by Eneas U de Queiroz · 5 years ago
- bb5c863 crypto: qce - fix ctr-aes-qce block, chunk sizes by Eneas U de Queiroz · 5 years ago
- b3c16bf crypto: skcipher - Add skcipher_ialg_simple helper by Herbert Xu · 5 years ago
- 93e23eb crypto: chtls - Fixed memory leak by Vinay Kumar Yadav · 5 years ago
- 596d0a2 crypto: chtls - Add support for AES256-GCM based ciphers by Vinay Kumar Yadav · 5 years ago
- 112e7b7 crypto: caam - Add support for i.MX8M Mini by Adam Ford · 5 years ago
- 5f567ff crypto: api - Retain alg refcount in crypto_grab_spawn by Herbert Xu · 5 years ago
- 3932aa1 crypto: sun4i-ss - make unexported sun4i_ss_pm_ops static by Ben Dooks (Codethink) · 5 years ago
- 20aaed22 crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
- 8004865 crypto: img-hash - Use dma_request_chan instead dma_request_slave_channel by Peter Ujfalusi · 5 years ago
- aa12796 crypto: lib/curve25519 - re-add selftests by Jason A. Donenfeld · 5 years ago
- c782937 crypto: api - remove unneeded semicolon by Chen Zhou · 5 years ago
- eb5b915 crypto: allwinner - remove unneeded semicolon by Chen Zhou · 5 years ago
- c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
- 0e89640 crypto: arm64 - Use modern annotations for assembly functions by Mark Brown · 5 years ago
- 3907ccf crypto: atmel-aes - Fix CTR counter overflow when multiple fragments by Tudor Ambarus · 5 years ago
- 27896af crypto: chelsio - calculating tx_channel_id as per the max number of channels by Ayush Sawal · 5 years ago
- 27f4adf crypto: atmel-{aes,tdes} - Update the IV only when the op succeeds by Tudor Ambarus · 5 years ago
- e9ce6ae crypto: atmel-{sha,tdes} - Print warn message even when deferring by Tudor Ambarus · 5 years ago
- 827a98d crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init() by Tudor Ambarus · 5 years ago
- 644c247 crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.direction by Tudor Ambarus · 5 years ago
- 0e69378 crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all() by Tudor Ambarus · 5 years ago
- 7d07de2 crypto: amlogic - add unspecified HAS_IOMEM dependency by Brendan Higgins · 5 years ago
- 6dc0e31 crypto: inside-secure - add unspecified HAS_IOMEM dependency by Brendan Higgins · 5 years ago
- 177e358 crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES ops by Pascal van Leeuwen · 5 years ago
- cb97aa9 crypto: inside-secure - Fix hang case on EIP97 with zero length input data by Pascal van Leeuwen · 5 years ago
- 098e51e crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97 by Pascal van Leeuwen · 5 years ago
- a306376 padata: update documentation file path in MAINTAINERS by Daniel Jordan · 5 years ago
- 2bbb337 crypto: api - fix unexpectedly getting generic implementation by Herbert Xu · 5 years ago
- 76e2277 crypto: caam/qi2 - remove double buffering for ahash by Andrei Botila · 5 years ago
- 46b49ab crypto: caam - remove double buffering for ahash by Andrei Botila · 5 years ago
- 7f8c36f crypto: picoxcell - adjust the position of tasklet_init and fix missed tasklet_kill by Chuhong Yuan · 5 years ago
- f2c5d27 crypto: hisilicon - still no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
- 632b0b5 crypto: ccp - provide in-kernel API to submit TEE commands by Rijo Thomas · 5 years ago
- 33960ac crypto: ccp - add TEE support for Raven Ridge by Rijo Thomas · 5 years ago
- f100ab6 crypto: ccp - check whether PSP supports SEV or TEE before initialization by Rijo Thomas · 5 years ago
- 6eb0cc7 crypto: ccp - move SEV vdata to a dedicated data structure by Rijo Thomas · 5 years ago
- b93566f crypto: ccp - create a generic psp-dev file by Rijo Thomas · 5 years ago
- 9b67d08 crypto: ccp - rename psp-dev files to sev-dev by Rijo Thomas · 5 years ago
- 84faa30 crypto: arm/curve25519 - add arch-specific key generation function by Jason A. Donenfeld · 5 years ago
- d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago