Home
last modified time | relevance | path

Searched refs:crypto_register_aead (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/crypto/
Daead.c359 int crypto_register_aead(struct aead_alg *alg) in crypto_register_aead() function
370 EXPORT_SYMBOL_GPL(crypto_register_aead);
383 ret = crypto_register_aead(&algs[i]); in crypto_register_aeads()
/linux-4.4.14/include/crypto/internal/
Daead.h156 int crypto_register_aead(struct aead_alg *alg);
/linux-4.4.14/arch/arm64/crypto/
Daes-ce-ccm-glue.c301 return crypto_register_aead(&ccm_aes_alg); in aes_mod_init()
/linux-4.4.14/drivers/crypto/nx/
Dnx.c536 crypto_register_aead(alg) : 0; in nx_register_aead()
/linux-4.4.14/drivers/crypto/
Dixp4xx_crypto.c1467 if (crypto_register_aead(cra)) in ixp_module_init()
Dpicoxcell_crypto.c1742 err = crypto_register_aead(&engine->aeads[i].alg); in spacc_probe()
Dtalitos.c3036 err = crypto_register_aead( in talitos_probe()
/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c4600 err = crypto_register_aead(&t_alg->aead); in caam_algapi_init()