Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/marvell/
Dcesa.c139 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,
Dcesa.h371 struct crypto_alg **cipher_algs; member
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-main.c38 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/
Dn2_core.c1266 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()