LinuxLists
Users
About
Cyrille Pitchen (
[email protected]
)
Number of posts: 520 (0.55 per day)
First post: 2014-07-18 14:21:28
Last post: 2017-02-09 16:51:21
Previous Page
/
Next Page
Date
List
Subject
2015-12-17 17:13:54
linux-kernel
[PATCH 20/24] crypto: atmel-aes: fix atmel-ctr-aes driver for RFC 3686
2015-12-17 17:13:43
linux-kernel
[PATCH 19/24] crypto: atmel-aes: create sections to regroup functions by usage
2015-12-17 17:13:41
linux-crypto
[PATCH 19/24] crypto: atmel-aes: create sections to regroup functions by usage
2015-12-17 17:13:22
linux-kernel
[PATCH 18/24] crypto: atmel-aes: fix typo and indentation
2015-12-17 17:13:12
linux-kernel
[PATCH 17/24] crypto: atmel-aes: use SIZE_IN_WORDS() helper macro
2015-12-17 17:13:10
linux-crypto
[PATCH 17/24] crypto: atmel-aes: use SIZE_IN_WORDS() helper macro
2015-12-17 17:13:08
linux-crypto
[PATCH 24/24] crypto: atmel-aes: add debug facilities to monitor register accesses.
2015-12-17 17:13:07
linux-crypto
[PATCH 23/24] crypto: atmel-aes: add support to GCM mode
2015-12-17 17:13:05
linux-crypto
[PATCH 21/24] crypto: atmel-aes: fix the counter overflow in CTR mode
2015-12-17 17:13:04
linux-crypto
[PATCH 20/24] crypto: atmel-aes: fix atmel-ctr-aes driver for RFC 3686
2015-12-17 17:13:02
linux-crypto
[PATCH 18/24] crypto: atmel-aes: fix typo and indentation
2015-12-17 17:12:49
linux-kernel
[PATCH 16/24] crypto: atmel-aes: improve performances of data transfer
2015-12-17 17:12:47
linux-crypto
[PATCH 16/24] crypto: atmel-aes: improve performances of data transfer
2015-12-17 16:53:19
linux-kernel
[PATCH 15/24] crypto: atmel-aes: fix atmel_aes_remove()
2015-12-17 16:52:55
linux-kernel
[PATCH 14/24] crypto: atmel-aes: remove useless AES_FLAGS_DMA flag
2015-12-17 16:52:46
linux-kernel
[PATCH 13/24] crypto: atmel-aes: reduce latency of DMA completion
2015-12-17 16:52:29
linux-kernel
[PATCH 12/24] crypto: atmel-aes: remove unused 'err' member of struct atmel_aes_dev
2015-12-17 16:52:04
linux-kernel
[PATCH 11/24] crypto: atmel-aes: rework crypto request completion
2015-12-17 16:51:41
linux-kernel
[PATCH 10/24] crypto: atmel-aes: simplify the configuration of the AES IP
2015-12-17 16:51:29
linux-kernel
[PATCH 09/24] crypto: atmel-aes: remove useless write in the Control Register
2015-12-17 16:51:08
linux-kernel
[PATCH 08/24] crypto: atmel-aes: make crypto request queue management more generic
2015-12-17 16:51:00
linux-crypto
[PATCH 08/24] crypto: atmel-aes: make crypto request queue management more generic
2015-12-17 16:50:40
linux-kernel
[PATCH 07/24] crypto: atmel-aes: change atmel_aes_write_ctrl() signature
2015-12-17 16:50:19
linux-kernel
[PATCH 06/24] crypto: atmel-aes: propagate error from atmel_aes_hw_version_init()
2015-12-17 16:49:55
linux-kernel
[PATCH 05/24] crypto: atmel-aes: remove unused header includes
2015-12-17 16:49:47
linux-kernel
[PATCH 04/24] crypto: atmel-aes: fix unregistration order of crypto algorithms
2015-12-17 16:49:27
linux-kernel
[PATCH 03/24] crypto: atmel-aes: change algorithm priorities
2015-12-17 16:49:21
linux-kernel
[PATCH 02/24] crypto: atmel-aes: constify value argument of atmel_aes_write_n()
2015-12-17 16:49:02
linux-kernel
[PATCH 01/24] crypto: atmel-aes: add new version
2015-12-17 16:48:46
linux-crypto
[PATCH 15/24] crypto: atmel-aes: fix atmel_aes_remove()
2015-12-17 16:48:45
linux-crypto
[PATCH 14/24] crypto: atmel-aes: remove useless AES_FLAGS_DMA flag
2015-12-17 16:48:44
linux-crypto
[PATCH 13/24] crypto: atmel-aes: reduce latency of DMA completion
2015-12-17 16:48:43
linux-crypto
[PATCH 12/24] crypto: atmel-aes: remove unused 'err' member of struct atmel_aes_dev
2015-12-17 16:48:42
linux-crypto
[PATCH 11/24] crypto: atmel-aes: rework crypto request completion
2015-12-17 16:48:41
linux-crypto
[PATCH 10/24] crypto: atmel-aes: simplify the configuration of the AES IP
2015-12-17 16:48:40
linux-crypto
[PATCH 09/24] crypto: atmel-aes: remove useless write in the Control Register
2015-12-17 16:48:38
linux-crypto
[PATCH 07/24] crypto: atmel-aes: change atmel_aes_write_ctrl() signature
2015-12-17 16:48:37
linux-crypto
[PATCH 06/24] crypto: atmel-aes: propagate error from atmel_aes_hw_version_init()
2015-12-17 16:48:36
linux-crypto
[PATCH 05/24] crypto: atmel-aes: remove unused header includes
2015-12-17 16:48:36
linux-kernel
[PATCH 00/24] crypto: atmel-aes: global rework of the driver
2015-12-17 16:48:35
linux-crypto
[PATCH 04/24] crypto: atmel-aes: fix unregistration order of crypto algorithms
2015-12-17 16:48:34
linux-crypto
[PATCH 00/24] crypto: atmel-aes: global rework of the driver
2015-12-17 16:48:34
linux-crypto
[PATCH 03/24] crypto: atmel-aes: change algorithm priorities
2015-12-17 16:48:33
linux-crypto
[PATCH 02/24] crypto: atmel-aes: constify value argument of atmel_aes_write_n()
2015-12-17 16:48:32
linux-crypto
[PATCH 01/24] crypto: atmel-aes: add new version
2015-12-08 14:32:57
linux-kernel
Re: [PATCH linux-next 0/5] mtd: spi-nor: add driver for Atmel QSPI controller
2015-12-08 10:25:40
linux-kernel
Re: [PATCH linux-next 0/5] mtd: spi-nor: add driver for Atmel QSPI controller
2015-12-07 16:00:29
linux-kernel
[PATCH 1/1] dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy()
2015-12-07 14:10:57
linux-kernel
[PATCH linux-next 5/5] mtd: atmel-quadspi: add driver for Atmel QSPI controller
2015-12-07 14:10:33
linux-kernel
[PATCH linux-next 4/5] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
2015-12-07 14:10:21
linux-kernel
[PATCH linux-next 3/5] mtd: m25p80: add support of dual and quad spi protocols to all commands