crypto_register_algs
err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs));
EXPORT_SYMBOL_GPL(crypto_register_algs);
return crypto_register_algs(des_algs, ARRAY_SIZE(des_algs));
return crypto_register_algs(tea_algs, ARRAY_SIZE(tea_algs));
int crypto_register_algs(struct crypto_alg *algs, int count);