Home
last modified time | relevance | path

Searched refs:crypto_unregister_skcipher (Results 1 – 25 of 41) sorted by relevance

12

/linux-5.19.10/drivers/crypto/vmx/
Dvmx.c49 crypto_unregister_skcipher(&p8_aes_ctr_alg); in p8_init()
51 crypto_unregister_skcipher(&p8_aes_cbc_alg); in p8_init()
62 crypto_unregister_skcipher(&p8_aes_xts_alg); in p8_exit()
63 crypto_unregister_skcipher(&p8_aes_ctr_alg); in p8_exit()
64 crypto_unregister_skcipher(&p8_aes_cbc_alg); in p8_exit()
/linux-5.19.10/crypto/
Darc4.c78 crypto_unregister_skcipher(&arc4_alg); in arc4_exit()
Dskcipher.c823 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher() function
827 EXPORT_SYMBOL_GPL(crypto_unregister_skcipher);
843 crypto_unregister_skcipher(&algs[i]); in crypto_register_skciphers()
854 crypto_unregister_skcipher(&algs[i]); in crypto_unregister_skciphers()
Dcrypto_null.c218 crypto_unregister_skcipher(&skcipher_null); in crypto_null_mod_fini()
Dsimd.c224 crypto_unregister_skcipher(&salg->alg); in simd_skcipher_free()
/linux-5.19.10/drivers/crypto/
Dpadlock-aes.c517 crypto_unregister_skcipher(&ecb_aes_alg); in padlock_init()
527 crypto_unregister_skcipher(&cbc_aes_alg); in padlock_fini()
528 crypto_unregister_skcipher(&ecb_aes_alg); in padlock_fini()
Datmel-aes.c2411 crypto_unregister_skcipher(&aes_xts_alg); in atmel_aes_unregister_algs()
2417 crypto_unregister_skcipher(&aes_cfb64_alg); in atmel_aes_unregister_algs()
2420 crypto_unregister_skcipher(&aes_algs[i]); in atmel_aes_unregister_algs()
2486 crypto_unregister_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
2491 crypto_unregister_skcipher(&aes_cfb64_alg); in atmel_aes_register_algs()
2496 crypto_unregister_skcipher(&aes_algs[j]); in atmel_aes_register_algs()
Domap-des.c1070 crypto_unregister_skcipher( in omap_des_probe()
1103 crypto_unregister_skcipher( in omap_des_remove()
Datmel-tdes.c1101 crypto_unregister_skcipher(&tdes_algs[i]); in atmel_tdes_unregister_algs()
1120 crypto_unregister_skcipher(&tdes_algs[j]); in atmel_tdes_register_algs()
Domap-aes.c1239 crypto_unregister_skcipher( in omap_aes_probe()
1273 crypto_unregister_skcipher( in omap_aes_remove()
Dsahara.c1333 crypto_unregister_skcipher(&aes_algs[j]); in sahara_register_algs()
1343 crypto_unregister_skcipher(&aes_algs[i]); in sahara_unregister_algs()
Ds5p-sss.c2305 crypto_unregister_skcipher(&algs[j]); in s5p_aes_probe()
2328 crypto_unregister_skcipher(&algs[i]); in s5p_aes_remove()
/linux-5.19.10/include/crypto/internal/
Dskcipher.h126 void crypto_unregister_skcipher(struct skcipher_alg *alg);
/linux-5.19.10/drivers/crypto/rockchip/
Drk3288_crypto.c281 crypto_unregister_skcipher(&rk_cipher_algs[k]->alg.skcipher); in rk_crypto_register()
294 crypto_unregister_skcipher(&rk_cipher_algs[i]->alg.skcipher); in rk_crypto_unregister()
/linux-5.19.10/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-core.c510 crypto_unregister_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
533 crypto_unregister_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_remove()
/linux-5.19.10/drivers/crypto/marvell/cesa/
Dcesa.c216 crypto_unregister_skcipher(cesa->caps->cipher_algs[j]); in mv_cesa_add_algs()
229 crypto_unregister_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_remove_algs()
/linux-5.19.10/drivers/crypto/amlogic/
Damlogic-gxl-core.c209 crypto_unregister_skcipher(&mc_algs[i].alg.skcipher); in meson_unregister_algs()
/linux-5.19.10/drivers/crypto/ccp/
Dccp-crypto-main.c385 crypto_unregister_skcipher(&ablk_alg->alg); in ccp_unregister_algs()
/linux-5.19.10/arch/s390/crypto/
Ddes_s390.c428 crypto_unregister_skcipher(des_s390_skciphers_ptr[des_s390_skciphers_num]); in des_s390_exit()
Dpaes_s390.c732 crypto_unregister_skcipher(alg); in __crypto_unregister_skcipher()
/linux-5.19.10/drivers/crypto/qce/
Dskcipher.c502 crypto_unregister_skcipher(&tmpl->alg.skcipher); in qce_skcipher_unregister()
/linux-5.19.10/drivers/crypto/gemini/
Dsl3516-ce-core.c317 crypto_unregister_skcipher(&ce_algs[i].alg.skcipher); in sl3516_ce_unregister_algs()
/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_skcipher_algs.c649 crypto_unregister_skcipher(&virtio_crypto_algs[i].algo); in virtio_crypto_skcipher_algs_unregister()
/linux-5.19.10/drivers/crypto/ux500/cryp/
Dcryp_core.c1239 crypto_unregister_skcipher(&cryp_algs[i].skcipher); in cryp_algs_register_all()
1253 crypto_unregister_skcipher(&cryp_algs[i].skcipher); in cryp_algs_unregister_all()
/linux-5.19.10/drivers/crypto/nx/
Dnx.c538 crypto_unregister_skcipher(alg); in nx_unregister_skcipher()

12