Home
last modified time | relevance | path

Searched refs:hexbuf (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/x509v3/
Dv3_utl.c394 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/
Dbtif_hh.c668 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/
Dssearch.cpp2164 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()