Home
last modified time | relevance | path

Searched refs:crypto_unregister_aeads (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/crypto/
Daead.c277 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads() function
284 EXPORT_SYMBOL_GPL(crypto_unregister_aeads);
Dsimd.c515 crypto_unregister_aeads(algs, count); in simd_unregister_aeads()
/Linux-v5.15/include/crypto/internal/
Daead.h166 void crypto_unregister_aeads(struct aead_alg *algs, int count);
/Linux-v5.15/drivers/crypto/cavium/nitrox/
Dnitrox_aead.c566 crypto_unregister_aeads(nitrox_aeads, ARRAY_SIZE(nitrox_aeads)); in nitrox_unregister_aeads()
/Linux-v5.15/drivers/crypto/keembay/
Dkeembay-ocs-aes-core.c1547 crypto_unregister_aeads(algs_aead, ARRAY_SIZE(algs_aead)); in unregister_aes_algs()
1565 crypto_unregister_aeads(algs_aead, ARRAY_SIZE(algs)); in register_aes_algs()
/Linux-v5.15/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c2427 crypto_unregister_aeads(sec_aeads, ARRAY_SIZE(sec_aeads)); in sec_register_to_crypto()
2441 crypto_unregister_aeads(sec_aeads_v3, in sec_unregister_from_crypto()
2443 crypto_unregister_aeads(sec_aeads, ARRAY_SIZE(sec_aeads)); in sec_unregister_from_crypto()
/Linux-v5.15/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c1623 crypto_unregister_aeads(otx_cpt_aeads, ARRAY_SIZE(otx_cpt_aeads)); in cpt_unregister_algs()
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c1665 crypto_unregister_aeads(otx2_cpt_aeads, ARRAY_SIZE(otx2_cpt_aeads)); in cpt_unregister_algs()
/Linux-v5.15/drivers/crypto/qat/qat_common/
Dqat_algs.c1574 crypto_unregister_aeads(qat_aeads, ARRAY_SIZE(qat_aeads)); in qat_algs_unregister()
/Linux-v5.15/drivers/crypto/stm32/
Dstm32-cryp.c2050 crypto_unregister_aeads(aead_algs, ARRAY_SIZE(aead_algs)); in stm32_cryp_remove()
/Linux-v5.15/drivers/crypto/axis/
Dartpec6_crypto.c2967 crypto_unregister_aeads(aead_algos, ARRAY_SIZE(aead_algos)); in artpec6_crypto_remove()