Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Dvmx.c38 ret = crypto_register_skcipher(&p8_aes_cbc_alg); in p8_init()
42 ret = crypto_register_skcipher(&p8_aes_ctr_alg); in p8_init()
46 ret = crypto_register_skcipher(&p8_aes_xts_alg); in p8_init()
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-defs.h22 #define crypto_register_skcipher fips140_crypto_register_skcipher macro
H A Dfips140-alg-registration.c50 #undef crypto_register_skcipher
271 crypto_register_skcipher(alg); in fips140_crypto_register_skcipher()
H A Darc4.c73 return crypto_register_skcipher(&arc4_alg); in arc4_init()
H A Dcrypto_null.c200 ret = crypto_register_skcipher(&skcipher_null); in crypto_null_mod_init()
H A Dskcipher.c816 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function
827 EXPORT_SYMBOL_GPL(crypto_register_skcipher);
840 ret = crypto_register_skcipher(&algs[i]); in crypto_register_skciphers()
H A Dsalsa20_generic.c198 return crypto_register_skcipher(&alg); in salsa20_generic_mod_init()
H A Dsimd.c194 err = crypto_register_skcipher(alg); in simd_skcipher_create_compat()
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Dpaes_s390.c745 ret = crypto_register_skcipher(&ecb_paes_alg); in paes_s390_init()
753 ret = crypto_register_skcipher(&cbc_paes_alg); in paes_s390_init()
760 ret = crypto_register_skcipher(&xts_paes_alg); in paes_s390_init()
773 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()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14054 crypto_register_skcipher
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dskcipher.h125 int crypto_register_skcipher(struct skcipher_alg *alg);
/OK3568_Linux_fs/kernel/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-aes.c2374 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs()
2382 err = crypto_register_skcipher(&aes_cfb64_alg); in atmel_aes_register_algs()
2398 err = crypto_register_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-crypto-des3.c203 ret = crypto_register_skcipher(alg); in ccp_register_des3_alg()
H A Dccp-crypto-aes-xts.c262 ret = crypto_register_skcipher(alg); in ccp_register_aes_xts_alg()
H A Dccp-crypto-aes.c333 ret = crypto_register_skcipher(alg); in ccp_register_aes_alg()
/OK3568_Linux_fs/kernel/drivers/crypto/amlogic/
H A Damlogic-gxl-core.c186 err = crypto_register_skcipher(&mc_algs[i].alg.skcipher); in meson_register_algs()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c433 err = crypto_register_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk3288_crypto.c268 err = crypto_register_skcipher( in rk_crypto_register()
H A Drk_crypto_core.c533 err = crypto_register_skcipher(&tmp_algs->alg.crypto); in rk_crypto_register()
/OK3568_Linux_fs/kernel/drivers/crypto/qce/
H A Dskcipher.c434 ret = crypto_register_skcipher(alg); in qce_skcipher_register_one()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/
H A Dcesa.c196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
/OK3568_Linux_fs/kernel/drivers/crypto/virtio/
H A Dvirtio_crypto_algs.c632 ret = crypto_register_skcipher(&virtio_crypto_algs[i].algo); in virtio_crypto_algs_register()
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx.c517 crypto_register_skcipher(alg) : 0; in nx_register_skcipher()

123