Home
last modified time | relevance | path

Searched refs:crypto_unregister_lskcipher (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/crypto/
H A Dlskcipher.c374 void crypto_unregister_lskcipher(struct lskcipher_alg *alg) in crypto_unregister_lskcipher() function
378 EXPORT_SYMBOL_GPL(crypto_unregister_lskcipher);
394 crypto_unregister_lskcipher(&algs[i]); in crypto_register_lskciphers()
405 crypto_unregister_lskcipher(&algs[i]); in crypto_unregister_lskciphers()
H A Darc4.c73 crypto_unregister_lskcipher(&arc4_alg); in arc4_exit()
/linux-6.15/include/crypto/internal/
H A Dskcipher.h209 void crypto_unregister_lskcipher(struct lskcipher_alg *alg);