buff_in           665 lib/util/util.c _PUBLIC_ void hex_encode(const unsigned char *buff_in, size_t len, char **out_hex_buffer)
buff_in           674 lib/util/util.c 		slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);
buff_in           680 lib/util/util.c _PUBLIC_ char *hex_encode_talloc(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len)
buff_in           691 lib/util/util.c 		slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);
buff_in           265 lib/util/util.h _PUBLIC_ void hex_encode(const unsigned char *buff_in, size_t len, char **out_hex_buffer);
buff_in           270 lib/util/util.h _PUBLIC_ char *hex_encode_talloc(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len);