Home
last modified time | relevance | path

Searched refs:crypto_unregister_shash (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/crypto/
H A Dpadlock-sha.c365 crypto_unregister_shash(sha1); in padlock_init()
377 crypto_unregister_shash(&sha1_alg_nano); in padlock_fini()
378 crypto_unregister_shash(&sha256_alg_nano); in padlock_fini()
380 crypto_unregister_shash(&sha1_alg); in padlock_fini()
381 crypto_unregister_shash(&sha256_alg); in padlock_fini()
/linux/arch/powerpc/crypto/
H A Dvmx.c49 crypto_unregister_shash(&p8_ghash_alg); in p8_init()
59 crypto_unregister_shash(&p8_ghash_alg); in p8_exit()
/linux/crypto/
H A Dcrypto_null.c137 crypto_unregister_shash(&digest_null); in crypto_null_mod_init()
147 crypto_unregister_shash(&digest_null); in crypto_null_mod_fini()
H A Dsm3_generic.c62 crypto_unregister_shash(&sm3_alg); in sm3_generic_mod_fini()
H A Dshash.c532 void crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash() function
536 EXPORT_SYMBOL_GPL(crypto_unregister_shash);
559 crypto_unregister_shash(&algs[i]); in crypto_unregister_shashes()
H A Dxxhash_generic.c96 crypto_unregister_shash(&alg); in xxhash_mod_fini()
H A Dcrc32.c120 crypto_unregister_shash(&alg); in crc32_mod_fini()
H A Dcrc32c.c157 crypto_unregister_shash(&alg); in crc32c_mod_fini()
H A Dghash-generic.c153 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
H A Dmichael_mic.c166 crypto_unregister_shash(&alg); in michael_mic_exit()
H A Dmd4.c233 crypto_unregister_shash(&alg); in md4_mod_fini()
/linux/drivers/crypto/xilinx/
H A Dzynqmp-sha.c233 crypto_unregister_shash(&sha3_drv_ctx.sha3_384); in zynqmp_sha_probe()
244 crypto_unregister_shash(&sha3_drv_ctx.sha3_384); in zynqmp_sha_remove()
/linux/arch/arm64/crypto/
H A Dsm3-ce-glue.c66 crypto_unregister_shash(&sm3_alg); in sm3_ce_mod_fini()
H A Dsm3-neon-glue.c58 crypto_unregister_shash(&sm3_alg); in sm3_neon_fini()
H A Dghash-ce-glue.c523 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()
/linux/arch/riscv/crypto/
H A Dsm3-riscv64-glue.c88 crypto_unregister_shash(&riscv64_sm3_alg); in riscv64_sm3_mod_exit()
H A Dghash-riscv64-glue.c137 crypto_unregister_shash(&riscv64_ghash_alg); in riscv64_ghash_mod_exit()
/linux/arch/x86/crypto/
H A Dsm3_avx_glue.c90 crypto_unregister_shash(&sm3_avx_alg); in sm3_avx_mod_exit()
H A Dghash-clmulni-intel_glue.c155 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_exit()
/linux/arch/s390/crypto/
H A Dghash_s390.c135 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
H A Dhmac_s390.c383 crypto_unregister_shash(&hmac->alg); in _s390_hmac_algs_unregister()
/linux/include/crypto/internal/
H A Dhash.h139 void crypto_unregister_shash(struct shash_alg *alg);
/linux/Documentation/crypto/
H A Ddevel-algos.rst164 void crypto_unregister_shash(struct shash_alg *alg);
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c593 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()
/linux/drivers/crypto/nx/
H A Dnx.c528 crypto_unregister_shash(alg); in nx_unregister_shash()

12