Searched refs:hexbuf (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/x509v3/ |
D | v3_utl.c | 394 unsigned char *hexbuf, *q; in string_to_hex() local 400 if(!(hexbuf = OPENSSL_malloc(strlen(str) >> 1))) goto err; in string_to_hex() 401 for(p = (unsigned char *)str, q = hexbuf; *p;) { in string_to_hex() 413 OPENSSL_free(hexbuf); in string_to_hex() 430 if(len) *len = q - hexbuf; in string_to_hex() 432 return hexbuf; in string_to_hex() 435 if(hexbuf) OPENSSL_free(hexbuf); in string_to_hex() 440 OPENSSL_free(hexbuf); in string_to_hex()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_hh.c | 668 UINT8 hexbuf[20]; in btif_hh_setreport() local 684 memset(hexbuf, 0, 20); in btif_hh_setreport() 686 hexbuf[i] = report[i]; in btif_hh_setreport() 690 memcpy(pbuf_data, hexbuf, len); in btif_hh_setreport() 1488 UINT8 hexbuf[200]; in set_report() local 1504 memset(hexbuf, 0, 200); in set_report() 1506 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report() 1512 memcpy(pbuf_data, hexbuf, hex_bytes_filled); in set_report() 1555 UINT8 hexbuf[200]; in send_data() local 1571 memset(hexbuf, 0, 200); in send_data() [all …]
|
/external/icu4c/test/intltest/ |
D | ssearch.cpp | 2164 char hexbuf[128]; in bmMonkeyTestCase() local 2173 hexForUnicodeString(pattern, hexbuf, sizeof(hexbuf)); in bmMonkeyTestCase() 2176 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed, hexbuf); in bmMonkeyTestCase() 2190 hexForUnicodeString(altPattern, hexbuf, sizeof(hexbuf)); in bmMonkeyTestCase() 2193 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed, hexbuf); in bmMonkeyTestCase()
|