Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/crypto/
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/
A Dchacha-riscv64-glue.c85 return crypto_register_skcipher(&riscv64_chacha_alg); in riscv64_chacha_mod_init()
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/
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()
A Ddes_s390.c417 ret = crypto_register_skcipher(alg); in des_s390_register_skcipher()
A Daes_s390.c1073 ret = crypto_register_skcipher(alg); in aes_s390_register_skcipher()
/linux/crypto/
A Dcrypto_null.c200 ret = crypto_register_skcipher(&skcipher_null); in crypto_null_mod_init()
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()
A Dcrypto_engine.c700 return crypto_register_skcipher(&alg->base); in crypto_engine_register_skcipher()
A Dsimd.c186 err = crypto_register_skcipher(alg); in simd_skcipher_create_compat()
/linux/drivers/crypto/
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()
A Datmel-tdes.c915 err = crypto_register_skcipher(&tdes_algs[i]); in atmel_tdes_register_algs()
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()
A Ds5p-sss.c2257 err = crypto_register_skcipher(&algs[i]); in s5p_aes_probe()
/linux/include/crypto/internal/
A Dskcipher.h194 int crypto_register_skcipher(struct skcipher_alg *alg);
/linux/drivers/crypto/ccp/
A Dccp-crypto-des3.c201 ret = crypto_register_skcipher(alg); in ccp_register_des3_alg()
A Dccp-crypto-aes-xts.c264 ret = crypto_register_skcipher(alg); in ccp_register_aes_xts_alg()
A Dccp-crypto-aes.c313 ret = crypto_register_skcipher(alg); in ccp_register_aes_alg()
/linux/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-core.c459 err = crypto_register_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
/linux/drivers/crypto/qce/
A Dskcipher.c485 ret = crypto_register_skcipher(alg); in qce_skcipher_register_one()
/linux/drivers/crypto/marvell/cesa/
A Dcesa.c196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
/linux/drivers/crypto/nx/
A Dnx.c518 crypto_register_skcipher(alg) : 0; in nx_register_skcipher()
/linux/drivers/crypto/ccree/
A Dcc_cipher.c1454 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
/linux/drivers/crypto/amcc/
A Dcrypto4xx_core.c1034 rc = crypto_register_skcipher(&alg->alg.u.cipher); in crypto4xx_register_alg()
/linux/drivers/crypto/intel/ixp4xx/
A Dixp4xx_crypto.c1524 if (crypto_register_skcipher(cra)) in ixp_crypto_probe()

Completed in 75 milliseconds

12