Searched defs:HMAC_MD5_STATE_s (Results 1 – 2 of 2) sorted by relevance
29 typedef struct HMAC_MD5_STATE_s { struct30 UINT4 istate[4];31 UINT4 ostate[4];
34 typedef struct HMAC_MD5_STATE_s { struct35 uint32_t istate[4];36 uint32_t ostate[4];