Searched refs:skcipher_algs (Results 1 – 2 of 2) sorted by relevance
47 static LIST_HEAD(skcipher_algs);329 ret = ccp_register_aes_algs(&skcipher_algs); in ccp_register_algs()337 ret = ccp_register_aes_xts_algs(&skcipher_algs); in ccp_register_algs()347 ret = ccp_register_des3_algs(&skcipher_algs); in ccp_register_algs()380 list_for_each_entry_safe(ablk_alg, ablk_tmp, &skcipher_algs, entry) { in ccp_unregister_algs()
1014 static struct skcipher_engine_alg skcipher_algs[] = { variable1140 ret = crypto_engine_register_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in starfive_aes_register_algs()1146 crypto_engine_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in starfive_aes_register_algs()1154 crypto_engine_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in starfive_aes_unregister_algs()