Home
last modified time | relevance | path

Searched refs:crypto_register_alg (Results 1 – 53 of 53) sorted by relevance

/linux-4.1.27/drivers/crypto/nx/
Dnx.c518 rc = crypto_register_alg(&nx_ecb_aes_alg); in nx_register_algs()
522 rc = crypto_register_alg(&nx_cbc_aes_alg); in nx_register_algs()
526 rc = crypto_register_alg(&nx_ctr_aes_alg); in nx_register_algs()
530 rc = crypto_register_alg(&nx_ctr3686_aes_alg); in nx_register_algs()
534 rc = crypto_register_alg(&nx_gcm_aes_alg); in nx_register_algs()
538 rc = crypto_register_alg(&nx_gcm4106_aes_alg); in nx_register_algs()
542 rc = crypto_register_alg(&nx_ccm_aes_alg); in nx_register_algs()
546 rc = crypto_register_alg(&nx_ccm4309_aes_alg); in nx_register_algs()
/linux-4.1.27/arch/s390/crypto/
Ddes_s390.c546 ret = crypto_register_alg(&des_alg); in des_s390_init()
549 ret = crypto_register_alg(&ecb_des_alg); in des_s390_init()
552 ret = crypto_register_alg(&cbc_des_alg); in des_s390_init()
555 ret = crypto_register_alg(&des3_alg); in des_s390_init()
558 ret = crypto_register_alg(&ecb_des3_alg); in des_s390_init()
561 ret = crypto_register_alg(&cbc_des3_alg); in des_s390_init()
569 ret = crypto_register_alg(&ctr_des_alg); in des_s390_init()
572 ret = crypto_register_alg(&ctr_des3_alg); in des_s390_init()
Daes_s390.c910 ret = crypto_register_alg(&aes_alg); in aes_s390_init()
914 ret = crypto_register_alg(&ecb_aes_alg); in aes_s390_init()
918 ret = crypto_register_alg(&cbc_aes_alg); in aes_s390_init()
926 ret = crypto_register_alg(&xts_aes_alg); in aes_s390_init()
943 ret = crypto_register_alg(&ctr_aes_alg); in aes_s390_init()
/linux-4.1.27/crypto/
Dkrng.c51 return crypto_register_alg(&krng_alg); in krng_mod_init()
Dlz4.c94 return crypto_register_alg(&alg_lz4); in lz4_mod_init()
Dlz4hc.c94 return crypto_register_alg(&alg_lz4hc); in lz4hc_mod_init()
Dlzo.c97 return crypto_register_alg(&alg); in lzo_mod_init()
Dpcompress.c108 return crypto_register_alg(base); in crypto_register_pcomp()
D842.c170 return crypto_register_alg(&alg); in nx842_mod_init()
Dblowfish_generic.c128 return crypto_register_alg(&alg); in blowfish_mod_init()
Ddeflate.c211 return crypto_register_alg(&alg); in deflate_mod_init()
Dtwofish_generic.c201 return crypto_register_alg(&alg); in twofish_mod_init()
Dkhazad.c868 ret = crypto_register_alg(&khazad_alg); in khazad_mod_init()
Dalgapi.c347 int crypto_register_alg(struct crypto_alg *alg) in crypto_register_alg() function
366 EXPORT_SYMBOL_GPL(crypto_register_alg);
408 ret = crypto_register_alg(&algs[i]); in crypto_register_algs()
Dsalsa20_generic.c238 return crypto_register_alg(&alg); in salsa20_generic_mod_init()
Dseed.c465 return crypto_register_alg(&seed_alg); in seed_init()
Danubis.c693 ret = crypto_register_alg(&anubis_alg); in anubis_mod_init()
Dcast6_generic.c281 return crypto_register_alg(&alg); in cast6_mod_init()
Daes_generic.c1464 return crypto_register_alg(&aes_alg); in aes_init()
Dahash.c571 return crypto_register_alg(base); in crypto_register_ahash()
Dcast5_generic.c539 return crypto_register_alg(&alg); in cast5_mod_init()
Dshash.c625 return crypto_register_alg(base); in crypto_register_shash()
Dfcrypt.c409 return crypto_register_alg(&fcrypt_alg); in fcrypt_mod_init()
Dcamellia_generic.c1088 return crypto_register_alg(&camellia_alg); in camellia_init()
/linux-4.1.27/drivers/crypto/vmx/
Dvmx.c50 ret = crypto_register_alg(*alg_it); in p8_init()
/linux-4.1.27/arch/x86/crypto/
Dtwofish_glue.c86 return crypto_register_alg(&alg); in init()
Daes_glue.c56 return crypto_register_alg(&aes_alg); in aes_init()
Dsalsa20_glue.c109 return crypto_register_alg(&alg); in init()
/linux-4.1.27/arch/arm/crypto/
Daes_glue.c83 return crypto_register_alg(&aes_alg); in aes_init()
/linux-4.1.27/drivers/crypto/
Dpadlock-aes.c523 if ((ret = crypto_register_alg(&aes_alg))) in padlock_init()
526 if ((ret = crypto_register_alg(&ecb_aes_alg))) in padlock_init()
529 if ((ret = crypto_register_alg(&cbc_aes_alg))) in padlock_init()
Dgeode-aes.c538 ret = crypto_register_alg(&geode_alg); in geode_aes_probe()
542 ret = crypto_register_alg(&geode_ecb_alg); in geode_aes_probe()
546 ret = crypto_register_alg(&geode_cbc_alg); in geode_aes_probe()
Dmv_cesa.c1098 ret = crypto_register_alg(&mv_aes_alg_ecb); in mv_probe()
1105 ret = crypto_register_alg(&mv_aes_alg_cbc); in mv_probe()
Ds5p-sss.c702 err = crypto_register_alg(&algs[i]); in s5p_aes_probe()
Datmel-aes.c1231 err = crypto_register_alg(&aes_algs[i]); in atmel_aes_register_algs()
1237 err = crypto_register_alg(&aes_cfb64_alg); in atmel_aes_register_algs()
Domap-des.c1140 err = crypto_register_alg(algp); in omap_des_probe()
Domap-aes.c1251 err = crypto_register_alg(algp); in omap_aes_probe()
Datmel-tdes.c1281 err = crypto_register_alg(&tdes_algs[i]); in atmel_tdes_register_algs()
Dsahara.c1404 err = crypto_register_alg(&aes_algs[i]); in sahara_register_algs()
Dixp4xx_crypto.c1469 if (crypto_register_alg(cra)) in ixp_module_init()
Dpicoxcell_crypto.c1803 err = crypto_register_alg(&engine->algs[i].alg); in spacc_probe()
Dn2_core.c1413 err = crypto_register_alg(alg); in __n2_register_one_cipher()
Dhifn_795x.c2511 err = crypto_register_alg(&alg->alg); in hifn_alg_alloc()
Dtalitos.c2767 err = crypto_register_alg( in talitos_probe()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h27 #define crypto_register_alg crypto_register_alg_rsl macro
122 int crypto_register_alg(struct crypto_alg *alg);
/linux-4.1.27/arch/arm64/crypto/
Daes-ce-cipher.c256 return crypto_register_alg(&aes_alg); in aes_mod_init()
Daes-ce-ccm-glue.c285 return crypto_register_alg(&ccm_aes_alg); in aes_mod_init()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c260 ret = crypto_register_alg(alg); in ccp_register_aes_xts_alg()
Dccp-crypto-aes.c344 ret = crypto_register_alg(alg); in ccp_register_aes_alg()
/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c387 ret = crypto_register_alg(alg); in qce_ablkcipher_register_one()
/linux-4.1.27/include/linux/
Dcrypto.h575 int crypto_register_alg(struct crypto_alg *alg);
/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_core.c1048 rc = crypto_register_alg(&alg->alg.u.cipher); in crypto4xx_register_alg()
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c1376 ret = crypto_register_alg(&cryp_algs[i].crypto); in cryp_algs_register_all()
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c4293 err = crypto_register_alg(&t_alg->crypto_alg); in caam_algapi_init()