Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1295272
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: ahash alg that does not implement import/export failed to register |
| Date | 2015-12-19 03:40 +0100 |
| Message-ID | <qHfB8-5yW-5@gated-at.bofh.it> (permalink) |
| References | <qHeF3-4Zt-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Dec 18, 2015 at 05:31:34PM -0800, Tim Chen wrote: > Herbert, > > There are some ahash algorithms like x86's sha1-mb and > ghash that failed to register because of the newly added > check of non-zero statesize from commit 8996eafd. But > since there are algorithms that do not implement an import or > export, there is no state required for them. Wonder if the check > should be modified to something like: No import and export are required by algif_hash so they must be implemented. Cheers, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
ahash alg that does not implement import/export failed to register Tim Chen <tim.c.chen@linux.intel.com> - 2015-12-19 02:40 +0100 Re: ahash alg that does not implement import/export failed to register Herbert Xu <herbert@gondor.apana.org.au> - 2015-12-19 03:40 +0100
csiph-web