Searched defs:hex2str (Results 1 - 2 of 2) sorted by relevance

/system/core/libnetutils/
H A Ddhcpclient.c237 static void hex2str(char *buf, size_t buf_size, const unsigned char *array, int len) function
279 hex2str(buf, sizeof(buf), msg->chaddr, c);
328 hex2str(buf, sizeof(buf), &x[2], optsz);
/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp133 string hex2str(string a) { function

Completed in 164 milliseconds