Searched defs:sm3_state (Results 1 – 2 of 2) sorted by relevance
27 struct sm3_state { struct28 u32 state[SM3_DIGEST_SIZE / 4];29 u64 count;30 u8 buffer[SM3_BLOCK_SIZE];
32 struct sm3_state { struct48 static inline void sm3_init(struct sm3_state *sctx) in sm3_init() argument