index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
mediatek
/
mtk-aes.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: mediatek - remove obsolete driver
Vic Wu
2021-01-02
1
-1271
/
+0
*
crypto: mediatek - Fix endianness bugs and sparse warnings
Herbert Xu
2020-08-28
1
-33
/
+24
*
crypto: mediatek - use AES library for GCM key derivation
Ard Biesheuvel
2020-07-16
1
-55
/
+8
*
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
2020-01-09
1
-2
/
+0
*
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
1
-2
/
+0
*
crypto: mediatek - switch to skcipher API
Ard Biesheuvel
2019-11-17
1
-132
/
+116
*
crypto: mediatek - remove redundant bitwise-or
Colin Ian King
2019-11-01
1
-1
/
+1
*
crypto: mediatek - fix incorrect crypto key setting
Vic Wu
2019-09-05
1
-5
/
+6
*
crypto: mediatek - add support to OFB/CFB mode
Ryder Lee
2019-09-05
1
-7
/
+78
*
crypto: mediatek - fix uninitialized value of gctx->textlen
Ryder Lee
2019-09-05
1
-5
/
+5
*
crypto: mediatek - move mtk_aes_find_dev() to the right place
Ryder Lee
2019-09-05
1
-25
/
+14
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
crypto: mediatek - move to generic async completion
Gilad Ben-Yossef
2017-11-03
1
-26
/
+5
*
crypto: mediatek - Use GCM IV size constant
Corentin LABBE
2017-09-22
1
-1
/
+2
*
crypto: mediatek - Add empty messages check in GCM mode
Ryder Lee
2017-09-22
1
-0
/
+5
*
crypto: mediatek - make hardware operation flow more efficient
Ryder Lee
2017-03-16
1
-136
/
+127
*
crypto: mediatek - add mtk_aes_gcm_tag_verify()
Ryder Lee
2017-03-16
1
-2
/
+22
*
crypto: mediatek - fix error handling in mtk_aes_complete()
Ryder Lee
2017-03-16
1
-16
/
+23
*
crypto: mediatek - add queue_task tasklet
Ryder Lee
2017-03-16
1
-4
/
+16
*
crypto: mediatek - simplify descriptor ring management
Ryder Lee
2017-03-16
1
-6
/
+8
*
crypto: mediatek - add MTK_* prefix and correct annotations.
Ryder Lee
2017-03-16
1
-6
/
+6
*
crypto: mediatek - rework interrupt handler
Ryder Lee
2017-03-16
1
-50
/
+23
*
crypto: mediatek - add support to GCM mode
Ryder Lee
2017-01-23
1
-4
/
+365
*
crypto: mediatek - add support to CTR mode
Ryder Lee
2017-01-23
1
-5
/
+146
*
crypto: mediatek - fix typo and indentation
Ryder Lee
2017-01-23
1
-45
/
+45
*
crypto: mediatek - regroup functions by usage
Ryder Lee
2017-01-23
1
-131
/
+141
*
crypto: mediatek - rework crypto request completion
Ryder Lee
2017-01-23
1
-12
/
+13
*
crypto: mediatek - make crypto request queue management more generic
Ryder Lee
2017-01-23
1
-31
/
+44
*
crypto: mediatek - fix incorrect data transfer result
Ryder Lee
2017-01-23
1
-18
/
+26
*
crypto: mediatek - move HW control data to transformation context
Ryder Lee
2017-01-23
1
-72
/
+72
*
crypto: mediatek - fix format string for 64-bit builds
Arnd Bergmann
2017-01-12
1
-1
/
+1
*
crypto: mediatek - Add crypto driver support for some MediaTek chips
Ryder Lee
2016-12-27
1
-0
/
+765