Searched refs:crypto_register_lskcipher (Results 1 – 3 of 3) sorted by relevance
68 return crypto_register_lskcipher(&arc4_alg); in arc4_init()
361 int crypto_register_lskcipher(struct lskcipher_alg *alg) in crypto_register_lskcipher() function372 EXPORT_SYMBOL_GPL(crypto_register_lskcipher);385 ret = crypto_register_lskcipher(&algs[i]); in crypto_register_lskciphers()
201 int crypto_register_lskcipher(struct lskcipher_alg *alg);
Completed in 9 milliseconds