summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/auth.c
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu2021-02-121-1/+1
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-171-1/+3
|\
| * ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo2020-12-131-1/+3
* | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+0
|/
* ubifs: Fix 'hash' kernel-doc warning in auth.cWang Hai2020-09-171-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-17/+3
|\
| * ubifs: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-17/+3
* | ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2020-05-171-13/+4
|/
* ubifs: Fix memory leak in __ubifs_node_verify_hmac error pathWenwen Wang2019-09-151-1/+3
* ubifs: support offline signed imagesSascha Hauer2019-07-081-0/+86
* Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-121-24/+9
|\
| * ubifs: work around high stack usage with clangArnd Bergmann2019-05-071-7/+10
| * ubifs: remove unused function __ubifs_shash_finalYueHaibing2019-05-071-18/+0
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-6/+0
|/
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-3/+2
* ubifs: Add helper functions for authentication supportSascha Hauer2018-10-231-0/+502