commit | d06854f0243d91badabaab14503f7f3bb770061d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 08 17:53:16 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 08 18:58:29 2009 +0800 |
tree | 252603fecb02a8cc4933b0e582444ff7cb504018 | |
parent | 942969992d86330c9700e2cd9afe8a6bea42df78 [diff] |
crypto: api - Add crypto_attr_alg2 helper This patch adds the helper crypto_attr_alg2 which is similar to crypto_attr_alg but takes an extra frontend argument. This is intended to be used by new style algorithm types such as shash. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>