summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - add tests vectors for RSATadeusz Struk2015-06-173-0/+346
* crypto: rsa - add a new rsa generic implementationTadeusz Struk2015-06-175-0/+457
* crypto: akcipher - add PKE APITadeusz Struk2015-06-174-0/+149
* crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi2015-06-173-116/+134
* crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu2015-06-171-3/+846
* Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu2015-06-171-1/+1
* crypto: testmgr - Update rfc4543 test vectorsHerbert Xu2015-06-171-6/+9
* crypto: gcm - Convert to new AEAD interfaceHerbert Xu2015-06-171-532/+373
* crypto: testmgr - Disable rfc4543 testHerbert Xu2015-06-171-1/+1
* crypto: drbg - Add select on sha256Herbert Xu2015-06-111-1/+2
* crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky2015-06-111-2/+4
* crypto: drbg - reseed often if seedsource is degradedStephan Mueller2015-06-101-1/+11
* crypto: drbg - Use callback API for random readinessStephan Mueller2015-06-101-91/+126
* crypto: drbg - use pragmas for disabling optimizationStephan Mueller2015-06-092-5/+26
* crypto: testmgr - Document struct cipher_testvecLABBE Corentin2015-06-091-0/+18
* crypto: rng - Remove krngHerbert Xu2015-06-042-62/+0
* crypto: rng - Make DRBG the default RNGHerbert Xu2015-06-041-7/+8
* crypto: echainiv - Set Kconfig default to mHerbert Xu2015-06-041-0/+1
* crypto: drbg - Add stdrng alias and increase priorityHerbert Xu2015-06-041-1/+2
* crypto: seqiv - Move IV seeding into init functionHerbert Xu2015-06-041-98/+15
* crypto: eseqiv - Move IV seeding into init functionHerbert Xu2015-06-041-25/+4
* crypto: echainiv - Move IV seeding into init functionHerbert Xu2015-06-041-24/+6
* crypto: chainiv - Move IV seeding into init functionHerbert Xu2015-06-041-57/+9
* crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi2015-06-042-0/+194
* crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEADMartin Willi2015-06-041-1/+25
* crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi2015-06-042-0/+284
* crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi2015-06-043-0/+676
* crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi2015-06-042-0/+268
* crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi2015-06-043-0/+310
* crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2015-06-042-0/+192
* crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi2015-06-043-0/+230
* crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_pageHerbert Xu2015-06-031-1/+5
* crypto: cryptd - Convert to new AEAD interfaceHerbert Xu2015-06-031-35/+29
* crypto: cryptd - Add setkey/setauthsize functions for AEADHerbert Xu2015-06-031-2/+20
* crypto: pcrypt - Add support for new AEAD interfaceHerbert Xu2015-06-031-95/+40
* crypto: aead - Add multiple algorithm registration interfaceHerbert Xu2015-06-031-0/+29
* crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu2015-06-031-2/+2
* crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu2015-06-031-1/+2
* crypto: aead - Add type-safe init/exit functionsHerbert Xu2015-06-031-0/+14
* Revert "crypto: algif_aead - Disable AEAD user-space for now"Herbert Xu2015-06-031-0/+9
* crypto: jitterentropy - remove timekeeping_valid_for_hresStephan Mueller2015-05-281-3/+0
* crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu2015-05-281-58/+8
* crypto: tcrypt - Switch to new AEAD interfaceHerbert Xu2015-05-281-8/+7
* crypto: testmgr - Switch to new AEAD interfaceHerbert Xu2015-05-281-39/+48
* crypto: seqiv - Fix module unload/reload crashHerbert Xu2015-05-281-0/+1
* crypto: seqiv - Fix IV size in context size calculationHerbert Xu2015-05-281-1/+1
* crypto: seqiv - Use common IV generation codeHerbert Xu2015-05-281-56/+36
* crypto: seqiv - Copy AD along with plain/cipher textHerbert Xu2015-05-281-27/+6
* crypto: echainiv - Fix IV size in context size calculationHerbert Xu2015-05-281-1/+1
* crypto: echainiv - Use common IV generation codeHerbert Xu2015-05-281-212/+18
OpenPOWER on IntegriCloud