Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specific | Randy Dunlap | 2021-07-16 | 1 | -4/+4 |
* | crypto: lib/chacha20poly1305 - define empty module exit function | Jason A. Donenfeld | 2021-01-22 | 1 | -0/+5 |
* | crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionally | Herbert Xu | 2020-09-25 | 1 | -3/+1 |
* | crypto: lib/chacha20poly1305 - Add missing function declaration | Herbert Xu | 2020-07-16 | 1 | -2/+0 |
* | crypto: chacha20poly1305 - prevent integer overflow on large input | Jason A. Donenfeld | 2020-02-14 | 1 | -0/+3 |
* | crypto: lib/chacha20poly1305 - use chacha20_crypt() | Eric Biggers | 2019-11-22 | 1 | -8/+8 |
* | crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine | Ard Biesheuvel | 2019-11-17 | 1 | -0/+150 |
* | crypto: chacha20poly1305 - import construction and selftest from Zinc | Ard Biesheuvel | 2019-11-17 | 1 | -0/+219 |