Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/arch/riscv/crypto/
H A Dchacha-riscv64-glue.c85 return crypto_register_skcipher(&riscv64_chacha_alg); in riscv64_chacha_mod_init()
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-6.15/crypto/
H A Dcrypto_null.c192 ret = crypto_register_skcipher(&skcipher_null); in crypto_null_mod_init()
H A Dskcipher.c716 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function
727 EXPORT_SYMBOL_GPL(crypto_register_skcipher);
740 ret = crypto_register_skcipher(&algs[i]); in crypto_register_skciphers()
H A Dcrypto_engine.c700 return crypto_register_skcipher(&alg->base); in crypto_engine_register_skcipher()
H A Dsimd.c186 err = crypto_register_skcipher(alg); in simd_skcipher_create_compat()
/linux-6.15/arch/s390/crypto/
H A Dpaes_s390.c930 rc = crypto_register_skcipher(&ecb_paes_alg); in paes_s390_init()
938 rc = crypto_register_skcipher(&cbc_paes_alg); in paes_s390_init()
945 rc = crypto_register_skcipher(&xts_paes_alg); in paes_s390_init()
958 rc = crypto_register_skcipher(&ctr_paes_alg); in paes_s390_init()
H A Ddes_s390.c417 ret = crypto_register_skcipher(alg); in des_s390_register_skcipher()
H A Daes_s390.c1062 ret = crypto_register_skcipher(alg); in aes_s390_register_skcipher()
/linux-6.15/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.c915 err = crypto_register_skcipher(&tdes_algs[i]); in atmel_tdes_register_algs()
H A Datmel-aes.c2236 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs()
2252 err = crypto_register_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
/linux-6.15/include/crypto/internal/
H A Dskcipher.h201 int crypto_register_skcipher(struct skcipher_alg *alg);
/linux-6.15/drivers/crypto/ccp/
H A Dccp-crypto-des3.c201 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.c313 ret = crypto_register_skcipher(alg); in ccp_register_aes_alg()
/linux-6.15/drivers/crypto/inside-secure/eip93/
H A Deip93-main.c154 ret = crypto_register_skcipher(&eip93_algs[i]->alg.skcipher); in eip93_register_algs()
/linux-6.15/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-6.15/drivers/crypto/marvell/cesa/
H A Dcesa.c196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
/linux-6.15/drivers/crypto/qce/
H A Dskcipher.c485 ret = crypto_register_skcipher(alg); in qce_skcipher_register_one()
/linux-6.15/drivers/crypto/nx/
H A Dnx.c496 crypto_register_skcipher(alg) : 0; in nx_register_skcipher()
/linux-6.15/drivers/crypto/ccree/
H A Dcc_cipher.c1454 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
/linux-6.15/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1031 rc = crypto_register_skcipher(&alg->alg.u.cipher); in crypto4xx_register_alg()
/linux-6.15/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c1527 if (crypto_register_skcipher(cra)) in ixp_crypto_probe()

12