projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2395f0e
)
ah: Add struct crypto_ahash to ah_data
author
Steffen Klassert
<steffen.klassert@secunet.com>
Wed, 7 Oct 2009 22:47:16 +0000
(22:47 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 19 Oct 2009 04:31:58 +0000
(21:31 -0700)
To support for ahash algorithms, we add a pointer to a
crypto_ahash to ah_data.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ah.h
patch
|
blob
|
history
diff --git
a/include/net/ah.h
b/include/net/ah.h
index
ae1c322
..
7ac5221
100644
(file)
--- a/
include/net/ah.h
+++ b/
include/net/ah.h
@@
-14,6
+14,7
@@
struct ah_data
int icv_trunc_len;
struct crypto_hash *tfm;
+ struct crypto_ahash *ahash;
};
static inline int ah_mac_digest(struct ah_data *ahp, struct sk_buff *skb,