summaryrefslogtreecommitdiff
path: root/crypto/algif_hash.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-17crypto: hash - prevent using keyed hashes without setting keyEric Biggers1-42/+12
2016-02-25crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-24crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-02-24crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-24crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2015-12-13crypto: algif_hash - Only export and import on sockets with dataHerbert Xu1-2/+10
2013-11-30net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-04-10crypto: algif - suppress sending source address information in recvmsgMathias Krause1-0/+2
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu1-1/+3
2010-11-19crypto: algif_hash - User-space interface for hash operationsHerbert Xu1-0/+319