Searched refs:hexbuf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dv3_utl.c394 unsigned char *hexbuf, *q; local
400 if(!(hexbuf = OPENSSL_malloc(strlen(str) >> 1))) goto err;
401 for(p = (unsigned char *)str, q = hexbuf; *p;) {
413 OPENSSL_free(hexbuf);
430 if(len) *len = q - hexbuf;
432 return hexbuf;
435 if(hexbuf) OPENSSL_free(hexbuf);
440 OPENSSL_free(hexbuf);
/external/openssl/crypto/x509v3/
H A Dv3_utl.c394 unsigned char *hexbuf, *q; local
400 if(!(hexbuf = OPENSSL_malloc(strlen(str) >> 1))) goto err;
401 for(p = (unsigned char *)str, q = hexbuf; *p;) {
413 OPENSSL_free(hexbuf);
430 if(len) *len = q - hexbuf;
432 return hexbuf;
435 if(hexbuf) OPENSSL_free(hexbuf);
440 OPENSSL_free(hexbuf);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c726 UINT8 hexbuf[20]; local
742 memset(hexbuf, 0, 20);
744 hexbuf[i] = report[i];
748 memcpy(pbuf_data, hexbuf, len);
1615 UINT8 hexbuf[200]; local
1631 memset(hexbuf, 0, 200);
1633 hex_bytes_filled = ascii_2_hex(report, len, hexbuf);
1639 memcpy(pbuf_data, hexbuf, hex_bytes_filled);
1682 UINT8 hexbuf[200]; local
1698 memset(hexbuf,
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp2154 char hexbuf[128]; local
2163 hexForUnicodeString(pattern, hexbuf, sizeof(hexbuf));
2166 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed, hexbuf);
2180 hexForUnicodeString(altPattern, hexbuf, sizeof(hexbuf));
2183 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed, hexbuf);

Completed in 121 milliseconds