Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/crypto/
Dchacha20-neon-glue.c125 crypto_unregister_skcipher(&alg); in chacha20_simd_mod_fini()
/Linux-v4.19/arch/arm/crypto/
Dchacha20-neon-glue.c119 crypto_unregister_skcipher(&alg); in chacha20_simd_mod_fini()
/Linux-v4.19/crypto/
Dchacha20_generic.c126 crypto_unregister_skcipher(&alg); in chacha20_generic_mod_fini()
Dskcipher.c992 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher() function
996 EXPORT_SYMBOL_GPL(crypto_unregister_skcipher);
1012 crypto_unregister_skcipher(&algs[i]); in crypto_register_skciphers()
1023 crypto_unregister_skcipher(&algs[i]); in crypto_unregister_skciphers()
Dsalsa20_generic.c204 crypto_unregister_skcipher(&alg); in salsa20_generic_mod_fini()
Dsimd.c219 crypto_unregister_skcipher(&salg->alg); in simd_skcipher_free()
/Linux-v4.19/drivers/crypto/sunxi-ss/
Dsun4i-ss-core.c381 crypto_unregister_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
408 crypto_unregister_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_remove()
/Linux-v4.19/arch/x86/crypto/
Dchacha20_glue.c136 crypto_unregister_skcipher(&alg); in chacha20_simd_mod_fini()
/Linux-v4.19/include/crypto/internal/
Dskcipher.h137 void crypto_unregister_skcipher(struct skcipher_alg *alg);
/Linux-v4.19/drivers/crypto/marvell/
Dcesa.c219 crypto_unregister_skcipher(cesa->caps->cipher_algs[j]); in mv_cesa_add_algs()
232 crypto_unregister_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_remove_algs()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel.c889 crypto_unregister_skcipher(&safexcel_algs[j]->alg.skcipher); in safexcel_register_algorithms()
908 crypto_unregister_skcipher(&safexcel_algs[i]->alg.skcipher); in safexcel_unregister_algorithms()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_cipher.c1372 crypto_unregister_skcipher(&t_alg->skcipher_alg); in cc_cipher_free()
/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_core.c1068 crypto_unregister_skcipher(&alg->alg.u.cipher); in crypto4xx_unregister_alg()