Home
last modified time | relevance | path

Searched refs:crypto_unregister_alg (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.15/arch/powerpc/crypto/
H A Dvmx.c53 crypto_unregister_alg(&p8_aes_alg); in p8_init()
65 crypto_unregister_alg(&p8_aes_alg); in p8_exit()
/linux-6.15/crypto/
H A Dcrypto_null.c201 crypto_unregister_alg(&cipher_null); in crypto_null_mod_init()
208 crypto_unregister_alg(&cipher_null); in crypto_null_mod_fini()
H A Dsm4_generic.c83 crypto_unregister_alg(&sm4_alg); in sm4_fini()
H A Daes_ti.c75 crypto_unregister_alg(&aes_alg); in aes_fini()
H A Dalgapi.c452 void crypto_unregister_alg(struct crypto_alg *alg) in crypto_unregister_alg() function
471 EXPORT_SYMBOL_GPL(crypto_unregister_alg);
487 crypto_unregister_alg(&algs[i]); in crypto_register_algs()
498 crypto_unregister_alg(&algs[i]); in crypto_unregister_algs()
H A Dkpp.c126 crypto_unregister_alg(&alg->base); in crypto_unregister_kpp()
H A Dblowfish_generic.c124 crypto_unregister_alg(&alg); in blowfish_mod_fini()
H A Dsig.c146 crypto_unregister_alg(&alg->base); in crypto_unregister_sig()
H A Drng.c187 crypto_unregister_alg(&alg->base); in crypto_unregister_rng()
H A Dtwofish_generic.c187 crypto_unregister_alg(&alg); in twofish_mod_fini()
H A Dkhazad.c870 crypto_unregister_alg(&khazad_alg); in khazad_mod_fini()
H A Dakcipher.c156 crypto_unregister_alg(&alg->base); in crypto_unregister_akcipher()
/linux-6.15/arch/x86/crypto/
H A Dblowfish_glue.c178 crypto_unregister_alg(&bf_cipher_alg); in blowfish_init()
185 crypto_unregister_alg(&bf_cipher_alg); in blowfish_fini()
H A Dtwofish_glue.c90 crypto_unregister_alg(&alg); in twofish_glue_fini()
H A Ddes3_ede_glue.c372 crypto_unregister_alg(&des3_ede_cipher); in des3_ede_x86_init()
379 crypto_unregister_alg(&des3_ede_cipher); in des3_ede_x86_fini()
/linux-6.15/arch/arm/crypto/
H A Daes-cipher-glue.c60 crypto_unregister_alg(&aes_alg); in aes_fini()
/linux-6.15/arch/arm64/crypto/
H A Daes-cipher-glue.c54 crypto_unregister_alg(&aes_alg); in aes_fini()
H A Dsm4-ce-cipher-glue.c78 crypto_unregister_alg(&sm4_ce_alg); in sm4_ce_mod_fini()
H A Daes-ce-glue.c175 crypto_unregister_alg(&aes_alg); in aes_mod_exit()
/linux-6.15/arch/sparc/crypto/
H A Dcamellia_glue.c276 crypto_unregister_alg(&cipher_alg); in camellia_sparc64_mod_init()
282 crypto_unregister_alg(&cipher_alg); in camellia_sparc64_mod_fini()
H A Daes_glue.c457 crypto_unregister_alg(&cipher_alg); in aes_sparc64_mod_init()
463 crypto_unregister_alg(&cipher_alg); in aes_sparc64_mod_fini()
/linux-6.15/arch/riscv/crypto/
H A Dsm4-riscv64-glue.c98 crypto_unregister_alg(&riscv64_sm4_alg); in riscv64_sm4_mod_exit()
/linux-6.15/drivers/crypto/
H A Dgeode-aes.c355 crypto_unregister_alg(&geode_alg); in geode_aes_remove()
402 crypto_unregister_alg(&geode_alg); in geode_aes_probe()
H A Dpadlock-aes.c519 crypto_unregister_alg(&aes_alg); in padlock_init()
529 crypto_unregister_alg(&aes_alg); in padlock_fini()
/linux-6.15/include/crypto/
H A Dalgapi.h134 void crypto_unregister_alg(struct crypto_alg *alg);

12