Home
last modified time | relevance | path

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

/linux/crypto/
H A Dsm3_generic.c40 .init = sm3_base_init,
/linux/arch/arm64/crypto/
H A Dsm3-ce-glue.c46 .init = sm3_base_init,
H A Dsm3-neon-glue.c38 .init = sm3_base_init,
/linux/arch/riscv/crypto/
H A Dsm3-riscv64-glue.c60 .init = sm3_base_init,
/linux/arch/x86/crypto/
H A Dsm3_avx_glue.c50 .init = sm3_base_init,
/linux/include/crypto/
H A Dsm3_base.h22 static inline int sm3_base_init(struct shash_desc *desc) in sm3_base_init() function