linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/4] crypto/talitos: unmap h/w generated IV
@ 2008-06-16 16:10 Kim Phillips
  0 siblings, 0 replies; only message in thread
From: Kim Phillips @ 2008-06-16 16:10 UTC (permalink / raw)
  To: linux-crypto; +Cc: linuxppc-dev, herbert

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
---
 drivers/crypto/talitos.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/crypto/talitos.c b/drivers/crypto/talitos.c
index f301e95..ce4787e 100644
--- a/drivers/crypto/talitos.c
+++ b/drivers/crypto/talitos.c
@@ -654,6 +654,7 @@ static void ipsec_esp_unmap(struct device *dev,
 			    struct ipsec_esp_edesc *edesc,
 			    struct aead_request *areq)
 {
+	unmap_single_talitos_ptr(dev, &edesc->desc.ptr[6], DMA_FROM_DEVICE);
 	unmap_single_talitos_ptr(dev, &edesc->desc.ptr[3], DMA_TO_DEVICE);
 	unmap_single_talitos_ptr(dev, &edesc->desc.ptr[2], DMA_TO_DEVICE);
 	unmap_single_talitos_ptr(dev, &edesc->desc.ptr[0], DMA_TO_DEVICE);
-- 
1.5.6.rc2.26.g8c37

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-16 16:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16 16:10 [PATCH 2/4] crypto/talitos: unmap h/w generated IV Kim Phillips

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).