Searched refs:cipher_algs (Results 1 – 4 of 4) sorted by relevance
/drivers/crypto/ccp/ |
D | ccp-crypto-main.c | 44 static LIST_HEAD(cipher_algs); 333 ret = ccp_register_aes_algs(&cipher_algs); in ccp_register_algs() 341 ret = ccp_register_aes_xts_algs(&cipher_algs); in ccp_register_algs() 351 ret = ccp_register_des3_algs(&cipher_algs); in ccp_register_algs() 384 list_for_each_entry_safe(ablk_alg, ablk_tmp, &cipher_algs, entry) { in ccp_unregister_algs()
|
/drivers/crypto/marvell/ |
D | cesa.c | 196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs() 216 crypto_unregister_skcipher(cesa->caps->cipher_algs[j]); in mv_cesa_add_algs() 229 crypto_unregister_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_remove_algs() 268 .cipher_algs = orion_cipher_algs, 277 .cipher_algs = orion_cipher_algs, 286 .cipher_algs = armada_370_cipher_algs, 295 .cipher_algs = armada_370_cipher_algs,
|
D | cesa.h | 377 struct skcipher_alg **cipher_algs; member
|
/drivers/crypto/ |
D | n2_core.c | 1273 static LIST_HEAD(cipher_algs); 1351 list_for_each_entry_safe(cipher, cipher_tmp, &cipher_algs, entry) { in __n2_unregister_algs() 1398 list_add(&p->entry, &cipher_algs); in __n2_register_one_cipher()
|