index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
atmel-aes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-22
crypto: atmel-aes - Change data type for "lastc" buffer
Tudor Ambarus
1
-1
/
+1
2019-11-17
crypto: atmel-aes - switch to skcipher API
Ard Biesheuvel
1
-264
/
+247
2019-11-08
crypto: atmel - Fix remaining endianess warnings
Herbert Xu
1
-1
/
+1
2019-11-08
crypto: atmel - Fix authenc support when it is set to m
Herbert Xu
1
-9
/
+9
2019-10-26
crypto: atmel - fix data types for __be{32,64}
Ben Dooks (Codethink)
1
-15
/
+15
2019-10-10
crypto: atmel-aes - Fix IV handling when req->nbytes < ivsize
Tudor Ambarus
1
-23
/
+30
2019-08-09
crypto: drivers - Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-1
/
+0
2018-09-04
crypto: atmel - switch to SPDX license identifiers
Tudor Ambarus
1
-4
/
+1
2018-03-03
crypto: atmel-aes - fix the keys zeroing on errors
Antoine Tenart
1
-1
/
+1
2018-02-22
crypto: atmel - Delete error messages for a failed memory allocation in six f...
Markus Elfring
1
-5
/
+1
2017-11-06
crypto: atmel - remove empty functions
Tudor-Dan Ambarus
1
-20
/
+0
2017-11-03
crypto: atmel-aes - Reset the controller before each use
Romain Izard
1
-7
/
+3
2017-11-03
crypto: atmel-aes - properly set IV after {en,de}crypt
Romain Izard
1
-3
/
+37
2017-11-03
crypto: atmel - remove useless irq init
Tudor-Dan Ambarus
1
-2
/
+0
2017-11-03
crypto: atmel - return appropriate error code
Tudor-Dan Ambarus
1
-2
/
+1
2017-09-22
crypto: atmel - Use GCM IV size constant
Corentin LABBE
1
-2
/
+3
2017-02-03
crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modes
Cyrille Pitchen
1
-1
/
+447
2017-02-03
crypto: atmel-aes - fix atmel_aes_handle_queue()
Cyrille Pitchen
1
-2
/
+5
2016-11-01
crypto: atmel - drop pointless static qualifier in atmel_aes_probe()
Wei Yongjun
1
-1
/
+1
2016-10-21
crypto: atmel-aes - add support to the XTS mode
Cyrille Pitchen
1
-6
/
+179
2016-10-21
crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is defined
Cyrille Pitchen
1
-1
/
+1
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-8
/
+2
2016-03-11
crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
Vladimir Zapolskiy
1
-2
/
+2
2016-02-06
crypto: aead - move aead_request_cast helper to aead.h
Tadeusz Struk
1
-6
/
+0
2016-01-30
crypto: atmel-aes - remove calls of clk_prepare() from atomic contexts
Cyrille Pitchen
1
-4
/
+12
2016-01-19
crypto: atmel-aes - Add missing break to atmel_aes_reg_name
Herbert Xu
1
-0
/
+1
2015-12-23
crypto: atmel-aes - add debug facilities to monitor register accesses.
Cyrille Pitchen
1
-1
/
+114
2015-12-23
crypto: atmel-aes - add support to GCM mode
Cyrille Pitchen
1
-2
/
+451
2015-12-23
crypto: atmel-aes - change the DMA threshold
Cyrille Pitchen
1
-1
/
+1
2015-12-23
crypto: atmel-aes - fix the counter overflow in CTR mode
Cyrille Pitchen
1
-2
/
+115
2015-12-23
crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686
Cyrille Pitchen
1
-1
/
+1
2015-12-23
crypto: atmel-aes - create sections to regroup functions by usage
Cyrille Pitchen
1
-102
/
+108
2015-12-23
crypto: atmel-aes - fix typo and indentation
Cyrille Pitchen
1
-31
/
+25
2015-12-23
crypto: atmel-aes - use SIZE_IN_WORDS() helper macro
Cyrille Pitchen
1
-2
/
+2
2015-12-23
crypto: atmel-aes - improve performances of data transfer
Cyrille Pitchen
1
-378
/
+386
2015-12-23
crypto: atmel-aes - fix atmel_aes_remove()
Cyrille Pitchen
1
-0
/
+1
2015-12-23
crypto: atmel-aes - remove useless AES_FLAGS_DMA flag
Cyrille Pitchen
1
-22
/
+15
2015-12-23
crypto: atmel-aes - reduce latency of DMA completion
Cyrille Pitchen
1
-2
/
+2
2015-12-23
crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_dev
Cyrille Pitchen
1
-5
/
+0
2015-12-23
crypto: atmel-aes - rework crypto request completion
Cyrille Pitchen
1
-27
/
+47
2015-12-23
crypto: atmel-aes - simplify the configuration of the AES IP
Cyrille Pitchen
1
-123
/
+93
2015-12-23
crypto: atmel-aes - remove useless write in the Control Register
Cyrille Pitchen
1
-2
/
+1
2015-12-23
crypto: atmel-aes - make crypto request queue management more generic
Cyrille Pitchen
1
-26
/
+49
2015-12-23
crypto: atmel-aes - change atmel_aes_write_ctrl() signature
Cyrille Pitchen
1
-14
/
+10
2015-12-23
crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()
Cyrille Pitchen
1
-5
/
+11
2015-12-23
crypto: atmel-aes - remove unused header includes
Cyrille Pitchen
1
-3
/
+0
2015-12-23
crypto: atmel-aes - fix unregistration order of crypto algorithms
Cyrille Pitchen
1
-2
/
+3
2015-12-23
crypto: atmel-aes - change algorithm priorities
Cyrille Pitchen
1
-9
/
+11
2015-12-23
crypto: atmel-aes - constify value argument of atmel_aes_write_n()
Cyrille Pitchen
1
-1
/
+1
2015-12-23
crypto: atmel-aes - add new version
Leilei Zhao
1
-0
/
+5
[next]