All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-crypt] why nbytes for block cipher encrypt/decrypt is only 512 bytes
@ 2012-04-20  9:28 Rodel Miguel
  2012-04-20 10:22 ` Arno Wagner
  0 siblings, 1 reply; 4+ messages in thread
From: Rodel Miguel @ 2012-04-20  9:28 UTC (permalink / raw)
  To: dm-crypt; +Cc: Rodel Miguel

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

Hi,

I am implementing a hardware encryption driver but I am having some
performance issues.  One of the areas of performance improvement that I am
thinking is to increase the number of bytes (unsigned int nbytes) that my
block cipher driver's encrypt/decrypt function gets; from 512 to 4096
bytes.  My hardware can be maximized to 4kbytes.  Do you have any
suggestions how I can maximize the en/decrypt performance by getting more
than 512 bytes of data every time the block cipher's encrypt/decrypt is
called?

Thank you very much for your help!

Kind Regards,
Rodel

[-- Attachment #2: Type: text/html, Size: 662 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-20 11:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20  9:28 [dm-crypt] why nbytes for block cipher encrypt/decrypt is only 512 bytes Rodel Miguel
2012-04-20 10:22 ` Arno Wagner
2012-04-20 10:55   ` Rodel Miguel
2012-04-20 11:35   ` Milan Broz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.