Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dmd5.c126 static inline void md5_transform_helper(struct md5_state *ctx) in md5_transform_helper()
134 struct md5_state *mctx = shash_desc_ctx(desc); in md5_init()
147 struct md5_state *mctx = shash_desc_ctx(desc); in md5_update()
179 struct md5_state *mctx = shash_desc_ctx(desc); in md5_final()
207 struct md5_state *ctx = shash_desc_ctx(desc); in md5_export()
215 struct md5_state *ctx = shash_desc_ctx(desc); in md5_import()
228 .descsize = sizeof(struct md5_state),
229 .statesize = sizeof(struct md5_state),
/linux-4.19.296/include/crypto/
Dmd5.h19 struct md5_state { struct