index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: testmgr - eliminate redundant decryption test vectors
Eric Biggers
2018-05-30
2
-11723
/
+919
*
crypto: testmgr - add extra kw(aes) encryption test vector
Eric Biggers
2018-05-30
1
-0
/
+13
*
crypto: testmgr - add extra ecb(tnepres) encryption test vectors
Eric Biggers
2018-05-30
1
-1
/
+39
*
crypto: testmgr - make an cbc(des) encryption test vector chunked
Eric Biggers
2018-05-30
1
-0
/
+3
*
crypto: testmgr - add extra ecb(des) encryption test vectors
Eric Biggers
2018-05-30
1
-0
/
+22
*
crypto: x86/aegis256 - Fix wrong key buffer size
Ondrej Mosnacek
2018-05-26
1
-3
/
+3
*
crypto: testmgr - add more unkeyed crc32 and crc32c test vectors
Eric Biggers
2018-05-26
1
-0
/
+14
*
crypto: testmgr - fix testing OPTIONAL_KEY hash algorithms
Eric Biggers
2018-05-26
1
-7
/
+43
*
crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors
Eric Biggers
2018-05-26
3
-98
/
+0
*
crypto: crc32-generic - remove __crc32_le()
Eric Biggers
2018-05-26
1
-8
/
+2
*
crypto: crc32c-generic - remove cra_alignmask
Eric Biggers
2018-05-26
1
-4
/
+4
*
crypto: crc32-generic - use unaligned access macros when needed
Eric Biggers
2018-05-26
1
-3
/
+4
*
crypto: chtls - fix a missing-check bug
Wenwen Wang
2018-05-26
1
-3
/
+7
*
crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) support
Antoine Tenart
2018-05-26
3
-0
/
+41
*
crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) support
Antoine Tenart
2018-05-26
3
-2
/
+50
*
crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) support
Antoine Tenart
2018-05-26
5
-33
/
+353
*
crypto: inside-secure - improve error reporting
Antoine Tenart
2018-05-26
4
-11
/
+27
*
crypto: inside-secure - fix the hash then encrypt/decrypt types
Antoine Tenart
2018-05-26
1
-2
/
+2
*
crypto: inside-secure - make the key and context size computation dynamic
Antoine Tenart
2018-05-26
1
-2
/
+2
*
crypto: inside-secure - make the context control size dynamic
Antoine Tenart
2018-05-26
1
-3
/
+2
*
crypto: inside-secure - rework the alg type settings in the context
Antoine Tenart
2018-05-26
1
-4
/
+7
*
crypto: inside-secure - rework cipher functions for future AEAD support
Antoine Tenart
2018-05-26
1
-107
/
+129
*
crypto: inside-secure - remove VLAs
Antoine Tenart
2018-05-26
3
-2
/
+11
*
crypto: chtls - generic handling of data and hdr
Atul Gupta
2018-05-26
3
-53
/
+23
*
crypto: x86 - Add optimized MORUS implementations
Ondrej Mosnacek
2018-05-18
8
-0
/
+2370
*
crypto: morus - Add common SIMD glue code for MORUS
Ondrej Mosnacek
2018-05-18
6
-0
/
+892
*
crypto: testmgr - Add test vectors for MORUS
Ondrej Mosnacek
2018-05-18
2
-0
/
+3418
*
crypto: morus - Add generic MORUS AEAD implementations
Ondrej Mosnacek
2018-05-18
5
-0
/
+1130
*
crypto: x86 - Add optimized AEGIS implementations
Ondrej Mosnacek
2018-05-18
8
-0
/
+3529
*
crypto: testmgr - Add test vectors for AEGIS
Ondrej Mosnacek
2018-05-18
2
-0
/
+2862
*
crypto: aegis - Add generic AEGIS AEAD implementations
Ondrej Mosnacek
2018-05-18
6
-0
/
+1572
*
crypto: testmgr - reorder paes test lexicographically
Gilad Ben-Yossef
2018-05-18
1
-22
/
+22
*
crypto: chelsio - request to HW should wrap
Atul Gupta
2018-05-18
1
-18
/
+17
*
crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"
Colin Ian King
2018-05-18
1
-1
/
+1
*
hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"
Colin Ian King
2018-05-18
1
-1
/
+1
*
crypto: vmx - Remove overly verbose printk from AES XTS init
Michael Ellerman
2018-05-11
1
-2
/
+0
*
crypto: vmx - Remove overly verbose printk from AES init routines
Michael Ellerman
2018-05-11
4
-9
/
+0
*
crypto: arm64/sha512-ce - yield NEON after every block of input
Ard Biesheuvel
2018-05-11
1
-6
/
+21
*
crypto: arm64/sha3-ce - yield NEON after every block of input
Ard Biesheuvel
2018-05-11
1
-27
/
+50
*
crypto: arm64/crct10dif-ce - yield NEON after every block of input
Ard Biesheuvel
2018-05-11
1
-4
/
+28
*
crypto: arm64/crc32-ce - yield NEON after every block of input
Ard Biesheuvel
2018-05-11
1
-10
/
+30
*
crypto: arm64/aes-ghash - yield NEON after every block of input
Ard Biesheuvel
2018-05-11
2
-44
/
+97
*
crypto: arm64/aes-bs - yield NEON after every block of input
Ard Biesheuvel
2018-05-11
1
-135
/
+170
*
crypto: arm64/aes-blk - yield NEON after every block of input
Ard Biesheuvel
2018-05-11
2
-130
/
+216
*
crypto: arm64/aes-ccm - yield NEON after every block of input
Ard Biesheuvel
2018-05-11
1
-55
/
+95
*
crypto: arm64/sha2-ce - yield NEON after every block of input
Ard Biesheuvel
2018-05-11
1
-11
/
+26
*
crypto: arm64/sha1-ce - yield NEON after every block of input
Ard Biesheuvel
2018-05-11
1
-13
/
+29
*
crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"
Colin Ian King
2018-05-05
1
-1
/
+1
*
crypto: caam - fix size of RSA prime factor q
Horia Geantă
2018-05-05
1
-4
/
+4
*
crypto: tcrypt - Remove VLA usage
Kees Cook
2018-05-05
1
-39
/
+79
[next]