Home
last modified time | relevance | path

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

12

/Linux-v6.6/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-v6.6/crypto/
Darc4.c78 crypto_unregister_skcipher(&arc4_alg); in arc4_exit()
Dcrypto_null.c218 crypto_unregister_skcipher(&skcipher_null); in crypto_null_mod_fini()
Dskcipher.c874 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher() function
878 EXPORT_SYMBOL_GPL(crypto_unregister_skcipher);
894 crypto_unregister_skcipher(&algs[i]); in crypto_register_skciphers()
905 crypto_unregister_skcipher(&algs[i]); in crypto_unregister_skciphers()
Dcrypto_engine.c710 return crypto_unregister_skcipher(&alg->base); in crypto_engine_unregister_skcipher()
Dsimd.c224 crypto_unregister_skcipher(&salg->alg); in simd_skcipher_free()
/Linux-v6.6/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.c2405 crypto_unregister_skcipher(&aes_xts_alg); in atmel_aes_unregister_algs()
2411 crypto_unregister_skcipher(&aes_cfb64_alg); in atmel_aes_unregister_algs()
2414 crypto_unregister_skcipher(&aes_algs[i]); in atmel_aes_unregister_algs()
2480 crypto_unregister_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
2485 crypto_unregister_skcipher(&aes_cfb64_alg); in atmel_aes_register_algs()
2490 crypto_unregister_skcipher(&aes_algs[j]); in atmel_aes_register_algs()
Datmel-tdes.c1096 crypto_unregister_skcipher(&tdes_algs[i]); in atmel_tdes_unregister_algs()
1115 crypto_unregister_skcipher(&tdes_algs[j]); in atmel_tdes_register_algs()
Dsahara.c1332 crypto_unregister_skcipher(&aes_algs[j]); in sahara_register_algs()
1342 crypto_unregister_skcipher(&aes_algs[i]); in sahara_unregister_algs()
Ds5p-sss.c2304 crypto_unregister_skcipher(&algs[j]); in s5p_aes_probe()
2324 crypto_unregister_skcipher(&algs[i]); in s5p_aes_remove()
Dn2_core.c1309 crypto_unregister_skcipher(&skcipher->skcipher); in __n2_unregister_algs()
/Linux-v6.6/include/crypto/internal/
Dskcipher.h141 void crypto_unregister_skcipher(struct skcipher_alg *alg);
/Linux-v6.6/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-core.c497 crypto_unregister_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
520 crypto_unregister_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_remove()
/Linux-v6.6/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-v6.6/drivers/crypto/ccp/
Dccp-crypto-main.c378 crypto_unregister_skcipher(&ablk_alg->alg); in ccp_unregister_algs()
/Linux-v6.6/arch/s390/crypto/
Ddes_s390.c428 crypto_unregister_skcipher(des_s390_skciphers_ptr[des_s390_skciphers_num]); in des_s390_exit()
Dpaes_s390.c737 crypto_unregister_skcipher(alg); in __crypto_unregister_skcipher()
Daes_s390.c975 crypto_unregister_skcipher(aes_s390_skcipher_algs[aes_s390_skciphers_num]); in aes_s390_fini()
/Linux-v6.6/drivers/crypto/qce/
Dskcipher.c502 crypto_unregister_skcipher(&tmpl->alg.skcipher); in qce_skcipher_unregister()
/Linux-v6.6/drivers/crypto/nx/
Dnx.c538 crypto_unregister_skcipher(alg); in nx_unregister_skcipher()
/Linux-v6.6/drivers/crypto/inside-secure/
Dsafexcel.c1298 crypto_unregister_skcipher(&safexcel_algs[j]->alg.skcipher); in safexcel_register_algorithms()
1320 crypto_unregister_skcipher(&safexcel_algs[i]->alg.skcipher); in safexcel_unregister_algorithms()
/Linux-v6.6/drivers/crypto/ccree/
Dcc_cipher.c1455 crypto_unregister_skcipher(&t_alg->skcipher_alg); in cc_cipher_free()
/Linux-v6.6/drivers/crypto/amcc/
Dcrypto4xx_core.c1067 crypto_unregister_skcipher(&alg->alg.u.cipher); in crypto4xx_unregister_alg()
/Linux-v6.6/drivers/crypto/intel/ixp4xx/
Dixp4xx_crypto.c1578 crypto_unregister_skcipher(&ixp4xx_algos[i].crypto); in ixp_crypto_remove()

12