summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2018-02-22PKCS#7: fix certificate chain verificationEric Biggers
2018-02-22crypto: speck - add test vectors for Speck64-XTSEric Biggers
2018-02-22crypto: speck - add test vectors for Speck128-XTSEric Biggers
2018-02-22crypto: speck - export common helpersEric Biggers
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers
2018-02-22crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin
2018-02-19MIPS: crypto: Add crc32 and crc32c hw accelerated moduleMarcin Nowakowski
2018-02-15crypto: engine - Permit to enqueue all async requestsCorentin LABBE
2018-02-15crypto: user - Replace GFP_ATOMIC with GFP_KERNEL in crypto_reportJia-Ju Bai
2018-02-15crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt...Jia-Ju Bai
2018-02-15crypto: mcryptd - remove pointless wrapper functionsEric Biggers
2018-02-15crypto: hash - Require export/import in ahashKamil Konieczny
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08crypto: sha3-generic - Use __optimize to support old compilersGeert Uytterhoeven
2018-02-08crypto: sha3-generic - deal with oversize stack framesArd Biesheuvel
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-26crypto: testmgr - add new testcases for sha3Ard Biesheuvel
2018-01-26crypto: sha3-generic - export init/update/final routinesArd Biesheuvel
2018-01-26crypto: sha3-generic - simplify codeArd Biesheuvel
2018-01-26crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimizeArd Biesheuvel
2018-01-26crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel
2018-01-26crypto: testmgr - test misuse of result in ahashKamil Konieczny
2018-01-20crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann
2018-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-12crypto: x86/salsa20 - cleanup and convert to skcipher APIEric Biggers
2018-01-12crypto: salsa20 - export generic helpersEric Biggers
2018-01-12crypto: salsa20-generic - cleanup and convert to skcipher APIEric Biggers
2018-01-12crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann
2018-01-12crypto: aead - prevent using AEADs without setting keyEric Biggers
2018-01-12crypto: skcipher - prevent using skciphers without setting keyEric Biggers
2018-01-12crypto: ghash - remove checks for key being setEric Biggers
2018-01-12crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-01-12crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-01-12crypto: mcryptd - pass through absence of ->setkey()Eric Biggers
2018-01-12crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-01-12crypto: tcrypt - free xoutbuf instead of axbufColin Ian King
2018-01-12crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Colin Ian King
2018-01-12crypto: af_alg - whitelist mask and typeStephan Mueller
2018-01-12crypto: testmgr - change `guard` to unsigned charJoey Pabalinas
2018-01-06crypto: scompress - use sgl_alloc() and sgl_free()Bart Van Assche
2018-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-05crypto: poly1305 - remove cra_alignmaskEric Biggers
2018-01-05crypto: poly1305 - use unaligned access macros to output digestEric Biggers
2018-01-05crypto: algapi - remove unused notificationsEric Biggers
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tEric Biggers