Searched refs:cipher_algs (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/crypto/marvell/ |
D | cesa.c | 139 ret = crypto_register_alg(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs() 159 crypto_unregister_alg(cesa->caps->cipher_algs[j]); in mv_cesa_add_algs() 172 crypto_unregister_alg(cesa->caps->cipher_algs[i]); in mv_cesa_remove_algs() 211 .cipher_algs = orion_cipher_algs, 220 .cipher_algs = orion_cipher_algs, 229 .cipher_algs = armada_370_cipher_algs, 238 .cipher_algs = armada_370_cipher_algs,
|
D | cesa.h | 371 struct crypto_alg **cipher_algs; member
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-crypto-main.c | 38 static LIST_HEAD(cipher_algs); 327 ret = ccp_register_aes_algs(&cipher_algs); in ccp_register_algs() 335 ret = ccp_register_aes_xts_algs(&cipher_algs); in ccp_register_algs() 360 list_for_each_entry_safe(ablk_alg, ablk_tmp, &cipher_algs, entry) { in ccp_unregister_algs()
|
/linux-4.4.14/drivers/crypto/ |
D | n2_core.c | 1266 static LIST_HEAD(cipher_algs); 1365 list_for_each_entry_safe(cipher, cipher_tmp, &cipher_algs, entry) { in __n2_unregister_algs() 1412 list_add(&p->entry, &cipher_algs); in __n2_register_one_cipher()
|