HMAC_MD5_Update
void HMAC_MD5_Update(HMAC_MD5_CTX *, const u_int8_t *, u_int)
HMAC_MD5_Update(&ctx.md5, (u_int8_t *)key, len);