summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2017-04-25Merge branch 'android-4.4@b834e92' into branch 'msm-4.4'Blagovest Kolenichev
2017-04-21Merge 4.4.63 into android-4.4Greg Kroah-Hartman
2017-04-21crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu
2017-04-20Merge branch 'android-4.4@c71ad0f' into branch 'msm-4.4'Blagovest Kolenichev
2017-02-28Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang
2017-02-15Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt
2017-02-10ANDROID: crypto: gf128mul - Add ble multiplication functionsAlex Cope
2017-02-10UPSTREAM: crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope
2017-02-10ANDROID: crypto: shash - Add crypto_grab_shash() and crypto_spawn_shash_alg()Eric Biggers
2017-02-10ANDROID: crypto: allow blkcipher walks over ablkcipher dataEric Biggers
2016-10-22crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri
2016-04-25crypto: ice: split the config callbackAndrey Markovytch
2016-04-25PFK: fix race between key set and key invalidate in TZAndrey Markovytch
2016-04-22crypto: ice: general driver clean-upAndrey Markovytch
2016-03-23Merge remote-tracking branch 'lsk-44/linux-linaro-lsk-v4.4' into 44rc2David Keitel
2016-03-22qseecom: add snapshot of qseecom driverZhen Kong
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
2015-07-14crypto: api - Add instance free function to crypto_typeHerbert Xu
2015-07-14crypto: aead - Add aead_queue interfaceHerbert Xu
2015-07-14crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu
2015-06-19crypto: aead - Fix aead_instance struct sizeHerbert Xu
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk
2015-06-17crypto: akcipher - add PKE APITadeusz Struk
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller
2015-06-04crypto: doc - Fix typo in crypto-API.xmlMasanari Iida