| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-01-05 | ubifs: auth.c: fix kernel-doc function prototype warning | Randy Dunlap | 1 | -1/+1 |
| 2024-01-05 | ubifs: use crypto_shash_tfm_digest() in ubifs_hmac_wkm() | Eric Biggers | 1 | -17/+2 |
| 2023-09-15 | ubifs: Do not include crypto/algapi.h | Herbert Xu | 1 | -2/+1 |
| 2021-02-12 | ubifs: Fix memleak in ubifs_init_authentication | Dinghao Liu | 1 | -1/+1 |
| 2020-12-17 | Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+3 |
| 2020-12-13 | ubifs: Fix error return code in ubifs_init_authentication() | Wang ShaoBo | 1 | -1/+3 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+0 |
| 2020-09-17 | ubifs: Fix 'hash' kernel-doc warning in auth.c | Wang Hai | 1 | -1/+1 |
| 2020-06-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -17/+3 |
| 2020-05-17 | ubifs: fix wrong use of crypto_shash_descsize() | Eric Biggers | 1 | -13/+4 |
| 2020-05-08 | ubifs: use crypto_shash_tfm_digest() | Eric Biggers | 1 | -17/+3 |
| 2019-09-15 | ubifs: Fix memory leak in __ubifs_node_verify_hmac error path | Wenwen Wang | 1 | -1/+3 |
| 2019-07-08 | ubifs: support offline signed images | Sascha Hauer | 1 | -0/+86 |
| 2019-05-12 | Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -24/+9 |
| 2019-05-07 | ubifs: work around high stack usage with clang | Arnd Bergmann | 1 | -7/+10 |
| 2019-05-07 | ubifs: remove unused function __ubifs_shash_final | YueHaibing | 1 | -18/+0 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -6/+0 |
| 2018-11-20 | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations | Eric Biggers | 1 | -3/+2 |
| 2018-10-23 | ubifs: Add helper functions for authentication support | Sascha Hauer | 1 | -0/+502 |