commit | 23508e11ab3bb405dca66bf4d77e488bf2b07b0c | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 27 21:33:24 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:43 2008 +1100 |
tree | f1eead8ce9115097e4c2a73d5cbaf8264085a296 | |
parent | 61da88e2b800eed2b03834a73c46cc89ad48716d [diff] |
[CRYPTO] skcipher: Added geniv field This patch introduces the geniv field which indicates the default IV generator for each algorithm. It should point to a string that is not freed as long as the algorithm is registered. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>