Home
last modified time | relevance | path

Searched refs:sm3_base_init (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/crypto/
H A Dsm3_generic.c56 .init = sm3_base_init,
/linux-6.15/arch/riscv/crypto/
H A Dsm3-riscv64-glue.c76 .init = sm3_base_init,
/linux-6.15/arch/arm64/crypto/
H A Dsm3-ce-glue.c78 .init = sm3_base_init,
H A Dsm3-neon-glue.c75 .init = sm3_base_init,
/linux-6.15/arch/x86/crypto/
H A Dsm3_avx_glue.c85 .init = sm3_base_init,
/linux-6.15/include/crypto/
H A Dsm3_base.h21 static inline int sm3_base_init(struct shash_desc *desc) in sm3_base_init() function