commit | 4b7137ff8fb49d7bf22dfa248baa0d02ace2c43d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Oct 08 17:13:44 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:54:52 2007 -0700 |
tree | 6a9571d7d5a3d43ec9cd8c661900fe78f89db6b6 | |
parent | f0703c80e5156406ad947cb67fe277725b48080f [diff] |
[IPSEC] esp: Remove keys from esp_data structure The keys are only used during initialisation so we don't need to carry them in esp_data. Since we don't have to allocate them again, there is no need to place a limit on the authentication key length anymore. This patch also kills the unused auth.icv member. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>