HomeSort by relevance Sort by last modified time
    Searched refs:hexbuf (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/core/
uri.c 470 char hexbuf[3]; local
477 snprintf ( hexbuf, sizeof ( hexbuf ), "%s",
479 c = strtoul ( hexbuf, &hexbuf_end, 16 );
480 encoded_string += ( hexbuf_end - hexbuf );
  /system/bt/btif/src/
btif_hh.cc 1528 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); local
1580 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); local
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 478 unsigned char *hexbuf, *q; local
484 if (!(hexbuf = OPENSSL_malloc(strlen(str) >> 1)))
486 for (p = (unsigned char *)str, q = hexbuf; *p;) {
493 OPENSSL_free(hexbuf);
519 *len = q - hexbuf;
521 return hexbuf;
524 if (hexbuf)
525 OPENSSL_free(hexbuf);
530 OPENSSL_free(hexbuf);
    [all...]

Completed in 186 milliseconds