Lines Matching refs:md5_state
20 static inline void ppc_md5_clear_context(struct md5_state *sctx)
22 int count = sizeof(struct md5_state) >> 2;
26 BUILD_BUG_ON(sizeof(struct md5_state) % 4);
32 struct md5_state *sctx = shash_desc_ctx(desc);
46 struct md5_state *sctx = shash_desc_ctx(desc);
77 struct md5_state *sctx = shash_desc_ctx(desc);
109 struct md5_state *sctx = shash_desc_ctx(desc);
117 struct md5_state *sctx = shash_desc_ctx(desc);
130 .descsize = sizeof(struct md5_state),
131 .statesize = sizeof(struct md5_state),