Home
last modified time | relevance | path

Searched refs:cipher_algs (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-main.c47 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/
Dcesa.c199 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,
Dcesa.h377 struct skcipher_alg **cipher_algs; member
/Linux-v4.19/drivers/crypto/
Dn2_core.c1281 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()