crypto_unregister_algs
crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs));
crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs));
crypto_unregister_algs(algs, i);
EXPORT_SYMBOL_GPL(crypto_unregister_algs);
crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs));
crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs));
void crypto_unregister_algs(struct crypto_alg *algs, int count);