index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aead.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-14
sign-file: Fix inplace signing when src and dst names are both specified
Alex Yashchenko
1
-1
/
+1
2016-12-14
crypto: asymmetric_keys - set error code on failure
Pan Bian
1
-0
/
+1
2016-12-08
crypto: testmgr - fix overlap in chunked tests again
Ard Biesheuvel
1
-1
/
+1
2016-12-07
crypto: arm/crc32 - accelerated support based on x86 SSE implementation
Ard Biesheuvel
4
-0
/
+555
2016-12-07
crypto: arm64/crc32 - accelerated support based on x86 SSE implementation
Ard Biesheuvel
4
-0
/
+487
2016-12-07
crypto: arm/crct10dif - port x86 SSE implementation to ARM
Ard Biesheuvel
4
-0
/
+535
2016-12-07
crypto: arm64/crct10dif - port x86 SSE implementation to arm64
Ard Biesheuvel
4
-0
/
+495
2016-12-07
crypto: testmgr - add/enhance test cases for CRC-T10DIF
Ard Biesheuvel
1
-28
/
+42
2016-12-07
crypto: testmgr - avoid overlap in chunked tests
Ard Biesheuvel
1
-1
/
+1
2016-12-07
crypto: chcr - checking for IS_ERR() instead of NULL
Dan Carpenter
1
-9
/
+8
2016-12-07
crypto: caam - check caam_emi_slow instead of re-lookup platform
Marcus Folkesson
1
-3
/
+3
2016-12-01
crypto: algif_aead - fix AIO handling of zero buffer
Stephan Mueller
1
-2
/
+3
2016-12-01
crypto: aes-ce - Make aes_simd_algs static
Herbert Xu
1
-1
/
+1
2016-12-01
crypto: algif_skcipher - set error code when kcalloc fails
Pan Bian
1
-1
/
+3
2016-12-01
crypto: caam - make aamalg_desc a proper module
Arnd Bergmann
2
-1
/
+5
2016-12-01
crypto: caam - pass key buffers with typesafe pointers
Arnd Bergmann
3
-59
/
+62
2016-12-01
crypto: arm64/aes-ce-ccm - Fix AEAD decryption length
Herbert Xu
1
-2
/
+2
2016-12-01
MAINTAINERS: add crypto headers to crypto entry
Baruch Siach
1
-0
/
+1
2016-12-01
crypt: doc - remove misleading mention of async API
Baruch Siach
1
-3
/
+0
2016-12-01
crypto: doc - fix header file name
Baruch Siach
1
-1
/
+1
2016-12-01
crypto: api - fix comment typo
Baruch Siach
1
-1
/
+1
2016-12-01
crypto: skcipher - Add separate walker for AEAD decryption
Herbert Xu
2
-3
/
+34
2016-11-30
crypto: arm/aesbs - fix brokenness after skcipher conversion
Ard Biesheuvel
1
-1
/
+1
2016-11-30
crypto: chcr - Add AEAD algos.
Harsh Jain
6
-41
/
+1558
2016-11-30
crypto: chcr - Move tfm ctx variable to request context
Harsh Jain
2
-18
/
+17
2016-11-30
crypto: chcr - Use SHASH_DESC_ON_STACK
Harsh Jain
2
-38
/
+27
2016-11-30
crypto: chcr - Adjust Dest. buffer size
Harsh Jain
1
-30
/
+20
2016-11-30
crypto: chcr - Calculate Reverse round key in setkey callback.
Harsh Jain
2
-30
/
+24
2016-11-30
crypto: chcr - Remove dynamic allocation
Harsh Jain
2
-32
/
+45
2016-11-30
crypto: chcr - Fixes Unchecked dereference inside function
Harsh Jain
1
-1
/
+2
2016-11-30
crypto: chcr - Added new structure chcr_wr
Harsh Jain
4
-149
/
+140
2016-11-30
crypto: chcr - Cosmetic change
Harsh Jain
2
-58
/
+53
2016-11-30
crypto: arm64/aes-ce-ctr - fix skcipher conversion
Ard Biesheuvel
1
-0
/
+1
2016-11-30
crypto: skcipher - fix crash in skcipher_walk_aead()
Ard Biesheuvel
1
-0
/
+2
2016-11-30
crypto: arm/aes-ce - fix broken monolithic build
Ard Biesheuvel
1
-1
/
+1
2016-11-30
crypto: arm/aes - Add missing SIMD select for aesbs
Herbert Xu
1
-3
/
+3
2016-11-30
crypto: rsa - Add Makefile dependencies to fix parallel builds
David Michael
1
-0
/
+1
2016-11-30
crypto: chcr - Fix memory corruption
Harsh Jain
1
-1
/
+2
2016-11-30
crypto: drbg - prevent invalid SG mappings
Stephan Mueller
2
-5
/
+26
2016-11-29
crypto: arm/aes - Select SIMD in Kconfig
Herbert Xu
2
-3
/
+3