crypto_engine_unregister_skciphers
crypto_engine_unregister_skciphers(algs, i);
EXPORT_SYMBOL_GPL(crypto_engine_unregister_skciphers);
crypto_engine_unregister_skciphers(algs, ARRAY_SIZE(algs));
crypto_engine_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs));
crypto_engine_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs));
crypto_engine_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs));
crypto_engine_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs));
crypto_engine_unregister_skciphers(crypto_algs, ARRAY_SIZE(crypto_algs));
crypto_engine_unregister_skciphers(crypto_algs, ARRAY_SIZE(crypto_algs));
crypto_engine_unregister_skciphers(cipher_algs, ARRAY_SIZE(cipher_algs));
void crypto_engine_unregister_skciphers(struct skcipher_engine_alg *algs,