Home
last modified time | relevance | path

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

/linux/arch/powerpc/crypto/
H A Dvmx.c34 ret = crypto_register_skcipher(&p8_aes_cbc_alg); in p8_init()
38 ret = crypto_register_skcipher(&p8_aes_ctr_alg); in p8_init()
42 ret = crypto_register_skcipher(&p8_aes_xts_alg); in p8_init()
/linux/drivers/crypto/
H A Dpadlock-aes.c499 if ((ret = crypto_register_skcipher(&ecb_aes_alg)) != 0) in padlock_init()
502 if ((ret = crypto_register_skcipher(&cbc_aes_alg)) != 0) in padlock_init()
H A Dhifn_795x.c2277 err = crypto_register_skcipher(&alg->alg); in hifn_alg_alloc()
/linux/crypto/
H A Dskcipher.c719 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function
730 EXPORT_SYMBOL_GPL(crypto_register_skcipher);
743 ret = crypto_register_skcipher(&algs[i]); in crypto_register_skciphers()
H A Dsimd.c186 err = crypto_register_skcipher(alg); in simd_skcipher_create_compat()
/linux/include/crypto/internal/
H A Dskcipher.h200 int crypto_register_skcipher(struct skcipher_alg *alg);
/linux/arch/riscv/crypto/
H A Daes-riscv64-glue.c588 err = crypto_register_skcipher( in riscv64_aes_mod_init()
595 err = crypto_register_skcipher( in riscv64_aes_mod_init()
/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c264 ret = crypto_register_skcipher(alg); in ccp_register_aes_xts_alg()
/linux/arch/s390/crypto/
H A Ddes_s390.c417 ret = crypto_register_skcipher(alg); in des_s390_register_skcipher()
/linux/drivers/crypto/marvell/cesa/
H A Dcesa.c196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c1272 ret = crypto_register_skcipher(&safexcel_algs[i]->alg.skcipher); in safexcel_register_algorithms()
/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c2682 err = crypto_register_skcipher(&t_alg->skcipher); in caam_qi_algapi_init()