Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/crypto/vmx/
Dvmx.c57 crypto_unregister_alg(&p8_aes_alg); in p8_init()
69 crypto_unregister_alg(&p8_aes_alg); in p8_exit()
/Linux-v5.4/crypto/
D842.c132 crypto_unregister_alg(&alg); in crypto842_mod_init()
142 crypto_unregister_alg(&alg); in crypto842_mod_exit()
Dlz4.c142 crypto_unregister_alg(&alg_lz4); in lz4_mod_init()
151 crypto_unregister_alg(&alg_lz4); in lz4_mod_fini()
Dlz4hc.c143 crypto_unregister_alg(&alg_lz4hc); in lz4hc_mod_init()
152 crypto_unregister_alg(&alg_lz4hc); in lz4hc_mod_fini()
Dlzo.c145 crypto_unregister_alg(&alg); in lzo_mod_init()
154 crypto_unregister_alg(&alg); in lzo_mod_fini()
Dlzo-rle.c145 crypto_unregister_alg(&alg); in lzorle_mod_init()
154 crypto_unregister_alg(&alg); in lzorle_mod_fini()
Dzstd.c242 crypto_unregister_alg(&alg); in zstd_mod_init()
249 crypto_unregister_alg(&alg); in zstd_mod_fini()
Daes_ti.c75 crypto_unregister_alg(&aes_alg); in aes_fini()
Ddeflate.c321 crypto_unregister_alg(&alg); in deflate_mod_init()
330 crypto_unregister_alg(&alg); in deflate_mod_fini()
Dkpp.c110 crypto_unregister_alg(&alg->base); in crypto_unregister_kpp()
Dakcipher.c142 crypto_unregister_alg(&alg->base); in crypto_unregister_akcipher()
Dacompress.c156 return crypto_unregister_alg(&alg->base); in crypto_unregister_acomp()
Dblowfish_generic.c128 crypto_unregister_alg(&alg); in blowfish_mod_fini()
Drng.c194 crypto_unregister_alg(&alg->base); in crypto_unregister_rng()
Dsm4_generic.c237 crypto_unregister_alg(&sm4_alg); in sm4_fini()
/Linux-v5.4/drivers/crypto/
Dpadlock-aes.c530 crypto_unregister_alg(&ecb_aes_alg); in padlock_init()
532 crypto_unregister_alg(&aes_alg); in padlock_init()
540 crypto_unregister_alg(&cbc_aes_alg); in padlock_fini()
541 crypto_unregister_alg(&ecb_aes_alg); in padlock_fini()
542 crypto_unregister_alg(&aes_alg); in padlock_fini()
Dgeode-aes.c501 crypto_unregister_alg(&geode_alg); in geode_aes_remove()
502 crypto_unregister_alg(&geode_ecb_alg); in geode_aes_remove()
503 crypto_unregister_alg(&geode_cbc_alg); in geode_aes_remove()
553 crypto_unregister_alg(&geode_ecb_alg); in geode_aes_probe()
556 crypto_unregister_alg(&geode_alg); in geode_aes_probe()
/Linux-v5.4/drivers/crypto/cavium/zip/
Dzip_main.c441 crypto_unregister_alg(&zip_comp_lzs); in zip_register_compression_device()
443 crypto_unregister_alg(&zip_comp_deflate); in zip_register_compression_device()
450 crypto_unregister_alg(&zip_comp_deflate); in zip_unregister_compression_device()
451 crypto_unregister_alg(&zip_comp_lzs); in zip_unregister_compression_device()
/Linux-v5.4/arch/x86/crypto/
Dtwofish_glue.c91 crypto_unregister_alg(&alg); in fini()
Dblowfish_glue.c444 crypto_unregister_alg(&bf_cipher_alg); in init()
451 crypto_unregister_alg(&bf_cipher_alg); in fini()
/Linux-v5.4/arch/arm64/crypto/
Dsm4-ce-glue.c70 crypto_unregister_alg(&sm4_ce_alg); in sm4_ce_mod_fini()
Daes-cipher-glue.c54 crypto_unregister_alg(&aes_alg); in aes_fini()
Daes-ce-glue.c181 crypto_unregister_alg(&aes_alg); in aes_mod_exit()
/Linux-v5.4/arch/arm/crypto/
Daes-cipher-glue.c59 crypto_unregister_alg(&aes_alg); in aes_fini()
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto.c280 crypto_unregister_alg(&rk_cipher_algs[k]->alg.crypto); in rk_crypto_register()
293 crypto_unregister_alg(&rk_cipher_algs[i]->alg.crypto); in rk_crypto_unregister()

123