Home
last modified time | relevance | path

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

/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 Dhifn_795x.c2293 crypto_unregister_skcipher(&a->alg); in hifn_unregister_alg()
/linux/crypto/
H A Dskcipher.c732 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher() function
736 EXPORT_SYMBOL_GPL(crypto_unregister_skcipher);
752 crypto_unregister_skcipher(&algs[i]); in crypto_register_skciphers()
763 crypto_unregister_skcipher(&algs[i]); in crypto_unregister_skciphers()
H A Dsimd.c202 crypto_unregister_skcipher(&salg->alg); in simd_skcipher_free()
/linux/arch/riscv/crypto/
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/include/crypto/internal/
H A Dskcipher.h201 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/arch/s390/crypto/
H A Ddes_s390.c428 crypto_unregister_skcipher(des_s390_skciphers_ptr[des_s390_skciphers_num]); in des_s390_exit()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c1293 crypto_unregister_skcipher(&safexcel_algs[j]->alg.skcipher); in safexcel_register_algorithms()
1315 crypto_unregister_skcipher(&safexcel_algs[i]->alg.skcipher); in safexcel_unregister_algorithms()
/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c2588 crypto_unregister_skcipher(&t_alg->skcipher); in caam_qi_algapi_exit()