Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
e1ac3e66d301e57472f31ebee81b916e9fa8b35b
/
arch
/
sparc
/
crypto
6e8f972
crypto: sparc - rename sha256 to sha256_alg
by Eric Biggers
· 4 years, 6 months ago
2aaba01
crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h
by Eric Biggers
· 4 years, 8 months ago
674f368
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
by Eric Biggers
· 5 years ago
cd5d2f8
crypto: sparc/des - convert to skcipher API
by Eric Biggers
· 5 years ago
c72a26e
crypto: sparc/camellia - convert to skcipher API
by Eric Biggers
· 5 years ago
64db5e7
crypto: sparc/aes - convert to skcipher API
by Eric Biggers
· 5 years ago
8f467cf
crypto: sparc/des - switch to new verification routines
by Ard Biesheuvel
· 5 years ago
724ecd3
crypto: aes - rename local routines to prevent future clashes
by Ard Biesheuvel
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
eee25da
crypto: sparc - 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
d416559
crypto: remove useless initializations of cra_list
by Eric Biggers
· 6 years ago
e50944e
crypto: shash - remove useless setting of type flags
by Eric Biggers
· 7 years ago
a103950
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
aebb48f
sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64
by Corentin Labbe
· 7 years ago
a208fa8
crypto: hash - annotate algorithms taking optional key
by Eric Biggers
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
45fe93d
crypto: algapi - make crypto_xor() take separate dst and src arguments
by Ard Biesheuvel
· 7 years ago
a66d7f7
crypto: sparc - initialize blkcipher.ivsize
by Dave Kleikamp
· 9 years ago
c20fc09
crypto: sparc/md5 - use md5 IV MD5_HX instead of their raw value
by LABBE Corentin
· 10 years ago
97ef8ef
crypto: sparc64/md5 - fix module description
by Mathias Krause
· 10 years ago
5001323
crypto: sparc64/des - add "des3_ede" module alias
by Mathias Krause
· 10 years ago
7d676fd
crypto: sparc64/camellia - fix module alias
by Mathias Krause
· 10 years ago
b012641
crypto: sparc64/aes - fix module description
by Mathias Krause
· 10 years ago
8202cd7
crypto: sparc - replace memset by memzero_explicit
by Julia Lawall
· 10 years ago
5d26a10
crypto: prefix module autoloading with "crypto-"
by Kees Cook
· 10 years ago
756382c
sparc64: fix sparse warnings in aes_glue.c
by Sam Ravnborg
· 11 years ago
62ba63d
sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.
by David S. Miller
· 12 years ago
b3a3794
sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.
by David S. Miller
· 12 years ago
ce68895
sparc64: Fix ECB looping constructs in AES code.
by David S. Miller
· 12 years ago
b35d282
sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.
by David S. Miller
· 12 years ago
a8d97ce
sparc64: Fix AES ctr mode block size.
by David S. Miller
· 12 years ago
9f28ffc
sparc64: Fix unrolled AES 256-bit key loops.
by David S. Miller
· 12 years ago
226f7ce
sparc64: Fix build with mix of modular vs. non-modular crypto drivers.
by David S. Miller
· 12 years ago
274504f
sparc64: Fix function argument comment in camellia_sparc64_key_expand asm.
by David S. Miller
· 12 years ago
65d5fcf
sparc64: Fix IV handling bug in des_sparc64_cbc_decrypt
by David S. Miller
· 12 years ago
979e93c
sparc64: Add auto-loading mechanism to crypto-opcode drivers.
by David S. Miller
· 12 years ago
7174168
sparc64: Add missing pr_fmt define to crypto opcode drivers.
by David S. Miller
· 12 years ago
1080362
sparc64: Adjust crypto priorities.
by David S. Miller
· 12 years ago
699871b
sparc64: Fix bugs in unrolled 256-bit loops.
by David S. Miller
· 12 years ago
7cff82f
sparc64: Avoid code duplication in crypto assembler.
by David S. Miller
· 12 years ago
4e71bb4
sparc64: Unroll CTR crypt loops in AES driver.
by David S. Miller
· 12 years ago
3010131
sparc64: Unroll ECB decryption loops in AES driver.
by David S. Miller
· 12 years ago
03d168a
sparc64: Unroll ECB encryption loops in AES driver.
by David S. Miller
· 12 years ago
9fd130e
sparc64: Add ctr mode support to AES driver.
by David S. Miller
· 12 years ago
0bdcaf7
sparc64: Move AES driver over to a methods based implementation.
by David S. Miller
· 12 years ago
45dfe23
sparc64: Use fsrc2 instead of fsrc1 in sparc64 hash crypto drivers.
by David S. Miller
· 12 years ago
81658ad
sparc64: Add CAMELLIA driver making use of the new camellia opcodes.
by David S. Miller
· 12 years ago
c5aac2d
sparc64: Add DES driver making use of the new des opcodes.
by David S. Miller
· 12 years ago
442a7c4
sparc64: Add CRC32C driver making use of the new crc32c opcode.
by David S. Miller
· 12 years ago
9bf4852
sparc64: Add AES driver making use of the new aes opcodes.
by David S. Miller
· 12 years ago
fa4dfed
sparc64: Add MD5 driver making use of the 'md5' instruction.
by David S. Miller
· 12 years ago
775e0c6
sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction.
by David S. Miller
· 12 years ago
86c93b2
sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction.
by David S. Miller
· 12 years ago
4ff28d4
sparc64: Add SHA1 driver making use of the 'sha1' instruction.
by David S. Miller
· 12 years ago