index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asymmetric_keys
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-21
crypto: testmgr - Add test for LRW counter wrap-around
Ondrej Mosnacek
1
-0
/
+21
2018-09-21
crypto: lrw - Fix out-of bounds access on counter overflow
Ondrej Mosnacek
1
-1
/
+6
2018-09-21
crypto: tcrypt - fix ghash-generic speed test
Horia Geantă
1
-0
/
+3
2018-09-21
arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs
Horia Geantă
1
-0
/
+1
2018-09-21
crypto: caam/qi2 - add support for ahash algorithms
Horia Geantă
3
-1
/
+1750
2018-09-21
crypto: caam - export ahash shared descriptor generation
Horia Geantă
5
-70
/
+114
2018-09-21
crypto: caam/qi2 - add skcipher algorithms
Horia Geantă
3
-1
/
+582
2018-09-21
crypto: caam/qi2 - add DPAA2-CAAM driver
Horia Geantă
7
-17
/
+3109
2018-09-21
crypto: caam - add Queue Interface v2 error codes
Horia Geantă
3
-4
/
+79
2018-09-21
crypto: caam - add DPAA2-CAAM (DPSECI) backend API
Horia Geantă
3
-0
/
+908
2018-09-21
crypto: caam - fix implicit casts in endianness helpers
Horia Geantă
1
-14
/
+14
2018-09-21
soc: fsl: dpio: add congestion notification support
Horia Geantă
1
-0
/
+15
2018-09-21
soc: fsl: dpio: add frame list format support
Horia Geantă
1
-0
/
+242
2018-09-21
soc: fsl: dpio: add back some frame queue functions
Horia Geantă
2
-0
/
+62
2018-09-21
bus: fsl-mc: add support for dpseci device type
Horia Geantă
2
-0
/
+11
2018-09-21
crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
Eric Biggers
4
-20
/
+20
2018-09-21
crypto: xts - Drop use of auxiliary buffer
Ondrej Mosnacek
1
-223
/
+46
2018-09-21
crypto: arm64/aes-blk - improve XTS mask handling
Ard Biesheuvel
3
-19
/
+32
2018-09-21
crypto: arm64/aes-blk - add support for CTS-CBC mode
Ard Biesheuvel
2
-1
/
+243
2018-09-21
crypto: arm64/aes-blk - revert NEON yield for skciphers
Ard Biesheuvel
1
-173
/
+108
2018-09-21
crypto: arm64/aes-blk - remove pointless (u8 *) casts
Ard Biesheuvel
1
-24
/
+23
2018-09-21
crypto: cavium/nitrox - use dma_pool_zalloc()
Srikanth Jampala
1
-2
/
+2
2018-09-21
crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
Horia Geantă
1
-4
/
+4
2018-09-14
crypto: cavium/nitrox - Added support for SR-IOV configuration.
Srikanth Jampala
8
-30
/
+236
2018-09-14
crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...
Mikulas Patocka
1
-1
/
+1
2018-09-14
crc-t10dif: crc_t10dif_mutex can be static
kbuild test robot
1
-1
/
+1
2018-09-14
dm: Remove VLA usage from hashes
Kees Cook
2
-7
/
+21
2018-09-14
crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2
Ondrej Mosnacek
5
-5
/
+0
2018-09-13
crypto: ccp - add timeout support in the SEV command
Brijesh Singh
1
-5
/
+41
2018-09-04
crypto: arm/chacha20 - faster 8-bit rotations and other optimizations
Eric Biggers
1
-134
/
+143
2018-09-04
crc-t10dif: Allow current transform to be inspected in sysfs
Martin K. Petersen
1
-0
/
+11
2018-09-04
crc-t10dif: Pick better transform if one becomes available
Martin K. Petersen
2
-2
/
+45
2018-09-04
crypto: api - Introduce notifier for new crypto algorithms
Martin K. Petersen
4
-8
/
+14
2018-09-04
crypto: arm64/crct10dif - implement non-Crypto Extensions alternative
Ard Biesheuvel
2
-2
/
+162
2018-09-04
crypto: arm64/crct10dif - preparatory refactor for 8x8 PMULL version
Ard Biesheuvel
2
-76
/
+90
2018-09-04
crypto: arm64/crc32 - remove PMULL based CRC32 driver
Ard Biesheuvel
5
-540
/
+0
2018-09-04
crypto: arm64/aes-modes - get rid of literal load of addend vector
Ard Biesheuvel
1
-7
/
+9
2018-09-04
crypto: arm/ghash-ce - implement support for 4-way aggregation
Ard Biesheuvel
3
-16
/
+131
2018-09-04
crypto: x86 - remove SHA multibuffer routines and mcryptd
Ard Biesheuvel
47
-8952
/
+0
2018-09-04
crypto: atmel - switch to SPDX license identifiers
Tudor Ambarus
6
-47
/
+6
2018-09-04
crypto: ccp - add timeout support in the SEV command
Brijesh Singh
1
-5
/
+41
2018-09-04
crypto: shash - Remove VLA usage in unaligned hashing
Kees Cook
2
-12
/
+16
2018-09-04
crypto: qat - Remove VLA usage
Kees Cook
1
-2
/
+6
2018-09-04
crypto: api - Introduce generic max blocksize and alignmask
Kees Cook
2
-2
/
+9
2018-09-04
crypto: hash - Remove VLA usage
Kees Cook
4
-7
/
+11
2018-09-04
crypto: ccm - Remove VLA usage
Ard Biesheuvel
1
-3
/
+6
2018-09-04
crypto: cbc - Remove VLA usage
Kees Cook
1
-1
/
+1
2018-09-04
crypto: xcbc - Remove VLA usage
Kees Cook
1
-3
/
+5
2018-09-04
crypto: speck - remove Speck
Jason A. Donenfeld
31
-2558
/
+2
2018-09-04
crypto: caam/qi - ablkcipher -> skcipher conversion
Horia Geantă
4
-253
/
+217
[next]