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

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

Completed in 313 milliseconds