Age | Commit message (Expand) | Author |
---|---|---|
2021-01-03 | crypto: remove cipher routines from public crypto API | Ard Biesheuvel |
2020-07-16 | crypto: algapi - use common mechanism for inheriting flags | Eric Biggers |
2020-01-09 | crypto: shash - convert shash_free_instance() to new style | Eric Biggers |
2020-01-09 | crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn | Eric Biggers |
2020-01-09 | crypto: cmac - use crypto_grab_cipher() and simplify error paths | Eric Biggers |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-04-18 | crypto: run initcalls for generic implementations earlier | Eric Biggers |
2017-02-11 | crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic | Ard Biesheuvel |
2016-10-21 | crypto: cmac - fix alignment of 'consts' | Eric Biggers |
2016-10-21 | crypto: cmac - return -EINVAL if block size is unsupported | Eric Biggers |
2014-11-26 | crypto: include crypto- module prefix in template | Kees Cook |
2013-04-25 | crypto: add CMAC support to CryptoAPI | Jussi Kivilinna |