Home
last modified time | relevance | path

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

12

/linux/drivers/crypto/vmx/
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/crypto/
A Darc4.c73 return crypto_register_skcipher(&arc4_alg); in arc4_init()
A Dcrypto_null.c200 ret = crypto_register_skcipher(&skcipher_null); in crypto_null_mod_init()
A Dskcipher.c810 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function
821 EXPORT_SYMBOL_GPL(crypto_register_skcipher);
834 ret = crypto_register_skcipher(&algs[i]); in crypto_register_skciphers()
A Dsimd.c194 err = crypto_register_skcipher(alg); in simd_skcipher_create_compat()
/linux/arch/s390/crypto/
A Dpaes_s390.c757 ret = crypto_register_skcipher(&ecb_paes_alg); in paes_s390_init()
765 ret = crypto_register_skcipher(&cbc_paes_alg); in paes_s390_init()
772 ret = crypto_register_skcipher(&xts_paes_alg); in paes_s390_init()
785 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.c968 ret = crypto_register_skcipher(alg); in aes_s390_register_skcipher()
/linux/include/crypto/internal/
A Dskcipher.h125 int crypto_register_skcipher(struct skcipher_alg *alg);
/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-aes.c2442 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs()
2450 err = crypto_register_skcipher(&aes_cfb64_alg); in atmel_aes_register_algs()
2466 err = crypto_register_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
A Domap-des.c1057 err = crypto_register_skcipher(algp); in omap_des_probe()
/linux/drivers/crypto/ccp/
A Dccp-crypto-des3.c203 ret = crypto_register_skcipher(alg); in ccp_register_des3_alg()
A Dccp-crypto-aes-xts.c262 ret = crypto_register_skcipher(alg); in ccp_register_aes_xts_alg()
A Dccp-crypto-aes.c333 ret = crypto_register_skcipher(alg); in ccp_register_aes_alg()
/linux/drivers/crypto/amlogic/
A Damlogic-gxl-core.c186 err = crypto_register_skcipher(&mc_algs[i].alg.skcipher); in meson_register_algs()
/linux/drivers/crypto/rockchip/
A Drk3288_crypto.c268 err = crypto_register_skcipher( in rk_crypto_register()
/linux/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-core.c474 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/gemini/
A Dsl3516-ce-core.c290 err = crypto_register_skcipher(&ce_algs[i].alg.skcipher); in sl3516_ce_register_algs()
/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/virtio/
A Dvirtio_crypto_algs.c632 ret = crypto_register_skcipher(&virtio_crypto_algs[i].algo); in virtio_crypto_algs_register()
/linux/drivers/crypto/nx/
A Dnx.c518 crypto_register_skcipher(alg) : 0; in nx_register_skcipher()
/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-core.c589 err = crypto_register_skcipher(&ss_algs[i].alg.skcipher); in sun8i_ss_register_algs()
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-core.c796 err = crypto_register_skcipher(&ce_algs[i].alg.skcipher); in sun8i_ce_register_algs()

Completed in 62 milliseconds

12