strhex_len 608 lib/util/util.c _PUBLIC_ size_t strhex_to_str(char *p, size_t p_len, const char *strhex, size_t strhex_len) strhex_len 616 lib/util/util.c for (i = 0; i < strhex_len && strhex[i] != 0; i++) { strhex_len 255 lib/util/util.h _PUBLIC_ size_t strhex_to_str(char *p, size_t p_len, const char *strhex, size_t strhex_len);