Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: shash - convert shash_free_instance() to new style | Eric Biggers | 2020-01-09 | 1 | -2/+3 |
* | crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn | Eric Biggers | 2020-01-09 | 1 | -1/+1 |
* | crypto: cmac - use crypto_grab_cipher() and simplify error paths | Eric Biggers | 2020-01-09 | 1 | -18/+15 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -6/+1 |
* | crypto: run initcalls for generic implementations earlier | Eric Biggers | 2019-04-18 | 1 | -1/+1 |
* | crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic | Ard Biesheuvel | 2017-02-11 | 1 | -2/+1 |
* | crypto: cmac - fix alignment of 'consts' | Eric Biggers | 2016-10-21 | 1 | -4/+9 |
* | crypto: cmac - return -EINVAL if block size is unsupported | Eric Biggers | 2016-10-21 | 1 | -0/+1 |
* | crypto: include crypto- module prefix in template | Kees Cook | 2014-11-26 | 1 | -0/+1 |
* | crypto: add CMAC support to CryptoAPI | Jussi Kivilinna | 2013-04-25 | 1 | -0/+315 |