Lines Matching refs:ctx
123 static inline void md5_transform_helper(struct md5_state *ctx)
125 le32_to_cpu_array(ctx->block, sizeof(ctx->block) / sizeof(u32));
126 md5_transform(ctx->hash, ctx->block);
204 struct md5_state *ctx = shash_desc_ctx(desc);
206 memcpy(out, ctx, sizeof(*ctx));
212 struct md5_state *ctx = shash_desc_ctx(desc);
214 memcpy(ctx, in, sizeof(*ctx));