Lines Matching refs:MD5Update
88 MD5Update(&tctx, key, key_len);
129 MD5Update(&context, k_ipad, 64); /* start with inner pad */
130 MD5Update(&context, text, text_len); /* then text of datagram */
144 MD5Update(&context, k_opad, 64); /* start with outer pad */
145 MD5Update(&context, digest, 16); /* then results of 1st hash */
175 MD5Update(&tctx, key, key_len);
223 MD5Update(&context, k_ipad, 64); /* start with inner pad */
227 MD5Update(&context, mtod(m_at, char *)+offset,
256 MD5Update(&context, k_opad, 64); /* start with outer pad */
257 MD5Update(&context, digest, 16); /* then results of 1st hash */