Tudor Ambarus
|
820684cc26
crypto: atmel - switch to SPDX license identifiers
|
7 年之前 |
Antoine Tenart
|
5d804a5157
crypto: atmel-aes - fix the keys zeroing on errors
|
7 年之前 |
Markus Elfring
|
0268483992
crypto: atmel - Delete error messages for a failed memory allocation in six functions
|
7 年之前 |
Tudor-Dan Ambarus
|
747f6ec6e8
crypto: atmel - remove empty functions
|
7 年之前 |
Romain Izard
|
7a373fd74a
crypto: atmel-aes - Reset the controller before each use
|
7 年之前 |
Romain Izard
|
91308019ec
crypto: atmel-aes - properly set IV after {en,de}crypt
|
7 年之前 |
Tudor-Dan Ambarus
|
d472e42aaf
crypto: atmel - remove useless irq init
|
7 年之前 |
Tudor-Dan Ambarus
|
3c88761e8a
crypto: atmel - return appropriate error code
|
7 年之前 |
Corentin LABBE
|
219d51c759
crypto: atmel - Use GCM IV size constant
|
8 年之前 |
Cyrille Pitchen
|
89a82ef87e
crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modes
|
8 年之前 |
Cyrille Pitchen
|
a1f613f167
crypto: atmel-aes - fix atmel_aes_handle_queue()
|
8 年之前 |
Wei Yongjun
|
fc783341f0
crypto: atmel - drop pointless static qualifier in atmel_aes_probe()
|
8 年之前 |
Cyrille Pitchen
|
d52db5188a
crypto: atmel-aes - add support to the XTS mode
|
8 年之前 |
Cyrille Pitchen
|
f709dc86bc
crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is defined
|
8 年之前 |
Linus Torvalds
|
70477371dc
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
9 年之前 |
Vladimir Zapolskiy
|
9b52d55f4f
crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
|
9 年之前 |
Tadeusz Struk
|
53a0bd7144
crypto: aead - move aead_request_cast helper to aead.h
|
9 年之前 |
Cyrille Pitchen
|
49a20454e0
crypto: atmel-aes - remove calls of clk_prepare() from atomic contexts
|
9 年之前 |
Herbert Xu
|
e31835ad3a
crypto: atmel-aes - Add missing break to atmel_aes_reg_name
|
9 年之前 |
Cyrille Pitchen
|
4537992be7
crypto: atmel-aes - add debug facilities to monitor register accesses.
|
9 年之前 |
Cyrille Pitchen
|
d4419548db
crypto: atmel-aes - add support to GCM mode
|
9 年之前 |
Cyrille Pitchen
|
129f8bb6bb
crypto: atmel-aes - change the DMA threshold
|
9 年之前 |
Cyrille Pitchen
|
fcac83656a
crypto: atmel-aes - fix the counter overflow in CTR mode
|
9 年之前 |
Cyrille Pitchen
|
da7b850edb
crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686
|
9 年之前 |
Cyrille Pitchen
|
e37a7e5550
crypto: atmel-aes - create sections to regroup functions by usage
|
9 年之前 |
Cyrille Pitchen
|
afbac17e67
crypto: atmel-aes - fix typo and indentation
|
9 年之前 |
Cyrille Pitchen
|
2bfd04cde2
crypto: atmel-aes - use SIZE_IN_WORDS() helper macro
|
9 年之前 |
Cyrille Pitchen
|
bbe628ed89
crypto: atmel-aes - improve performances of data transfer
|
9 年之前 |
Cyrille Pitchen
|
2a37782891
crypto: atmel-aes - fix atmel_aes_remove()
|
9 年之前 |
Cyrille Pitchen
|
820599a0ea
crypto: atmel-aes - remove useless AES_FLAGS_DMA flag
|
9 年之前 |