index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
crypto
/
aes-ce-glue.c
Age
Commit message (
Expand
)
Author
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-09-09
crypto: arm/aes-ce - implement ciphertext stealing for CBC
Ard Biesheuvel
2019-09-09
crypto: arm/aes-ce - implement ciphertext stealing for XTS
Ard Biesheuvel
2019-09-09
crypto: arm/aes-ce - yield the SIMD unit between scatterwalk steps
Ard Biesheuvel
2019-09-09
crypto: arm/aes - fix round key prototypes
Ard Biesheuvel
2019-07-26
crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
Ard Biesheuvel
2019-07-26
crypto: arm/aes - use native endiannes for key schedule
Ard Biesheuvel
2019-07-26
crypto: arm/aes-ce - cosmetic/whitespace cleanup
Ard Biesheuvel
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-11-16
crypto: aes-ce - Remove duplicate header
Brajeswar Ghosh
2017-08-04
crypto: algapi - make crypto_xor() take separate dst and src arguments
Ard Biesheuvel
2017-06-01
crypto: arm/aes-ce - enable module autoloading based on CPU feature bits
Ard Biesheuvel
2017-02-03
crypto: arm/aes-ce - remove cra_alignmask
Ard Biesheuvel
2016-12-01
crypto: aes-ce - Make aes_simd_algs static
Herbert Xu
2016-11-28
crypto: aes-ce - Convert to skcipher
Herbert Xu
2016-10-21
crypto: arm/aes-ce - fix for big endian
Ard Biesheuvel
2016-09-13
crypto: arm/aes-ctr - fix NULL dereference in tail processing
Ard Biesheuvel
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-02-17
crypto: xts - fix compile errors
Stephan Mueller
2016-02-17
crypto: xts - consolidate sanity check for keys
Stephan Mueller
2016-02-15
arm/arm64: crypto: assure that ECB modes don't require an IV
Jeremy Linton
2015-03-31
crypto: aes-ce - mark ARMv8 AES helper ciphers
Stephan Mueller
2015-03-12
crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions
Ard Biesheuvel