Home
last modified time | relevance | path

Searched refs:crypto_register_aeads (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/crypto/
A Daead.c257 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads() function
275 EXPORT_SYMBOL_GPL(crypto_register_aeads);
A Dsimd.c486 err = crypto_register_aeads(algs, count); in simd_register_aeads_compat()
/linux-6.3-rc2/include/crypto/internal/
A Daead.h162 int crypto_register_aeads(struct aead_alg *algs, int count);
/linux-6.3-rc2/drivers/crypto/cavium/nitrox/
A Dnitrox_aead.c561 return crypto_register_aeads(nitrox_aeads, ARRAY_SIZE(nitrox_aeads)); in nitrox_register_aeads()
/linux-6.3-rc2/arch/arm64/crypto/
A Dghash-ce-glue.c566 return crypto_register_aeads(gcm_aes_algs, in ghash_ce_mod_init()
/linux-6.3-rc2/arch/arm/crypto/
A Dghash-ce-glue.c759 err = crypto_register_aeads(gcm_aes_algs, in ghash_ce_mod_init()
/linux-6.3-rc2/drivers/crypto/keembay/
A Dkeembay-ocs-aes-core.c1559 ret = crypto_register_aeads(algs_aead, ARRAY_SIZE(algs_aead)); in register_aes_algs()
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_algs.c1400 ret = crypto_register_aeads(qat_aeads, ARRAY_SIZE(qat_aeads)); in qat_algs_register()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_algs.c1610 err = crypto_register_aeads(otx_cpt_aeads, ARRAY_SIZE(otx_cpt_aeads)); in cpt_register_algs()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c1644 err = crypto_register_aeads(otx2_cpt_aeads, in cpt_register_algs()
/linux-6.3-rc2/drivers/crypto/stm32/
A Dstm32-cryp.c2046 ret = crypto_register_aeads(aead_algs, ARRAY_SIZE(aead_algs)); in stm32_cryp_probe()
/linux-6.3-rc2/drivers/crypto/axis/
A Dartpec6_crypto.c2941 err = crypto_register_aeads(aead_algos, ARRAY_SIZE(aead_algos)); in artpec6_crypto_probe()

Completed in 32 milliseconds