Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1415018
| From | Christophe Leroy <christophe.leroy@c-s.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 5/7] crypto: talitos - sg_to_link_tbl() not used anymore, remove it |
| Date | 2016-06-06 15:10 +0200 |
| Message-ID | <rH2s2-5nS-17@gated-at.bofh.it> (permalink) |
| References | <rH2s2-5nS-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
drivers/crypto/talitos.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/drivers/crypto/talitos.c b/drivers/crypto/talitos.c
index 4ff03c3..ff8cf39 100644
--- a/drivers/crypto/talitos.c
+++ b/drivers/crypto/talitos.c
@@ -1111,14 +1111,6 @@ next:
return count;
}
-static inline int sg_to_link_tbl(struct scatterlist *sg, int sg_count,
- int cryptlen,
- struct talitos_ptr *link_tbl_ptr)
-{
- return sg_to_link_tbl_offset(sg, sg_count, 0, cryptlen,
- link_tbl_ptr);
-}
-
int talitos_sg_map(struct device *dev, struct scatterlist *src,
unsigned int len, struct talitos_edesc *edesc,
struct talitos_ptr *ptr,
--
2.1.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/7] crypto: talitos - implementation of AEAD for SEC1 Christophe Leroy <christophe.leroy@c-s.fr> - 2016-06-06 15:10 +0200 [PATCH v2 3/7] crypto: talitos - making mapping helpers more generic Christophe Leroy <christophe.leroy@c-s.fr> - 2016-06-06 15:10 +0200 [PATCH v2 4/7] crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU Christophe Leroy <christophe.leroy@c-s.fr> - 2016-06-06 15:10 +0200 [PATCH v2 7/7] crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU Christophe Leroy <christophe.leroy@c-s.fr> - 2016-06-06 15:10 +0200 [PATCH v2 5/7] crypto: talitos - sg_to_link_tbl() not used anymore, remove it Christophe Leroy <christophe.leroy@c-s.fr> - 2016-06-06 15:10 +0200 [PATCH v2 1/7] crypto: talitos - using helpers for all talitos_ptr operations Christophe Leroy <christophe.leroy@c-s.fr> - 2016-06-06 15:10 +0200 [PATCH v2 2/7] crypto: talitos - move mapping helpers before IPSEC functions Christophe Leroy <christophe.leroy@c-s.fr> - 2016-06-06 15:10 +0200 [PATCH v2 6/7] crypto: talitos - implement cra_priority Christophe Leroy <christophe.leroy@c-s.fr> - 2016-06-06 15:10 +0200 Re: [PATCH v2 0/7] crypto: talitos - implementation of AEAD for SEC1 Herbert Xu <herbert@gondor.apana.org.au> - 2016-06-08 10:40 +0200
csiph-web