aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+23
2016-10-02crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri1-0/+23
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE1-16/+33
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE2-70/+90
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+1
2016-07-19crypto: skcipher - Add comment for skcipher_alg->baseHerbert Xu1-0/+1
2016-07-18crypto: scatterwalk - Inline start/map/doneHerbert Xu1-6/+40
2016-07-18crypto: api - Optimise away crypto_yield when hard preemption is onHerbert Xu1-0/+2
2016-07-18crypto: scatterwalk - Remove scatterwalk_bytes_sglenHerbert Xu1-2/+0
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2-127/+12
2016-07-18crypto: null - Remove default null blkcipherHerbert Xu1-3/+11
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu1-1/+0
2016-07-18crypto: aead - Add skcipher null for IV generatorsHerbert Xu1-0/+1
2016-07-18crypto: aead - Add chunk sizeHerbert Xu2-5/+28
2016-07-18crypto: null - Add new default null skcipherHerbert Xu1-0/+2
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu2-0/+217
2016-07-05crypto: rsa - Store rest of the private key componentsSalvatore Benedetto1-0/+20
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o1-0/+1
2016-07-01crypto: api - Add crypto_inst_setnameHerbert Xu1-0/+2
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto2-0/+31
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto2-0/+30
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2-0/+392
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey2-12/+8
2016-06-23crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu1-0/+5
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik1-0/+29
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus1-6/+16
2016-06-15crypto: drbg - use aligned buffersStephan Mueller1-0/+3
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller1-0/+9
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