Searched refs:crypto_register_lskcipher (Results 1 - 3 of 3) sorted by relevance

/linux-master/crypto/
H A Darc4.c68 return crypto_register_lskcipher(&arc4_alg);
H A Dlskcipher.c361 int crypto_register_lskcipher(struct lskcipher_alg *alg) function
372 EXPORT_SYMBOL_GPL(crypto_register_lskcipher); variable
385 ret = crypto_register_lskcipher(&algs[i]);
/linux-master/include/crypto/internal/
H A Dskcipher.h201 int crypto_register_lskcipher(struct lskcipher_alg *alg);

Completed in 95 milliseconds