Andrew Zaborowski <andrew.zaborow...@intel.com> wrote:
> Expose crypto_akcipher_type like other crypto types are exposed to be
> used from outside akcipher.c.  Add a struct akcipher_instance similar to
> aead_instance with just the right size for an akcipher template
> instance, and two macros for converting to/from crypto_instance.

You're still doing some things in the old way.  With new templates,
you shouldn't need to export the crypto type at all.  Please look
at how AEAD does it.

Thanks,
-- 
Email: Herbert Xu <herb...@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-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to