Show patches with: Submitter = Eric Biggers       |    Archived = No       |   986 patches
« 1 2 ... 4 5 69 10 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[2/3] crypto: testmgr - do comparison tests before inauthentic input tests crypto: AEAD fuzz tests and doc improvement - - - --- 2020-03-04 Eric Biggers herbert Accepted
[1/3] crypto: testmgr - use consistent IV copies for AEADs that need it crypto: AEAD fuzz tests and doc improvement - - - --- 2020-03-04 Eric Biggers herbert Accepted
[12/12] crypto: xts - simplify error handling in ->create() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[11/12] crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[10/12] crypto: pcrypt - simplify error handling in pcrypt_create_aead() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[09/12] crypto: lrw - simplify error handling in create() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[08/12] crypto: geniv - simply error handling in aead_geniv_alloc() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[07/12] crypto: gcm - simplify error handling in crypto_rfc4543_create() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[06/12] crypto: gcm - simplify error handling in crypto_rfc4106_create() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[05/12] crypto: cts - simplify error handling in crypto_cts_create() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[04/12] crypto: ctr - simplify error handling in crypto_rfc3686_create() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[03/12] crypto: cryptd - simplify error handling in cryptd_create_*() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[02/12] crypto: ccm - simplify error handling in crypto_rfc4309_create() crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[01/12] crypto: authencesn - fix weird comma-terminated line crypto: more template instantiation cleanups - - - --- 2020-02-26 Eric Biggers herbert Accepted
[v2,6/6] crypto: algapi - enforce that all instances have a ->free() method crypto: remove old way of allocating and freeing instances - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,5/6] crypto: algapi - remove crypto_template::{alloc,free}() crypto: remove old way of allocating and freeing instances - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,4/6] crypto: shash - convert shash_free_instance() to new style crypto: remove old way of allocating and freeing instances - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,3/6] crypto: cryptd - convert to new way of freeing instances crypto: remove old way of allocating and freeing instances - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,2/6] crypto: geniv - convert to new way of freeing instances crypto: remove old way of allocating and freeing instances - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,1/6] crypto: hash - add support for new way of freeing instances crypto: remove old way of allocating and freeing instances - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,28/28] crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,27/28] crypto: ahash - unexport crypto_ahash_type crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,26/28] crypto: algapi - remove obsoleted instance creation helpers crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,25/28] crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,24/28] crypto: xcbc - use crypto_grab_cipher() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,23/28] crypto: vmac - use crypto_grab_cipher() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,22/28] crypto: cmac - use crypto_grab_cipher() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,21/28] crypto: cbcmac - use crypto_grab_cipher() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,20/28] crypto: skcipher - use crypto_grab_cipher() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,19/28] crypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,18/28] crypto: ccm - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,17/28] crypto: gcm - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,16/28] crypto: authencesn - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,15/28] crypto: authenc - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,14/28] crypto: hmac - use crypto_grab_shash() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,13/28] crypto: cryptd - use crypto_grab_shash() and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,12/28] crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error paths crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,11/28] crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher() crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,10/28] crypto: ahash - introduce crypto_grab_ahash() crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,09/28] crypto: shash - introduce crypto_grab_shash() crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,08/28] crypto: algapi - pass instance to crypto_grab_spawn() crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,07/28] crypto: akcipher - pass instance to crypto_grab_akcipher() crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,06/28] crypto: aead - pass instance to crypto_grab_aead() crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,05/28] crypto: skcipher - pass instance to crypto_grab_skcipher() crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,04/28] crypto: ahash - make struct ahash_instance be the full size crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,03/28] crypto: shash - make struct shash_instance be the full size crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,02/28] crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[v2,01/28] crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns crypto: template instantiation cleanup - - - --- 2020-01-03 Eric Biggers herbert Accepted
[8/8] crypto: remove propagation of CRYPTO_TFM_RES_* flags crypto: remove the CRYPTO_TFM_RES_* flags - - - --- 2019-12-31 Eric Biggers herbert Accepted
[7/8] crypto: remove CRYPTO_TFM_RES_WEAK_KEY crypto: remove the CRYPTO_TFM_RES_* flags - - - --- 2019-12-31 Eric Biggers herbert Accepted
[6/8] crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN crypto: remove the CRYPTO_TFM_RES_* flags - 1 - --- 2019-12-31 Eric Biggers herbert Accepted
[5/8] crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN crypto: remove the CRYPTO_TFM_RES_* flags - - - --- 2019-12-31 Eric Biggers herbert Accepted
[4/8] crypto: remove unused tfm result flags crypto: remove the CRYPTO_TFM_RES_* flags - - - --- 2019-12-31 Eric Biggers herbert Accepted
[3/8] crypto: atmel-sha - fix error handling when setting hmac key crypto: remove the CRYPTO_TFM_RES_* flags - 1 - --- 2019-12-31 Eric Biggers herbert Accepted
[2/8] crypto: artpec6 - return correct error code for failed setkey() crypto: remove the CRYPTO_TFM_RES_* flags 1 - - --- 2019-12-31 Eric Biggers herbert Accepted
[1/8] crypto: chelsio - fix writing tfm flags to wrong place crypto: remove the CRYPTO_TFM_RES_* flags - - - --- 2019-12-31 Eric Biggers herbert Accepted
crypto: skcipher - remove skcipher_walk_aead() crypto: skcipher - remove skcipher_walk_aead() - - - --- 2019-12-30 Eric Biggers herbert Accepted
[6/6] crypto: algapi - enforce that all instances have a ->free() method crypto: remove old way of allocating and freeing instances - - - --- 2019-12-29 Eric Biggers herbert Superseded
[5/6] crypto: algapi - remove crypto_template::{alloc,free}() crypto: remove old way of allocating and freeing instances - - - --- 2019-12-29 Eric Biggers herbert Superseded
[4/6] crypto: shash - convert shash_free_instance() to new style crypto: remove old way of allocating and freeing instances - - - --- 2019-12-29 Eric Biggers herbert Superseded
[3/6] crypto: cryptd - convert to new way of freeing instances crypto: remove old way of allocating and freeing instances - - - --- 2019-12-29 Eric Biggers herbert Superseded
[2/6] crypto: geniv - convert to new way of freeing instances crypto: remove old way of allocating and freeing instances - - - --- 2019-12-29 Eric Biggers herbert Superseded
[1/6] crypto: hash - add support for new way of freeing instances crypto: remove old way of allocating and freeing instances - - - --- 2019-12-29 Eric Biggers herbert Superseded
[28/28] crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[27/28] crypto: ahash - unexport crypto_ahash_type crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[26/28] crypto: algapi - remove obsoleted instance creation helpers crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[25/28] crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[24/28] crypto: xcbc - use crypto_grab_cipher() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[23/28] crypto: vmac - use crypto_grab_cipher() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[22/28] crypto: cmac - use crypto_grab_cipher() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[21/28] crypto: cbcmac - use crypto_grab_cipher() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[20/28] crypto: skcipher - use crypto_grab_cipher() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[19/28] crypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[18/28] crypto: ccm - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[17/28] crypto: gcm - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[16/28] crypto: authencesn - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[15/28] crypto: authenc - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[14/28] crypto: hmac - use crypto_grab_shash() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[13/28] crypto: cryptd - use crypto_grab_shash() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[12/28] crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[11/28] crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[10/28] crypto: ahash - introduce crypto_grab_ahash() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[09/28] crypto: shash - introduce crypto_grab_shash() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[08/28] crypto: algapi - pass instance to crypto_grab_spawn() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[07/28] crypto: akcipher - pass instance to crypto_grab_akcipher() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[06/28] crypto: aead - pass instance to crypto_grab_aead() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[05/28] crypto: skcipher - pass instance to crypto_grab_skcipher() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[04/28] crypto: ahash - make struct ahash_instance be the full size crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[03/28] crypto: shash - make struct shash_instance be the full size crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[02/28] crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[01/28] crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
crypto: algapi - make unregistration functions return void crypto: algapi - make unregistration functions return void - - - --- 2019-12-15 Eric Biggers herbert Accepted
crypto: doc - remove references to ARC4 crypto: doc - remove references to ARC4 1 - - --- 2019-12-07 Eric Biggers herbert Accepted
crypto: api - fix unexpectedly getting generic implementation crypto: api - fix unexpectedly getting generic implementation 1 - - --- 2019-12-02 Eric Biggers herbert Superseded
[2/2] crypto: cipher - remove crt_u.cipher (struct cipher_tfm) crypto: api - remove crypto_tfm::crt_u - - - --- 2019-12-02 Eric Biggers herbert Accepted
[1/2] crypto: compress - remove crt_u.compress (struct compress_tfm) crypto: api - remove crypto_tfm::crt_u - - - --- 2019-12-02 Eric Biggers herbert Accepted
[7/7] crypto: testmgr - generate inauthentic AEAD test vectors [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
[6/7] crypto: testmgr - create struct aead_extra_tests_ctx [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
[5/7] crypto: testmgr - test setting misaligned keys [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
[4/7] crypto: testmgr - check skcipher min_keysize [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
« 1 2 ... 4 5 69 10 »