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