summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2018-12-19Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-12-10Revert "FROMGIT: crypto: speck - export common helpers"Alistair Strachan
2018-10-10Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-10-04Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into a...Amit Pundir
2018-10-03Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-09-07Merge branch 'linux-linaro-lsk-v4.4' of git://git.linaro.org/kernel/linux-lin...Tao Huang
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers
2018-06-28crypto: skcipher - Add low-level skcipher interfaceHerbert Xu
2018-06-28crypto: skcipher - Add helper to retrieve driver nameHerbert Xu
2018-06-28crypto: skcipher - Add default key size helperHerbert Xu
2018-05-24UPSTREAM: crypto: hash - add zero length message hash for shax and md5LABBE Corentin
2018-03-05FROMGIT: crypto: speck - export common helpersEric 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: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-01-22Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
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: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
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: crypto: gf128mul - Add ble multiplication functionsAlex Cope
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
2017-04-10ANDROID: crypto: allow blkcipher walks over ablkcipher dataEric Biggers
2016-10-22crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri
2016-02-17crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu
2016-02-17crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu
2016-02-17crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu
2016-02-17crypto: af_alg - Add nokey compatibility pathHerbert Xu
2016-02-17crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-10-20crypto: ahash - Add crypto_ahash_blocksizeHerbert Xu
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-21crypto: hash - Add AHASH_REQUEST_ON_STACKHerbert Xu
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams
2015-08-17crypto: aead - Remove old AEAD interfacesHerbert Xu
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells
2015-08-07MODSIGN: Provide a utility to append a PKCS#7 signature to a moduleDavid Howells
2015-08-07PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells
2015-08-07X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells
2015-08-04crypto: doc - AEAD API conversionStephan Mueller
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi
2015-07-17crypto: chacha20 - Export common ChaCha20 helpersMartin Willi
2015-07-14crypto: aead - Add type-safe function for freeing instancesHerbert Xu