Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/crypto/
H A Dvmx.c30 ret = crypto_register_skcipher(&p8_aes_cbc_alg); in p8_init()
34 ret = crypto_register_skcipher(&p8_aes_ctr_alg); in p8_init()
38 ret = crypto_register_skcipher(&p8_aes_xts_alg); in p8_init()
/linux/crypto/
H A Dcrypto_null.c130 ret = crypto_register_skcipher(&skcipher_null); in crypto_null_mod_init()
H A Dskcipher.c718 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function
729 EXPORT_SYMBOL_GPL(crypto_register_skcipher);
742 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/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 Datmel-tdes.c907 err = crypto_register_skcipher(&tdes_algs[i]); in atmel_tdes_register_algs()
H A Datmel-aes.c2234 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs()
2250 err = crypto_register_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
H A Ds5p-sss.c2239 err = crypto_register_skcipher(&algs[i]); in s5p_aes_probe()
H A Dhifn_795x.c2277 err = crypto_register_skcipher(&alg->alg); in hifn_alg_alloc()
/linux/arch/riscv/crypto/
H A Daes-riscv64-glue.c520 err = crypto_register_skcipher( in riscv64_aes_mod_init()
527 err = crypto_register_skcipher( in riscv64_aes_mod_init()
/linux/include/crypto/internal/
H A Dskcipher.h200 int crypto_register_skcipher(struct skcipher_alg *alg);
/linux/drivers/crypto/ccp/
H A Dccp-crypto-des3.c202 ret = crypto_register_skcipher(alg); in ccp_register_des3_alg()
H A Dccp-crypto-aes-xts.c264 ret = crypto_register_skcipher(alg); in ccp_register_aes_xts_alg()
H A Dccp-crypto-aes.c314 ret = crypto_register_skcipher(alg); in ccp_register_aes_alg()
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-main.c165 ret = crypto_register_skcipher(&eip93_algs[i]->alg.skcipher); in eip93_register_algs()
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c459 err = crypto_register_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
/linux/arch/s390/crypto/
H A Ddes_s390.c417 ret = crypto_register_skcipher(alg); in des_s390_register_skcipher()
H A Daes_s390.c955 ret = crypto_register_skcipher(alg); in aes_s390_register_skcipher()
/linux/drivers/crypto/marvell/cesa/
H A Dcesa.c190 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
/linux/drivers/crypto/qce/
H A Dskcipher.c485 ret = crypto_register_skcipher(alg); in qce_skcipher_register_one()
/linux/drivers/crypto/nx/
H A Dnx.c494 crypto_register_skcipher(alg) : 0; in nx_register_skcipher()
/linux/drivers/crypto/ccree/
H A Dcc_cipher.c1454 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c993 rc = crypto_register_skcipher(&alg->alg.u.cipher); in crypto4xx_register_alg()
/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c1527 if (crypto_register_skcipher(cra)) in ixp_crypto_probe()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c1272 ret = crypto_register_skcipher(&safexcel_algs[i]->alg.skcipher); in safexcel_register_algorithms()

12