Searched refs:cipher_algs (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-crypto-main.c | 47 static LIST_HEAD(cipher_algs); 336 ret = ccp_register_aes_algs(&cipher_algs); in ccp_register_algs() 344 ret = ccp_register_aes_xts_algs(&cipher_algs); in ccp_register_algs() 354 ret = ccp_register_des3_algs(&cipher_algs); in ccp_register_algs() 387 list_for_each_entry_safe(ablk_alg, ablk_tmp, &cipher_algs, entry) { in ccp_unregister_algs()
|
/Linux-v4.19/drivers/crypto/marvell/ |
D | cesa.c | 199 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs() 219 crypto_unregister_skcipher(cesa->caps->cipher_algs[j]); in mv_cesa_add_algs() 232 crypto_unregister_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_remove_algs() 271 .cipher_algs = orion_cipher_algs, 280 .cipher_algs = orion_cipher_algs, 289 .cipher_algs = armada_370_cipher_algs, 298 .cipher_algs = armada_370_cipher_algs,
|
D | cesa.h | 377 struct skcipher_alg **cipher_algs; member
|
/Linux-v4.19/drivers/crypto/ |
D | n2_core.c | 1281 static LIST_HEAD(cipher_algs); 1359 list_for_each_entry_safe(cipher, cipher_tmp, &cipher_algs, entry) { in __n2_unregister_algs() 1406 list_add(&p->entry, &cipher_algs); in __n2_register_one_cipher()
|