aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-24/+15
2016-04-15crypto: doc - document correct return value for request allocationEric Biggers3-6/+3
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells1-0/+7
2016-04-11KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells1-6/+0
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells1-2/+1
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2-15/+2
2016-04-06KEYS: Add identifier pointers to public_key_signature structDavid Howells1-0/+1
2016-04-06KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells1-1/+4
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-63/+13
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells1-26/+4
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells1-2/+0
2016-02-18crypto: public_key: remove MPIs from public_key_signature structTadeusz Struk1-13/+1
2016-02-17crypto: doc - update AEAD AD handlingStephan Mueller1-3/+3
2016-02-17crypto: doc - add akcipher APIStephan Mueller1-14/+14
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-0/+27
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk1-24/+10
2016-02-09crypto: keys - Revert "convert public key to akcipher api"Herbert Xu1-11/+37
2016-02-06crypto: public_key - remove MPIs from public_key_signature structTadeusz Struk1-13/+1
2016-02-06crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk1-24/+10
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk1-0/+6
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu2-21/+0
2016-02-06crypto: hash - Add helpers to return alg and driver namesHerbert Xu1-0/+20
2016-02-06crypto: skcipher - Fix driver name helperHerbert Xu1-1/+1
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang1-0/+70
2016-02-01crypto: api - Introduce crypto_queue_len() helper functionBaolin Wang1-0/+4
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim2-173/+0
2016-01-27crypto: skcipher - Add helper to retrieve driver nameHerbert Xu1-0/+6
2016-01-25crypto: hash - Add crypto_has_ahash helperHerbert Xu1-0/+12
2016-01-25crypto: skcipher - Add helper to zero stack requestHerbert Xu1-0/+7
2016-01-25crypto: hash - Add helpers to zero stack request/descriptorHerbert Xu1-0/+13
2016-01-25crypto: drbg - remove FIPS 140-2 continuous testStephan Mueller1-4/+0
2016-01-25crypto: skcipher - Add default key size helperHerbert Xu1-3/+8
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-5/+19
2016-01-18crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-0/+1
2016-01-18crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+7
2016-01-18crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu1-0/+6
2016-01-18crypto: af_alg - Add nokey compatibility pathHerbert Xu1-0/+2
2016-01-18crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-5/+3
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+3
2015-12-22crypto: hash - add zero length message hash for shax and md5LABBE Corentin2-0/+8
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen1-0/+3
2015-12-11crypto: akcipher - fix typos in include/crypto/akcipher.hLABBE Corentin1-5/+5
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski1-0/+2
2015-12-09crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski1-0/+78
2015-12-09crypto: aead - fix kernel-doc warnings in crypto/aead.hRandy Dunlap1-0/+1
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+0
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-1/+0
2015-10-20crypto: ahash - Add crypto_ahash_blocksizeHerbert Xu1-0/+14
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk2-24/+73
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-2/+29