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

  /system/bt/btif/src/
btif_hh.c 1496 UINT8 *hexbuf = osi_calloc(len); local
1554 UINT8 *hexbuf = osi_calloc(len); local
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 404 unsigned char *hexbuf, *q; local
410 if(!(hexbuf = OPENSSL_malloc(strlen(str) >> 1))) goto err;
411 for(p = (unsigned char *)str, q = hexbuf; *p;) {
417 OPENSSL_free(hexbuf);
434 if(len) *len = q - hexbuf;
436 return hexbuf;
439 if(hexbuf) OPENSSL_free(hexbuf);
444 OPENSSL_free(hexbuf);

Completed in 164 milliseconds