aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-16kunit: mptcp: adhere to KUNIT formatting standardNico Pache1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-61/+2
2020-07-16mptcp: use sha256() instead of open codingEric Biggers1-12/+3
2020-06-26mptcp: move crypto test to KUNITPaolo Abeni1-61/+2
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2020-05-22mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary1-15/+9
2020-05-08mptcp: use SHA256_BLOCK_SIZE, not SHA_MESSAGE_BYTESEric Biggers1-2/+2
2020-03-29mptcp: Add ADD_ADDR handlingPeter Krystad1-6/+11
2020-01-24mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni1-55/+85
2020-01-24mptcp: Add key generation and token treePeter Krystad1-0/+122