Home
last modified time | relevance | path

Searched refs:crypto_unregister_alg (Results 1 – 57 of 57) sorted by relevance

/linux-4.4.14/arch/s390/crypto/
Ddes_s390.c586 crypto_unregister_alg(&ctr_des3_alg); in des_s390_init()
588 crypto_unregister_alg(&ctr_des_alg); in des_s390_init()
590 crypto_unregister_alg(&cbc_des3_alg); in des_s390_init()
592 crypto_unregister_alg(&ecb_des3_alg); in des_s390_init()
594 crypto_unregister_alg(&des3_alg); in des_s390_init()
596 crypto_unregister_alg(&cbc_des_alg); in des_s390_init()
598 crypto_unregister_alg(&ecb_des_alg); in des_s390_init()
600 crypto_unregister_alg(&des_alg); in des_s390_init()
608 crypto_unregister_alg(&ctr_des_alg); in des_s390_exit()
609 crypto_unregister_alg(&ctr_des3_alg); in des_s390_exit()
[all …]
Daes_s390.c956 crypto_unregister_alg(&xts_aes_alg); in aes_s390_init()
958 crypto_unregister_alg(&cbc_aes_alg); in aes_s390_init()
960 crypto_unregister_alg(&ecb_aes_alg); in aes_s390_init()
962 crypto_unregister_alg(&aes_alg); in aes_s390_init()
970 crypto_unregister_alg(&ctr_aes_alg); in aes_s390_fini()
974 crypto_unregister_alg(&xts_aes_alg); in aes_s390_fini()
975 crypto_unregister_alg(&cbc_aes_alg); in aes_s390_fini()
976 crypto_unregister_alg(&ecb_aes_alg); in aes_s390_fini()
977 crypto_unregister_alg(&aes_alg); in aes_s390_fini()
/linux-4.4.14/drivers/crypto/vmx/
Dvmx.c55 crypto_unregister_alg(*alg_it); in p8_init()
65 crypto_unregister_alg(*alg_it); in p8_init()
76 crypto_unregister_alg(*alg_it); in p8_exit()
/linux-4.4.14/drivers/crypto/
Dpadlock-aes.c544 crypto_unregister_alg(&ecb_aes_alg); in padlock_init()
546 crypto_unregister_alg(&aes_alg); in padlock_init()
554 crypto_unregister_alg(&cbc_aes_alg); in padlock_fini()
555 crypto_unregister_alg(&ecb_aes_alg); in padlock_fini()
556 crypto_unregister_alg(&aes_alg); in padlock_fini()
Dgeode-aes.c503 crypto_unregister_alg(&geode_alg); in geode_aes_remove()
504 crypto_unregister_alg(&geode_ecb_alg); in geode_aes_remove()
505 crypto_unregister_alg(&geode_cbc_alg); in geode_aes_remove()
554 crypto_unregister_alg(&geode_ecb_alg); in geode_aes_probe()
557 crypto_unregister_alg(&geode_alg); in geode_aes_probe()
Ds5p-sss.c712 crypto_unregister_alg(&algs[j]); in s5p_aes_probe()
733 crypto_unregister_alg(&algs[i]); in s5p_aes_remove()
Dmv_cesa.c1159 crypto_unregister_alg(&mv_aes_alg_ecb); in mv_probe()
1178 crypto_unregister_alg(&mv_aes_alg_ecb); in mv_remove()
1179 crypto_unregister_alg(&mv_aes_alg_cbc); in mv_remove()
Datmel-aes.c1221 crypto_unregister_alg(&aes_algs[i]); in atmel_aes_unregister_algs()
1223 crypto_unregister_alg(&aes_cfb64_alg); in atmel_aes_unregister_algs()
1248 crypto_unregister_alg(&aes_algs[j]); in atmel_aes_register_algs()
Domap-des.c1152 crypto_unregister_alg( in omap_des_probe()
1182 crypto_unregister_alg( in omap_des_remove()
Domap-aes.c1259 crypto_unregister_alg( in omap_aes_probe()
1288 crypto_unregister_alg( in omap_aes_remove()
Datmel-tdes.c1273 crypto_unregister_alg(&tdes_algs[i]); in atmel_tdes_unregister_algs()
1290 crypto_unregister_alg(&tdes_algs[j]); in atmel_tdes_register_algs()
Dsahara.c1370 crypto_unregister_alg(&aes_algs[j]); in sahara_register_algs()
1380 crypto_unregister_alg(&aes_algs[i]); in sahara_unregister_algs()
Dixp4xx_crypto.c1488 crypto_unregister_alg(&ixp4xx_algos[i].crypto); in ixp_module_exit()
Dpicoxcell_crypto.c1775 crypto_unregister_alg(&alg->alg); in spacc_remove()
Dn2_core.c1366 crypto_unregister_alg(&cipher->alg); in __n2_unregister_algs()
Dhifn_795x.c2524 crypto_unregister_alg(&a->alg); in hifn_unregister_alg()
/linux-4.4.14/crypto/
D842.c75 crypto_unregister_alg(&alg); in crypto842_mod_exit()
Dpcompress.c109 return crypto_unregister_alg(&alg->base); in crypto_unregister_pcomp()
Dlzo.c102 crypto_unregister_alg(&alg); in lzo_mod_fini()
Dlz4hc.c99 crypto_unregister_alg(&alg_lz4hc); in lz4hc_mod_fini()
Dlz4.c99 crypto_unregister_alg(&alg_lz4); in lz4_mod_fini()
Dakcipher.c111 crypto_unregister_alg(&alg->base); in crypto_unregister_akcipher()
Dalgapi.c390 int crypto_unregister_alg(struct crypto_alg *alg) in crypto_unregister_alg() function
409 EXPORT_SYMBOL_GPL(crypto_unregister_alg);
425 crypto_unregister_alg(&algs[i]); in crypto_register_algs()
436 ret = crypto_unregister_alg(&algs[i]); in crypto_unregister_algs()
Dblowfish_generic.c133 crypto_unregister_alg(&alg); in blowfish_mod_fini()
Ddeflate.c216 crypto_unregister_alg(&alg); in deflate_mod_fini()
Dtwofish_generic.c206 crypto_unregister_alg(&alg); in twofish_mod_fini()
Drng.c202 crypto_unregister_alg(&alg->base); in crypto_unregister_rng()
Dkhazad.c874 crypto_unregister_alg(&khazad_alg); in khazad_mod_fini()
Dsalsa20_generic.c243 crypto_unregister_alg(&alg); in salsa20_generic_mod_fini()
Dchacha20_generic.c202 crypto_unregister_alg(&alg); in chacha20_generic_mod_fini()
Dseed.c470 crypto_unregister_alg(&seed_alg); in seed_fini()
Danubis.c699 crypto_unregister_alg(&anubis_alg); in anubis_mod_fini()
Dcast6_generic.c286 crypto_unregister_alg(&alg); in cast6_mod_fini()
Daead.c374 crypto_unregister_alg(&alg->base); in crypto_unregister_aead()
Daes_generic.c1469 crypto_unregister_alg(&aes_alg); in aes_fini()
Dahash.c577 return crypto_unregister_alg(&alg->halg.base); in crypto_unregister_ahash()
Dcast5_generic.c544 crypto_unregister_alg(&alg); in cast5_mod_fini()
Dshash.c626 return crypto_unregister_alg(&alg->base); in crypto_unregister_shash()
Dfcrypt.c414 crypto_unregister_alg(&fcrypt_alg); in fcrypt_mod_fini()
Dcamellia_generic.c1093 crypto_unregister_alg(&camellia_alg); in camellia_fini()
/linux-4.4.14/arch/x86/crypto/
Dtwofish_glue.c91 crypto_unregister_alg(&alg); in fini()
Daes_glue.c61 crypto_unregister_alg(&aes_alg); in aes_fini()
Dsalsa20_glue.c114 crypto_unregister_alg(&alg); in fini()
Dchacha20_glue.c140 crypto_unregister_alg(&alg); in chacha20_simd_mod_fini()
/linux-4.4.14/arch/arm/crypto/
Daes_glue.c88 crypto_unregister_alg(&aes_alg); in aes_fini()
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-core.c368 crypto_unregister_alg(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
392 crypto_unregister_alg(&ss_algs[i].alg.crypto); in sun4i_ss_remove()
/linux-4.4.14/arch/arm64/crypto/
Daes-ce-cipher.c261 crypto_unregister_alg(&aes_alg); in aes_mod_exit()
/linux-4.4.14/drivers/crypto/marvell/
Dcesa.c159 crypto_unregister_alg(cesa->caps->cipher_algs[j]); in mv_cesa_add_algs()
172 crypto_unregister_alg(cesa->caps->cipher_algs[i]); in mv_cesa_remove_algs()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-main.c361 crypto_unregister_alg(&ablk_alg->alg); in ccp_unregister_algs()
/linux-4.4.14/drivers/crypto/nx/
Dnx-842-pseries.c1068 crypto_unregister_alg(&nx842_pseries_alg); in nx842_remove()
1132 crypto_unregister_alg(&nx842_pseries_alg); in nx842_pseries_exit()
Dnx-842-powernv.c646 crypto_unregister_alg(&nx842_powernv_alg); in nx842_powernv_exit()
Dnx.c550 crypto_unregister_alg(alg); in nx_unregister_alg()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c394 crypto_unregister_alg(&tmpl->alg.crypto); in qce_ablkcipher_unregister()
/linux-4.4.14/drivers/crypto/ux500/cryp/
Dcryp_core.c1387 crypto_unregister_alg(&cryp_algs[i].crypto); in cryp_algs_register_all()
1401 crypto_unregister_alg(&cryp_algs[i].crypto); in cryp_algs_unregister_all()
/linux-4.4.14/include/linux/
Dcrypto.h476 int crypto_unregister_alg(struct crypto_alg *alg);
/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_core.c1055 crypto_unregister_alg(&alg->alg.u.cipher); in crypto4xx_unregister_alg()
/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c4415 crypto_unregister_alg(&t_alg->crypto_alg); in caam_algapi_exit()