text_len 84 lib/crypto/hmacmd5.c _PUBLIC_ void hmac_md5_update(const uint8_t *text, int text_len, HMACMD5Context *ctx) text_len 86 lib/crypto/hmacmd5.c MD5Update(&ctx->ctx, text, text_len); /* then text of datagram */ text_len 36 lib/crypto/hmacmd5.h void hmac_md5_update(const uint8_t *text, int text_len, HMACMD5Context *ctx);