Home
last modified time | relevance | path

Searched refs:md5_state (Results 1 – 4 of 4) sorted by relevance

/linux/crypto/
H A Dmd5.c20 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));
/linux/include/crypto/
H A Dmd5.h25 struct md5_state { struct
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c65 struct md5_state *octx = out; in sun4i_hash_export_md5()
88 const struct md5_state *ictx = in; in sun4i_hash_import_md5()
/linux/drivers/crypto/
H A Dimg-hash.c771 .statesize = sizeof(struct md5_state),