Thread (9 messages) flat view 9 messages, 3 authors, 2012-07-11

[PATCH 2/5] crypto: add Atmel AES driver

From: Eric Bénard <hidden>
Date: 2012-07-06 13:26:26
Also in: linux-crypto, lkml

Hi Jean-Christophe,

Le Fri, 6 Jul 2012 14:17:19 +0200,
Jean-Christophe PLAGNIOL-VILLARD [off-list ref] a ?crit :
quoted
+	u8	buf_in[ATMEL_AES_DMA_THRESHOLD] __aligned(sizeof(u32));
can you allocate it
quoted
+	int	dma_in;
+	struct atmel_aes_dma	dma_lch_in;
+
+	u8	buf_out[ATMEL_AES_DMA_THRESHOLD] __aligned(sizeof(u32));
ditto
Why is that preferred to allocate dynamicaly these buffers (we are
talking of 2 x 16 bytes buffers) ?
otherwise looks good
thanks

Eric
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help