summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)Author
2017-07-23crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu
2016-10-22crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-19crypto: skcipher - Add comment for skcipher_alg->baseHerbert Xu
2016-07-18crypto: scatterwalk - Inline start/map/doneHerbert Xu
2016-07-18crypto: api - Optimise away crypto_yield when hard preemption is onHerbert Xu
2016-07-18crypto: scatterwalk - Remove scatterwalk_bytes_sglenHerbert Xu
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu
2016-07-18crypto: null - Remove default null blkcipherHerbert Xu
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu
2016-07-18crypto: aead - Add skcipher null for IV generatorsHerbert Xu
2016-07-18crypto: aead - Add chunk sizeHerbert Xu
2016-07-18crypto: null - Add new default null skcipherHerbert Xu
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu
2016-07-05crypto: rsa - Store rest of the private key componentsSalvatore Benedetto
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o
2016-07-01crypto: api - Add crypto_inst_setnameHerbert Xu
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey
2016-06-23crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus
2016-06-15crypto: drbg - use aligned buffersStephan Mueller
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-04-15crypto: doc - document correct return value for request allocationEric Biggers
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells
2016-04-11KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells
2016-04-06KEYS: Add identifier pointers to public_key_signature structDavid Howells
2016-04-06KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells
2016-02-18crypto: public_key: remove MPIs from public_key_signature structTadeusz Struk
2016-02-17crypto: doc - update AEAD AD handlingStephan Mueller
2016-02-17crypto: doc - add akcipher APIStephan Mueller
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk
2016-02-09crypto: keys - Revert "convert public key to akcipher api"Herbert Xu
2016-02-06crypto: public_key - remove MPIs from public_key_signature structTadeusz Struk
2016-02-06crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu
2016-02-06crypto: hash - Add helpers to return alg and driver namesHerbert Xu
2016-02-06crypto: skcipher - Fix driver name helperHerbert Xu
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang