Searched defs:HMAC_MD5_STATE_s (Results 1 – 2 of 2) sorted by relevance
27 typedef struct HMAC_MD5_STATE_s { struct28 UINT4 istate[4];29 UINT4 ostate[4];
32 typedef struct HMAC_MD5_STATE_s { struct33 uint32_t istate[4];34 uint32_t ostate[4];