commit | 7fed0bf271b374be4c98a5880faed4b1128e78e9 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Aug 06 23:10:45 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 21 11:41:04 2006 +1000 |
tree | 29a1244ed286c500bf64afcef0c571e771ed0cd5 | |
parent | df89820ebd5bbf4f3c6b5f8ee7d9e983107f6a91 [diff] |
[CRYPTO] api: Add common instance initialisation code This patch adds the helpers crypto_get_attr_alg and crypto_alloc_instance which can be used by simple one-argument templates like hmac to process input parameters and allocate instances. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>