| 2020-01-09 | 
Eric Biggers | crypto: algapi - remove obsoleted instance creation...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: cipher - make crypto_spawn_cipher() take a...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: xcbc - use crypto_grab_cipher() and simplify...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: vmac - use crypto_grab_cipher() and simplify...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: cmac - use crypto_grab_cipher() and simplify...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: cbcmac - use crypto_grab_cipher() and simplify...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: skcipher - use crypto_grab_cipher() and simplif...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: chacha20poly1305 - use crypto_grab_ahash()...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: ccm - use crypto_grab_ahash() and simplify...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: gcm - use crypto_grab_ahash() and simplify...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: authencesn - use crypto_grab_ahash() and simpli...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: authenc - use crypto_grab_ahash() and simplify...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: hmac - use crypto_grab_shash() and simplify...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: cryptd - use crypto_grab_shash() and simplify...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: adiantum - use crypto_grab_{cipher,shash} and...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: cipher - introduce crypto_cipher_spawn and...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: ahash - introduce crypto_grab_ahash() | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: shash - introduce crypto_grab_shash() | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: algapi - pass instance to crypto_grab_spawn() | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: akcipher - pass instance to crypto_grab_akcipher() | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: aead - pass instance to crypto_grab_aead() | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: skcipher - pass instance to crypto_grab_skcipher() | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: ahash - make struct ahash_instance be the full...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: shash - make struct shash_instance be the full...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: algapi - make crypto_grab_spawn() handle an...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: algapi - make crypto_drop_spawn() a no-op on...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Gary R Hook | crypto: ccp - Update MAINTAINERS for CCP driver | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Christian Lamparter | crypto: crypto4xx - use GFP_KERNEL for big allocations | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Christian Lamparter | crypto: crypto4xx - reduce memory fragmentation | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: remove propagation of CRYPTO_TFM_RES_* flags | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: remove CRYPTO_TFM_RES_WEAK_KEY | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: remove unused tfm result flags | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: atmel-sha - fix error handling when setting...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: artpec6 - return correct error code for failed...  | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: chelsio - fix writing tfm flags to wrong place | 
commit | commitdiff | tree | snapshot | 
| 2020-01-09 | 
Eric Biggers | crypto: skcipher - remove skcipher_walk_aead() | 
commit | commitdiff | tree | snapshot | 
| 2020-01-04 | 
Rijo Thomas | Documentation: tee: add AMD-TEE driver details | 
commit | commitdiff | tree | snapshot | 
| 2020-01-04 | 
Rijo Thomas | tee: amdtee: check TEE status during driver initialization | 
commit | commitdiff | tree | snapshot | 
| 2020-01-04 | 
Rijo Thomas | tee: add AMD-TEE driver | 
commit | commitdiff | tree | snapshot | 
| 2020-01-04 | 
Rijo Thomas | tee: allow compilation of tee subsystem for AMD CPUs | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Eneas U de...  | crypto: qce - allow building only hashes/ciphers | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Eneas U de...  | crypto: qce - initialize fallback only for AES | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Eneas U de...  | crypto: qce - update the skcipher IV | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Eneas U de...  | crypto: qce - save a sg table slot for result buf | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Eneas U de...  | crypto: qce - fix xts-aes-qce key sizes | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Eneas U de...  | crypto: qce - fix ctr-aes-qce block, chunk sizes | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Herbert Xu | crypto: skcipher - Add skcipher_ialg_simple helper | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Vinay Kumar...  | crypto: chtls - Fixed memory leak | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Vinay Kumar...  | crypto: chtls - Add support for AES256-GCM based ciphers | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Adam Ford | crypto: caam - Add support for i.MX8M Mini | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Herbert Xu | crypto: api - Retain alg refcount in crypto_grab_spawn | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Ben Dooks ...  | crypto: sun4i-ss - make unexported sun4i_ss_pm_ops...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Peter Ujfalusi | crypto: stm32/hash - Use dma_request_chan() instead...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Peter Ujfalusi | crypto: img-hash - Use dma_request_chan instead dma_req...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Jason A. Donenfeld | crypto: lib/curve25519 - re-add selftests | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Chen Zhou | crypto: api - remove unneeded semicolon | 
commit | commitdiff | tree | snapshot | 
| 2019-12-27 | 
Chen Zhou | crypto: allwinner - remove unneeded semicolon | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Eric Biggers | crypto: algapi - make unregistration functions return...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Mark Brown | crypto: arm64 - Use modern annotations for assembly...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Tudor Ambarus | crypto: atmel-aes - Fix CTR counter overflow when multi...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Ayush Sawal | crypto: chelsio - calculating tx_channel_id as per...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Tudor Ambarus | crypto: atmel-{aes,tdes} - Update the IV only when...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Tudor Ambarus | crypto: atmel-{sha,tdes} - Print warn message even...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Tudor Ambarus | crypto: atmel-{aes,sha,tdes} - Stop passing unused...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Tudor Ambarus | crypto: atmel-{aes,sha,tdes} - Drop duplicate init...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Tudor Ambarus | crypto: atmel-{aes,sha} - Fix incorrect use of dmaengin...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Brendan Higgins | crypto: amlogic - add unspecified HAS_IOMEM dependency | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Brendan Higgins | crypto: inside-secure - add unspecified HAS_IOMEM depen...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Pascal van...  | crypto: inside-secure - Fix hang case on EIP97 with...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Pascal van...  | crypto: inside-secure - Fix hang case on EIP97 with...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Pascal van...  | crypto: inside-secure - Fix Unable to fit even 1 comman...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Daniel Jordan | padata: update documentation file path in MAINTAINERS | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Herbert Xu | crypto: api - fix unexpectedly getting generic implemen...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Andrei Botila | crypto: caam/qi2 - remove double buffering for ahash | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Andrei Botila | crypto: caam - remove double buffering for ahash | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Chuhong Yuan | crypto: picoxcell - adjust the position of tasklet_init...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Greg Kroah...  | crypto: hisilicon - still no need to check return value...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Rijo Thomas | crypto: ccp - provide in-kernel API to submit TEE commands | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Rijo Thomas | crypto: ccp - add TEE support for Raven Ridge | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Rijo Thomas | crypto: ccp - check whether PSP supports SEV or TEE...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Rijo Thomas | crypto: ccp - move SEV vdata to a dedicated data structure | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Rijo Thomas | crypto: ccp - create a generic psp-dev file | 
commit | commitdiff | tree | snapshot | 
| 2019-12-20 | 
Rijo Thomas | crypto: ccp - rename psp-dev files to sev-dev | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Herbert Xu | crypto: hmac - Use init_tfm/exit_tfm interface | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Herbert Xu | crypto: padlock-sha - Use init_tfm/exit_tfm interface | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Herbert Xu | crypto: shash - Add init_tfm/exit_tfm and verify descsize | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Herbert Xu | crypto: api - Add more comments to crypto_remove_spawns | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Herbert Xu | crypto: api - Do not zap spawn->alg | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Herbert Xu | crypto: api - Fix race condition in crypto_spawn_alg | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Eric Biggers | crypto: doc - remove references to ARC4 | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Herbert Xu | crypto: api - Check spawn->alg under lock in crypto_dro...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Valdis Klētnieks | crypto: chacha - fix warning message in header file | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Tudor Ambarus | crypto: atmel-{aes,sha,tdes} - Group common alg type...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Tudor Ambarus | crypto: atmel-aes - Use gcm helper to check authsize | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Tudor Ambarus | crypto: atmel-sha - Void return type for atmel_sha_upda...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Tudor Ambarus | crypto: atmel-{sha,tdes} - Remove unused 'err' member...  | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Tudor Ambarus | crypto: atmel-aes - Fix saving of IV for CTR mode | 
commit | commitdiff | tree | snapshot | 
| 2019-12-11 | 
Tudor Ambarus | crypto: atmel-aes - Fix counter overflow in CTR mode | 
commit | commitdiff | tree | snapshot | 
| next |