index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
/
aes-ce-ccm-glue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-01-26
crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helpers
Ard Biesheuvel
1
-15
/
+12
2024-01-26
crypto: arm64/aes-ccm - Reuse existing MAC update for AAD input
Ard Biesheuvel
1
-8
/
+41
2024-01-26
crypto: arm64/aes-ccm - Pass short inputs via stack buffer
Ard Biesheuvel
1
-17
/
+40
2024-01-26
crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walk
Ard Biesheuvel
1
-12
/
+10
2024-01-26
crypto: arm64/aes-ccm - Revert "Rewrite skcipher walker loop"
Ard Biesheuvel
1
-26
/
+31
2023-02-10
crypto: arm64/aes-ccm - Rewrite skcipher walker loop
Herbert Xu
1
-31
/
+26
2021-09-17
crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_data
Ard Biesheuvel
1
-12
/
+7
2021-09-17
crypto: arm64/aes-ccm - reduce NEON begin/end calls for common case
Ard Biesheuvel
1
-32
/
+48
2021-09-17
crypto: arm64/aes-ccm - remove non-SIMD fallback path
Ard Biesheuvel
1
-121
/
+32
2021-09-17
crypto: arm64/aes-ccm - yield NEON when processing auth-only data
Ard Biesheuvel
1
-0
/
+1
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-7
/
+1
2019-07-26
crypto: arm64/aes-ccm - switch to AES library
Ard Biesheuvel
1
-12
/
+6
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-3
/
+4
2019-04-16
arm64: HWCAP: add support for AT_HWCAP2
Andrew Murray
1
-1
/
+1
2019-03-22
crypto: arm64 - convert to use crypto_simd_usable()
Eric Biggers
1
-3
/
+4
2019-02-01
crypto: arm64/aes-ccm - don't use an atomic walk needlessly
Ard Biesheuvel
1
-2
/
+2
2019-02-01
crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
Ard Biesheuvel
1
-3
/
+1
2018-03-16
crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop
Ard Biesheuvel
1
-24
/
+23
2017-08-04
crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback
Ard Biesheuvel
1
-35
/
+139
2017-02-03
crypto: arm64/aes-ce-ccm - remove cra_alignmask
Ard Biesheuvel
1
-1
/
+0
2016-12-01
crypto: arm64/aes-ce-ccm - Fix AEAD decryption length
Herbert Xu
1
-2
/
+2
2016-11-28
crypto: aes-ce-ccm - Use skcipher walk interface
Herbert Xu
1
-37
/
+13
2015-08-17
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
1
-1
/
+0
2015-07-17
crypto: aes-ce-ccm - Convert to new AEAD interface
Herbert Xu
1
-26
/
+43
2015-04-23
crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h
Herbert Xu
1
-1
/
+1
2014-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
1
-1
/
+1
2014-11-06
arm64/crypto: use crypto instructions to generate AES key schedule
Ard Biesheuvel
1
-1
/
+3
2014-05-14
arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions
Ard Biesheuvel
1
-0
/
+297