Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/crypto/
H A 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/drivers/crypto/
H A 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()
H A Datmel-tdes.c905 crypto_unregister_skcipher(&tdes_algs[i]); in atmel_tdes_unregister_algs()
924 crypto_unregister_skcipher(&tdes_algs[j]); in atmel_tdes_register_algs()
H A Datmel-aes.c2212 crypto_unregister_skcipher(&aes_xts_alg); in atmel_aes_unregister_algs()
2218 crypto_unregister_skcipher(&aes_algs[i]); in atmel_aes_unregister_algs()
2276 crypto_unregister_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
2284 crypto_unregister_skcipher(&aes_algs[j]); in atmel_aes_register_algs()
H A Ds5p-sss.c2298 crypto_unregister_skcipher(&algs[j]); in s5p_aes_probe()
2318 crypto_unregister_skcipher(&algs[i]); in s5p_aes_remove()
H A Dn2_core.c1284 crypto_unregister_skcipher(&skcipher->skcipher); in __n2_unregister_algs()
/linux/arch/riscv/crypto/
H A Dchacha-riscv64-glue.c92 crypto_unregister_skcipher(&riscv64_chacha_alg); in riscv64_chacha_mod_exit()
H A Daes-riscv64-glue.c606 crypto_unregister_skcipher(&riscv64_zvkned_zvkb_aes_skcipher_alg); in riscv64_aes_mod_init()
618 crypto_unregister_skcipher(&riscv64_zvkned_zvbb_zvkg_aes_skcipher_alg); in riscv64_aes_mod_exit()
620 crypto_unregister_skcipher(&riscv64_zvkned_zvkb_aes_skcipher_alg); in riscv64_aes_mod_exit()
/linux/crypto/
H A Dcrypto_null.c218 crypto_unregister_skcipher(&skcipher_null); in crypto_null_mod_fini()
H A Dskcipher.c927 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher() function
931 EXPORT_SYMBOL_GPL(crypto_unregister_skcipher);
947 crypto_unregister_skcipher(&algs[i]); in crypto_register_skciphers()
958 crypto_unregister_skcipher(&algs[i]); in crypto_unregister_skciphers()
H A Dcrypto_engine.c706 return crypto_unregister_skcipher(&alg->base); in crypto_engine_unregister_skcipher()
H A Dsimd.c224 crypto_unregister_skcipher(&salg->alg); in simd_skcipher_free()
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c495 crypto_unregister_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
518 crypto_unregister_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_remove()
/linux/include/crypto/internal/
H A Dskcipher.h195 void crypto_unregister_skcipher(struct skcipher_alg *alg);
/linux/drivers/crypto/marvell/cesa/
H A 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/drivers/crypto/ccp/
H A Dccp-crypto-main.c378 crypto_unregister_skcipher(&ablk_alg->alg); in ccp_unregister_algs()
/linux/arch/s390/crypto/
H A Ddes_s390.c428 crypto_unregister_skcipher(des_s390_skciphers_ptr[des_s390_skciphers_num]); in des_s390_exit()
H A Dpaes_s390.c738 crypto_unregister_skcipher(alg); in __crypto_unregister_skcipher()
H A Daes_s390.c977 crypto_unregister_skcipher(aes_s390_skcipher_algs[aes_s390_skciphers_num]); in aes_s390_fini()
/linux/drivers/crypto/qce/
H A Dskcipher.c502 crypto_unregister_skcipher(&tmpl->alg.skcipher); in qce_skcipher_unregister()
/linux/drivers/crypto/nx/
H A Dnx.c538 crypto_unregister_skcipher(alg); in nx_unregister_skcipher()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c1294 crypto_unregister_skcipher(&safexcel_algs[j]->alg.skcipher); in safexcel_register_algorithms()
1316 crypto_unregister_skcipher(&safexcel_algs[i]->alg.skcipher); in safexcel_unregister_algorithms()
/linux/drivers/crypto/ccree/
H A Dcc_cipher.c1424 crypto_unregister_skcipher(&t_alg->skcipher_alg); in cc_cipher_free()
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1067 crypto_unregister_skcipher(&alg->alg.u.cipher); in crypto4xx_unregister_alg()
/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c1578 crypto_unregister_skcipher(&ixp4xx_algos[i].crypto); in ixp_crypto_remove()

12