Home
last modified time | relevance | path

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

12

/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/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/arch/s390/crypto/
H A Dpaes_s390.c763 ret = crypto_register_skcipher(&ecb_paes_alg); in paes_s390_init()
771 ret = crypto_register_skcipher(&cbc_paes_alg); in paes_s390_init()
778 ret = crypto_register_skcipher(&xts_paes_alg); in paes_s390_init()
791 ret = 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.c966 ret = crypto_register_skcipher(alg); in aes_s390_register_skcipher()
/linux/crypto/
H A Dcrypto_null.c200 ret = crypto_register_skcipher(&skcipher_null); in crypto_null_mod_init()
H A Dskcipher.c914 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function
925 EXPORT_SYMBOL_GPL(crypto_register_skcipher);
938 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.c194 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.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()
H A Ds5p-sss.c2257 err = crypto_register_skcipher(&algs[i]); in s5p_aes_probe()
/linux/include/crypto/internal/
H A Dskcipher.h194 int crypto_register_skcipher(struct skcipher_alg *alg);
/linux/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/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/drivers/crypto/qce/
H A Dskcipher.c485 ret = crypto_register_skcipher(alg); in qce_skcipher_register_one()
/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/nx/
H A Dnx.c518 crypto_register_skcipher(alg) : 0; in nx_register_skcipher()
/linux/drivers/crypto/ccree/
H A Dcc_cipher.c1460 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1034 rc = crypto_register_skcipher(&alg->alg.u.cipher); in crypto4xx_register_alg()
/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c1524 if (crypto_register_skcipher(cra)) in ixp_crypto_probe()

12