crypto_register_lskcipher
return crypto_register_lskcipher(&arc4_alg);
EXPORT_SYMBOL_GPL(crypto_register_lskcipher);
ret = crypto_register_lskcipher(&algs[i]);
int crypto_register_lskcipher(struct lskcipher_alg *alg);