summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2018-03-05BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck64-XTSEric Biggers
2018-03-05BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck128-XTSEric Biggers
2018-03-05FROMGIT: crypto: speck - export common helpersEric Biggers
2018-03-05BACKPORT, FROMGIT: crypto: speck - add support for the Speck block cipherEric Biggers
2018-03-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-02-16crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2018-02-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-02-16crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu
2018-02-03crypto: af_alg - whitelist mask and typeStephan Mueller
2018-01-22fscrypt: updates on 4.15-rc4Jaegeuk Kim
2018-01-22Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers
2018-01-02crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior
2017-12-21Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-12-20crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2017-12-19Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-12-16X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers
2017-11-22Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-11-21Revert "crypto: xts - Add ECB dependency"Sasha Levin
2017-11-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2017-11-15PKCS#7: fix unitialized boolean 'want'Colin Ian King
2017-10-27pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn
2017-10-21crypto: xts - Add ECB dependencyMilan Broz
2017-10-18crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu
2017-10-04Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-09-27crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller
2017-09-08Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-09-07crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller
2017-08-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2017-08-06crypto: authencesn - Fix digest_null crashHerbert Xu
2017-07-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-06-14crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef
2017-05-25Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-05-20crypto: algif_aead - Require setkey before accept(2)Stephan Mueller
2017-05-04Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-05-02crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand
2017-04-23Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-04-21crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu
2017-04-10ANDROID: arm64/crypto: add ARMv8-CE optimized poly_hash algorithmEric Biggers
2017-04-10ANDROID: crypto: heh - factor out poly_hash algorithmEric Biggers
2017-04-10ANDROID: crypto: heh - Add Hash-Encrypt-Hash (HEH) algorithmAlex Cope
2017-04-10ANDROID: crypto: gf128mul - Add ble multiplication functionsAlex Cope
2017-04-10ANDROID: crypto: gf128mul - Refactor gf128 overflow macros and tablesEric Biggers
2017-04-10UPSTREAM: crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope
2017-04-10ANDROID: crypto: shash - Add crypto_grab_shash() and crypto_spawn_shash_alg()Eric Biggers