On Mon, Jun 15, 2015 at 01:18:42PM -0700, Tadeusz Struk wrote: > > +/** > + * crypto_register_akcipher() -- Register public key algorithm > + * > + * Function registers an implementation of a public key verify algorithm > + * > + * @alg: algorithm definition > + * > + * Return: zero on success; error code in case of error > + */ > +int crypto_register_akcipher(struct akcipher_alg *alg); > + > +/** > + * crypto_unregister_akcipher() -- Unregister public key algorithm > + * > + * Function unregisters an implementation of a public key verify algorithm > + * > + * @alg: algorithm definition > + */ > +void crypto_unregister_akcipher(struct akcipher_alg *alg);
These two functions and anything else that's specific to public key implementors should go into crypto/internal. 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-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/