OSDN Git Service

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