Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
85d7311f1908b9ca20c10c2c23f5dbb93875f0c6
/
drivers
/
crypto
85d7311
crypto: remove redundant type flags from tfm allocation
by Eric Biggers
· 7 years ago
2c95e6d
crypto: skcipher - remove useless setting of type flags
by Eric Biggers
· 7 years ago
3f4a537
crypto: aead - remove useless setting of type flags
by Eric Biggers
· 7 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
e50944e
crypto: shash - remove useless setting of type flags
by Eric Biggers
· 7 years ago
9744fec
crypto: inside-secure - remove request list to improve performance
by Ofer Heifetz
· 7 years ago
62469879
crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) support
by Ofer Heifetz
· 7 years ago
a7dea8c
crypto: inside-secure - ecb(des) and cbc(des) support
by Ofer Heifetz
· 7 years ago
b471e4b
crypto: inside-secure - hmac(md5) support
by Ofer Heifetz
· 7 years ago
293f89c
crypto: inside-secure - md5 support
by Ofer Heifetz
· 7 years ago
63b9427
crypto: inside-secure - set tx_max_cmd_queue to 32
by Ofer Heifetz
· 7 years ago
f1edf29
crypto: inside-secure - reset CDR and RDR rings on module removal
by Ofer Heifetz
· 7 years ago
fbd0a7c
crypto: inside-secure - adjust the TRC configuration for EIP197D
by Ofer Heifetz
· 7 years ago
5eb0911
crypto: inside-secure - eip197d support
by Antoine Tenart
· 7 years ago
367571e
crypto: inside-secure - add multiple processing engine support
by Ofer Heifetz
· 7 years ago
18e0e95
crypto: inside-secure - dynamic ring configuration allocation
by Ofer Heifetz
· 7 years ago
53c83e9
crypto: inside-secure - add an invalidation flag
by Antoine Tenart
· 7 years ago
998d2ab
crypto: inside-secure - filter out the algorithms by engine
by Antoine Tenart
· 7 years ago
7d8f52a
crypto: inside-secure - use precise compatibles
by Antoine Tenart
· 7 years ago
043ecc6
crypto: inside-secure - move the firmware to a better location
by Antoine Tenart
· 7 years ago
73463ad
crypto: stm32/crc - Add power management support
by lionel.debieve@st.com
· 7 years ago
8b4d566
crypto: stm32/hash - Add power management support
by lionel.debieve@st.com
· 7 years ago
65f9aa3
crypto: stm32/cryp - Add power management support
by lionel.debieve@st.com
· 7 years ago
d0d859b
crypto: virtio - Register an algo only if it's supported
by Farhan Ali
· 7 years ago
b551bac
crypto: virtio - Read crypto services and algorithm masks
by Farhan Ali
· 7 years ago
38641b8
crypto: atmel-ecc - remove overly verbose dev_info
by Tudor-Dan Ambarus
· 7 years ago
e9440ff
crypto: atmel-ecc - fix to allow multi segment scatterlists
by Tudor-Dan Ambarus
· 7 years ago
2a2b946
crypto: cavium - make structure algs static
by Colin Ian King
· 7 years ago
ea23cb5
crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) support
by Antoine Tenart
· 7 years ago
1f5d5d98
crypto: inside-secure - hmac(sha384) support
by Antoine Tenart
· 7 years ago
9e46eaf
crypto: inside-secure - sha384 support
by Antoine Tenart
· 7 years ago
87eee12
crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) support
by Antoine Tenart
· 7 years ago
0de54fb1
crypto: inside-secure - hmac(sha512) support
by Antoine Tenart
· 7 years ago
b460edb
crypto: inside-secure - sha512 support
by Antoine Tenart
· 7 years ago
25bc9551
crypto: inside-secure - improve the counter computation
by Antoine Tenart
· 7 years ago
cda3e73
crypto: inside-secure - use the error handler for invalidation requests
by Antoine Tenart
· 7 years ago
ce43b2e
crypto: inside-secure - increase minimum transfer size
by Ofer Heifetz
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
590b5b7
treewide: kzalloc_node() -> kcalloc_node()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
3e1a29b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
b268b35
crypto: chtls - free beyond end rspq_skb_cache
by Atul Gupta
· 7 years ago
1dfe57a
crypto: chtls - kbuild warnings
by Atul Gupta
· 7 years ago
ea5213b
crypto: chtls - dereference null variable
by Atul Gupta
· 7 years ago
3b8305f
crypto: chtls - wait for memory sendmsg, sendpage
by Atul Gupta
· 7 years ago
09e53d8
crypto: chtls - key len correction
by Atul Gupta
· 7 years ago
0b3a830
crypto: ccp - Add GET_ID SEV command
by Janakarajan Natarajan
· 7 years ago
edd303f
crypto: ccp - Add DOWNLOAD_FIRMWARE SEV command
by Janakarajan Natarajan
· 7 years ago
1ebe6da
crypto: qat - Add MODULE_FIRMWARE for all qat drivers
by Conor McLoughlin
· 7 years ago
565018b
crypto: ccree - silence debug prints
by Gilad Ben-Yossef
· 7 years ago
35f859f
crypto: ccree - better clock handling
by Gilad Ben-Yossef
· 7 years ago
281a58c
crypto: ccree - correct host regs offset
by Gilad Ben-Yossef
· 7 years ago
4262c98
crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCM
by Harsh Jain
· 7 years ago
335bcc4
crypt: chelsio - Send IV as Immediate for cipher algo
by Harsh Jain
· 7 years ago
6faa0f5
crypto: chelsio - Return -ENOSPC for transient busy indication.
by Harsh Jain
· 7 years ago
d9c3577
crypto: caam/qi - fix warning in init_cgr()
by Horia Geantă
· 7 years ago
b210647
crypto: caam - fix rfc4543 descriptors
by Horia Geantă
· 7 years ago
06d44c9
crypto: caam - fix MC firmware detection
by Horia Geantă
· 7 years ago
c2e415f
crypto: clarify licensing of OpenSSL asm code
by Adam Langley
· 7 years ago
f16b613
crypto: chtls - fix a missing-check bug
by Wenwen Wang
· 7 years ago
01ba061
crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) support
by Antoine Tenart
· 7 years ago
678b287
crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) support
by Antoine Tenart
· 7 years ago
f6beaea
crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) support
by Antoine Tenart
· 7 years ago
bdfd190
crypto: inside-secure - improve error reporting
by Antoine Tenart
· 7 years ago
8a21f06
crypto: inside-secure - fix the hash then encrypt/decrypt types
by Antoine Tenart
· 7 years ago
ce67955
crypto: inside-secure - make the key and context size computation dynamic
by Antoine Tenart
· 7 years ago
fef0cfe
crypto: inside-secure - make the context control size dynamic
by Antoine Tenart
· 7 years ago
3a5ca23
crypto: inside-secure - rework the alg type settings in the context
by Antoine Tenart
· 7 years ago
8ac1283
crypto: inside-secure - rework cipher functions for future AEAD support
by Antoine Tenart
· 7 years ago
6182480
crypto: inside-secure - remove VLAs
by Antoine Tenart
· 7 years ago
17a7d24
crypto: chtls - generic handling of data and hdr
by Atul Gupta
· 7 years ago
bf4407f
crypto: inside-secure - do not use memset on MMIO
by Antoine Tenart
· 7 years ago
4c826fe
crypto: chelsio - request to HW should wrap
by Atul Gupta
· 7 years ago
7024e0d
crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"
by Colin Ian King
· 7 years ago
730f23b
crypto: vmx - Remove overly verbose printk from AES XTS init
by Michael Ellerman
· 7 years ago
1411b52
crypto: vmx - Remove overly verbose printk from AES init routines
by Michael Ellerman
· 7 years ago
4bffaab
crypto: caam - fix size of RSA prime factor q
by Horia Geantă
· 7 years ago
5e7b516
crypto: ccree - use proper printk format
by Gilad Ben-Yossef
· 7 years ago
a794d8d
crypto: ccree - enable support for hardware keys
by Gilad Ben-Yossef
· 7 years ago
658c9d2b9
crypto: crypto4xx - put temporary dst sg into request ctx
by Christian Lamparter
· 7 years ago
584201f
crypto: crypto4xx - extend aead fallback checks
by Christian Lamparter
· 7 years ago
fc34011
crypto: crypto4xx - properly set IV after de- and encrypt
by Christian Lamparter
· 7 years ago
98e87e3
crypto: crypto4xx - add aes-ctr support
by Christian Lamparter
· 7 years ago
c4e9065
crypto: crypto4xx - avoid VLA use
by Christian Lamparter
· 7 years ago
ce05ffe
crypto: crypto4xx - convert to skcipher
by Christian Lamparter
· 7 years ago
a8d79d7
crypto: crypto4xx - performance optimizations
by Christian Lamparter
· 7 years ago
5b0aa25
crypto: cavium - Remove unnecessary parentheses
by Varsha Rao
· 7 years ago
8ce31dc
crypto: drivers - simplify getting .drvdata
by Wolfram Sang
· 7 years ago
9dbc8a0
crypto: omap-sham - fix memleak
by Bin Liu
· 7 years ago
ee1b23d
crypto: drivers - Remove depends on HAS_DMA in case of platform dependency
by Geert Uytterhoeven
· 7 years ago
b930f3a
crypto: caam: - Use kmemdup() function
by Fabio Estevam
· 7 years ago
8a2a0dd
crypto: caam - strip input zeros from RSA input buffer
by Horia Geantă
· 7 years ago
654f2b9
crypto: caam - allow retrieving 'era' from register
by Fabio Estevam
· 7 years ago
b0039c00
crypto: caam - staticize caam_get_era()
by Fabio Estevam
· 7 years ago
e7a9b05
crypto: cavium - Fix smp_processor_id() warnings
by Jan Glauber
· 7 years ago
1cc7e01
crypto: cavium - Fix statistics pending request value
by Jan Glauber
· 7 years ago
a40c880
crypto: cavium - Prevent division by zero
by Jan Glauber
· 7 years ago
c782a8c
crypto: cavium - Limit result reading attempts
by Jan Glauber
· 7 years ago
Next »