Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
da942750928a037d6285b64826a637918f3fe3cc
/
drivers
/
crypto
/
talitos.c
b8aa7dc
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
by Mikulas Patocka
· 4 years, 6 months ago
674f368
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
by Eric Biggers
· 5 years ago
373960d
crypto: talitos - switch to skcipher API
by Ard Biesheuvel
· 5 years ago
7a6eda5
crypto: talitos - fix hash result for VMAP_STACK
by Christophe Leroy
· 5 years ago
5fc194e
crypto: talitos - fix missing break in switch statement
by Gustavo A. R. Silva
· 5 years ago
e31b791
crypto: talitos - Fix build warning in aead_des3_setkey
by Herbert Xu
· 5 years ago
9d574ae
crypto: talitos/des - switch to new verification routines
by Ard Biesheuvel
· 5 years ago
4d2fa8b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 5 years ago
d45b171
crypto: talitos - drop icv_ool
by Christophe Leroy
· 6 years ago
58cdbc6
crypto: talitos - fix hash on SEC1.
by Christophe Leroy
· 6 years ago
d44769e
crypto: talitos - move struct talitos_edesc into talitos.h
by Christophe Leroy
· 6 years ago
c8c7464
crypto: talitos - eliminate unneeded 'done' functions at build time
by Christophe Leroy
· 6 years ago
192125e
crypto: talitos - fix max key size for sha384 and sha512
by Christophe Leroy
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
ff9f902
crypto: talitos - use SPDX-License-Identifier
by Christophe Leroy
· 6 years ago
fbb8d46
Revert "crypto: talitos - export the talitos_submit function"
by Christophe Leroy
· 6 years ago
e345177
crypto: talitos - fix AEAD processing.
by Christophe Leroy
· 6 years ago
c9cca70
crypto: talitos - Align SEC1 accesses to 32 bits boundaries.
by Christophe Leroy
· 6 years ago
eae55a5
crypto: talitos - properly handle split ICV.
by Christophe Leroy
· 6 years ago
4bbfb83
crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.
by Christophe Leroy
· 6 years ago
7ede4c3
crypto: talitos - Do not modify req->cryptlen on decryption.
by Christophe Leroy
· 6 years ago
d84cc9c
crypto: talitos - fix ECB algs ivsize
by Christophe Leroy
· 6 years ago
ee483d3
crypto: talitos - check data blocksize in ablkcipher.
by Christophe Leroy
· 6 years ago
b9a05b6
crypto: talitos - fix CTR alg blocksize
by Christophe Leroy
· 6 years ago
1ba34e7
crypto: talitos - check AES key size
by Christophe Leroy
· 6 years ago
b8fbdc2
crypto: talitos - reduce max key size for SEC1
by Christophe Leroy
· 6 years ago
a1a42f8
crypto: talitos - rename alternative AEAD algos.
by Christophe Leroy
· 6 years ago
3e03e79
crypto: talitos - fix skcipher failure due to wrong output IV
by Christophe Leroy
· 6 years ago
ef7c5c8
crypto: talitos - Forbid 2-key 3DES in FIPS mode
by Herbert Xu
· 6 years ago
231baec
crypto: clarify name of WEAK_KEY request flag
by Eric Biggers
· 6 years ago
1bea445
crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
by Christophe Leroy
· 6 years ago
c56c2e1
crypto: talitos - reorder code in talitos_edesc_alloc()
by Christophe Leroy
· 6 years ago
c79b411
crypto: skcipher - remove remnants of internal IV generators
by Eric Biggers
· 6 years ago
c87a405
crypto: ahash - remove useless setting of cra_type
by Eric Biggers
· 7 years ago
6a38f62
crypto: ahash - remove useless setting of type flags
by Eric Biggers
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
8f0691f
crypto: talitos - don't leak pointers to authenc keys
by Tudor-Dan Ambarus
· 7 years ago
2b12273
crypto: talitos - fix IPsec cipher in length
by LEROY Christophe
· 7 years ago
0108aab
crypto: talitos - Delete an error message for a failed memory allocation in talitos_edesc_alloc()
by Markus Elfring
· 7 years ago
6a4967c
crypto: talitos - do not perform unnecessary dma synchronisation
by LEROY Christophe
· 7 years ago
ad4cd51
crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->buf
by LEROY Christophe
· 7 years ago
87a81dc
crypto: talitos - fix Kernel Oops on hashing an empty file
by LEROY Christophe
· 7 years ago
f1c90ac3
crypto: talitos - move to generic async completion
by Gilad Ben-Yossef
· 7 years ago
3c0dd19
crypto: talitos - avoid useless copy
by LEROY Christophe
· 7 years ago
37b5e88
crypto: talitos - chain in buffered data for ahash on SEC1
by LEROY Christophe
· 7 years ago
49f9783
crypto: talitos - do hw_context DMA mapping outside the requests
by LEROY Christophe
· 7 years ago
2e13ce0
crypto: talitos - DMA map key in setkey()
by LEROY Christophe
· 7 years ago
9a65560
crypto: talitos - simplify tests in ipsec_esp()
by LEROY Christophe
· 7 years ago
da9de14
crypto: talitos - remove to_talitos_ptr_len()
by LEROY Christophe
· 7 years ago
9c02e28
crypto: talitos - don't check the number of channels at each interrupt
by LEROY Christophe
· 7 years ago
fd5ea7f
crypto: talitos - use devm_ioremap()
by LEROY Christophe
· 7 years ago
fa14c6c
crypto: talitos - use of_property_read_u32()
by LEROY Christophe
· 7 years ago
24b92ff
crypto: talitos - use devm_kmalloc()
by LEROY Christophe
· 7 years ago
5b2cf26
crypto: talitos - declare local functions static
by LEROY Christophe
· 7 years ago
e4a647c
crypto: talitos - zeroize the descriptor with memset()
by LEROY Christophe
· 7 years ago
70d355c
crypto: talitos - fix ctr-aes-talitos
by LEROY Christophe
· 7 years ago
fbb2213
crypto: talitos - fix use of sg_link_tbl_len
by LEROY Christophe
· 7 years ago
6cda075
crypto: talitos - fix AEAD for sha224 on non sha224 capable chips
by LEROY Christophe
· 7 years ago
f384cdc
crypto: talitos - fix setkey to check key weakness
by LEROY Christophe
· 7 years ago
e04a61b
crypto: talitos - fix memory corruption on SEC2
by LEROY Christophe
· 7 years ago
ec8c7d1
crypto: talitos - fix AEAD test failures
by LEROY Christophe
· 7 years ago
5613663
crypto: talitos - Don't provide setkey for non hmac hashing algs.
by LEROY Christophe
· 7 years ago
886a27c
crypto: talitos - fix hashing
by LEROY Christophe
· 7 years ago
afd62fa
crypto: talitos - fix sha224
by LEROY Christophe
· 7 years ago
03d2c51
crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
by Martin Hicks
· 8 years ago
4d9b3a5
crypto: talitos - fix spelling mistake
by Colin Ian King
· 8 years ago
7405c8d
crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU
by LEROY Christophe
· 9 years ago
b005776
crypto: talitos - implement cra_priority
by LEROY Christophe
· 9 years ago
e968b49
crypto: talitos - sg_to_link_tbl() not used anymore, remove it
by LEROY Christophe
· 9 years ago
549bd8b
crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU
by LEROY Christophe
· 9 years ago
6a1e8d1
crypto: talitos - making mapping helpers more generic
by LEROY Christophe
· 9 years ago
246a87c
crypto: talitos - move mapping helpers before IPSEC functions
by LEROY Christophe
· 9 years ago
b096b54
crypto: talitos - using helpers for all talitos_ptr operations
by LEROY Christophe
· 9 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
0635b7db
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
Next »