Searched refs:md5_state (Results 1 – 4 of 4) sorted by relevance
20 static_assert(sizeof(struct md5_ctx) == sizeof(struct md5_state));21 static_assert(offsetof(struct md5_ctx, state) == offsetof(struct md5_state, hash));22 static_assert(offsetof(struct md5_ctx, bytecount) == offsetof(struct md5_state, byte_count));23 static_assert(offsetof(struct md5_ctx, buf) == offsetof(struct md5_state, block));
25 struct md5_state { struct
65 struct md5_state *octx = out; in sun4i_hash_export_md5()88 const struct md5_state *ictx = in; in sun4i_hash_import_md5()
771 .statesize = sizeof(struct md5_state),