Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
eaca94b0a6133b3487faa1f563532365e344afcc
/
drivers
/
crypto
/
talitos.c
23fb8f7
crypto: talitos - fix IPsec cipher in length
by LEROY Christophe
· 7 years ago
c4cef78
crypto: talitos - fix Kernel Oops on hashing an empty file
by LEROY Christophe
· 7 years ago
47ab720
crypto: talitos - fix ctr-aes-talitos
by LEROY Christophe
· 7 years ago
24ab6e7
crypto: talitos - fix use of sg_link_tbl_len
by LEROY Christophe
· 7 years ago
6bf30e6
crypto: talitos - fix AEAD for sha224 on non sha224 capable chips
by LEROY Christophe
· 7 years ago
552f74c
crypto: talitos - fix setkey to check key weakness
by LEROY Christophe
· 7 years ago
5272b0e
crypto: talitos - fix memory corruption on SEC2
by LEROY Christophe
· 7 years ago
bde6667
crypto: talitos - fix AEAD test failures
by LEROY Christophe
· 7 years ago
b60f791
crypto: talitos - fix hashing
by LEROY Christophe
· 7 years ago
1492259
crypto: talitos - fix sha224
by LEROY Christophe
· 7 years ago
70117b7
crypto: talitos - Don't provide setkey for non hmac hashing algs.
by LEROY Christophe
· 7 years ago
2ff2cc7
crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
by Martin Hicks
· 8 years ago
7405c8d
crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU
by LEROY Christophe
· 8 years ago
b005776
crypto: talitos - implement cra_priority
by LEROY Christophe
· 8 years ago
e968b49
crypto: talitos - sg_to_link_tbl() not used anymore, remove it
by LEROY Christophe
· 8 years ago
549bd8b
crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU
by LEROY Christophe
· 8 years ago
6a1e8d1
crypto: talitos - making mapping helpers more generic
by LEROY Christophe
· 8 years ago
246a87c
crypto: talitos - move mapping helpers before IPSEC functions
by LEROY Christophe
· 8 years ago
b096b54
crypto: talitos - using helpers for all talitos_ptr operations
by LEROY Christophe
· 8 years ago
6f64389
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 9 years ago
3639ca8
crypto: talitos - fix ahash algorithms registration
by Horia Geant?
· 9 years ago
340ff60
crypto: talitos - fix AEAD tcrypt tests
by Horia Geant?
· 9 years ago
89d124c
crypto: talitos - fix crash in talitos_cra_init()
by Jonas Eymann
· 9 years ago
5e75ae1
crypto: talitos - add new crypto modes
by LEROY Christophe
· 9 years ago
8e409fe
crypto: talitos - check return value of sg_nents_for_len
by LABBE Corentin
· 9 years ago
7996094
crypto: talitos - Fix timing leak in ESP ICV verification
by David Gstir
· 9 years ago
b8a011d
crypto: talitos - dma_map_sg can handle chained SG
by LABBE Corentin
· 9 years ago
d975f30
Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
c56f6d1
crypto: replace scatterwalk_sg_chain with sg_chain
by Dan Williams
· 9 years ago
5e4b8c1
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
by Herbert Xu
· 9 years ago
35a3bb3
crypto: talitos - Prevent panic in probe error path
by Aaron Sierra
· 9 years ago
aeb4c13
crypto: talitos - Convert to new AEAD interface
by Herbert Xu
· 9 years ago
42e8b0d
crypto: talitos - static code checker fixes
by Horia Geant?
· 10 years ago
bde9079
crypto: talitos - avoid out of bound scatterlist iterator
by Horia Geant?
· 10 years ago
69d9cd8
Revert "crypto: talitos - convert to use be16_add_cpu()"
by Horia Geant?
· 10 years ago
5fa7dad
crypto: talitos - avoid memleak in talitos_alg_alloc()
by Horia Geant?
· 10 years ago
608f37d
crypto: talitos - fix size calculation in talitos_edesc_alloc()
by Dan Carpenter
· 10 years ago
e98014a
crypto: talitos - Include internal/aead.h
by Herbert Xu
· 10 years ago
0635b7d
crypto: talitos - Add fsl,sec1.0 compatible
by LEROY Christophe
· 10 years ago
2d02905
crypto: talitos - SEC1 bugs on 0 data hash
by LEROY Christophe
· 10 years ago
6f65f6a
crypto: talitos - implement scatter/gather copy for SEC1
by LEROY Christophe
· 10 years ago
dd3c098
crypto: talitos - adapt interrupts and reset functions to SEC1
by LEROY Christophe
· 10 years ago
5fa7fa1
crypto: talitos - base address for Execution Units
by LEROY Christophe
· 10 years ago
7d607c6a
crypto: talitos - adaptation of talitos_submit() for SEC1
by LEROY Christophe
· 10 years ago
922f9dc
crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+
by LEROY Christophe
· 10 years ago
2159088
crypto: talitos - Add a feature to tag SEC1
by LEROY Christophe
· 10 years ago
538caf8
crypto: talitos - helper function for ptr len
by LEROY Christophe
· 10 years ago
a2b35aa
crypto: talitos - remove param 'extent' in map_single_talitos_ptr()
by LEROY Christophe
· 10 years ago
185eb79
crypto: talitos - Add a helper function to clear j_extent field
by LEROY Christophe
· 10 years ago
edc6bd6
crypto: talitos - talitos_ptr renamed ptr for more lisibility
by LEROY Christophe
· 10 years ago
032d197
crypto: talitos - Refactor the sg in/out chain allocation
by LEROY Christophe
· 10 years ago
2529bc3
crypto: talitos - Use zero entry to init descriptors ptrs to zero
by LEROY Christophe
· 10 years ago
b398861
crypto: talitos - Remove MD5_BLOCK_SIZE
by Martin Hicks
· 10 years ago
f641ddd
crypto: talitos - Simplify per-channel initialization
by Martin Hicks
· 10 years ago
5be4d4c
crypto: replace scatterwalk_sg_next with sg_next
by Cristian Stoica
· 10 years ago
5573bc0
crypto: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
f3de9cb
crypto: talitos: init the priv->alg_list more earlier in talitos_probe()
by Kevin Hao
· 11 years ago
d781728
crypto: talitos - Remove redundant dev_set_drvdata
by Sachin Kamat
· 11 years ago
b62ffd8
crypto: talitos - fix locating offending descriptor in error path
by Horia Geanta
· 11 years ago
62293a3
crypto: talitos - fix aead sglen for case 'dst != src'
by Horia Geanta
· 11 years ago
935e99a
crypto: talitos - corrrectly handle zero-length assoc data
by Horia Geanta
· 11 years ago
26b265c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
c306a98
crypto: talitos - Simplify key parsing
by Mathias Krause
· 11 years ago
5af5073
drivers: clean-up prom.h implicit includes
by Rob Herring
· 11 years ago
d052572
crypto: talitos: use sg_pcopy_to_buffer()
by Akinobu Mita
· 11 years ago
991155b
Revert "crypto: talitos - add IPsec ESN support"
by Horia Geanta
· 12 years ago
7291a93
crypto: talitos - convert to use be16_add_cpu()
by Wei Yongjun
· 12 years ago
e763eb6
crypto: talitos - add IPsec ESN support
by Horia Geanta
· 12 years ago
79fd31d
crypto: talitos - support for assoc data provided as scatterlist
by Horia Geanta
· 12 years ago
2a1cfe4
crypto: talitos - change type and name for [src|dst]_is_chained
by Horia Geanta
· 12 years ago
602499a
crypto: talitos - prune unneeded descriptor allocation param
by Horia Geanta
· 12 years ago
6054250
crypto: talitos - fix icv management on outbound direction
by Horia Geanta
· 12 years ago
b286e00
crypto: talitos - consolidate common cra_* assignments
by Kim Phillips
· 12 years ago
d4cd328
crypto: talitos - consolidate cra_type assignments
by Kim Phillips
· 12 years ago
357fb60
crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithms
by Horia Geanta
· 12 years ago
865d506
crypto: talitos - export the talitos_submit function
by Horia Geanta
· 12 years ago
d1a0eb9
crypto: talitos - move talitos structures to header file
by Horia Geanta
· 12 years ago
511d63c
crypto: talitos - properly lock access to global talitos registers
by Horia Geanta
· 13 years ago
d912bb7
crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
by Nikos Mavrogiannopoulos
· 13 years ago
5e718a0
crypto: talitos - convert talitos_error to struct device
by Kim Phillips
· 13 years ago
2cdba3c
crypto: talitos - remove NO_IRQ references
by Kim Phillips
· 13 years ago
0b2730d
crypto: talitos - fix bad kfree
by Kim Phillips
· 13 years ago
741e8c2
crypto: convert drivers/crypto/* to use module_platform_driver()
by Axel Lin
· 13 years ago
c3e337f
crypto: talitos - support for channel remap and 2nd IRQ
by Kim Phillips
· 13 years ago
ad42d5f
crypto: talitos - prepare driver for channel remap support
by Kim Phillips
· 13 years ago
5b859b6e
crypto: talitos - be less noisy on startup
by Kim Phillips
· 13 years ago
79b3a41
crypto: talitos - add hmac algorithms
by Lee Nipper
· 13 years ago
3e721ae
crypto: talitos - handle descriptor not found in error path
by Kim Phillips
· 13 years ago
1c2b4ab
crypto: talitos - don't bad_key in ablkcipher setkey
by Kim Phillips
· 13 years ago
febec54
crypto: talitos - remove unused giv from ablkcipher methods
by Kim Phillips
· 13 years ago
602dba5
crypto: talitos - don't set done notification in hot path
by Kim Phillips
· 13 years ago
5228f0f
crypto: talitos - ensure request ordering within a single tfm
by Kim Phillips
· 13 years ago
1c48a5c
dt: Eliminate of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
188e213
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 14 years ago
a752447
crypto: talitos - sparse check endian fixes
by Kim Phillips
· 14 years ago
0b79824
crypto: talitos - fix checkpatch warning
by Kim Phillips
· 14 years ago
1d11911
crypto: talitos - fix warning: 'alg' may be used uninitialized in this function
by Kim Phillips
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
b7c8e55
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 14 years ago
7260042
crypto: talitos - fix bug in sg_copy_end_to_buffer
by Lee Nipper
· 14 years ago
Next »