OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hexbuf
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/x509v3/
v3_utl.c
394
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/
btif_hh.c
1545
UINT8 *
hexbuf
;
local
1611
UINT8 *
hexbuf
;
local
[
all
...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_utl.c
396
unsigned char *
hexbuf
, *q;
local
402
if(!(
hexbuf
= OPENSSL_malloc(strlen(str) >> 1))) goto err;
403
for(p = (unsigned char *)str, q =
hexbuf
; *p;) {
409
OPENSSL_free(
hexbuf
);
426
if(len) *len = q -
hexbuf
;
428
return
hexbuf
;
431
if(
hexbuf
) OPENSSL_free(
hexbuf
);
436
OPENSSL_free(
hexbuf
);
/external/lldb/tools/debugserver/source/
RNBRemote.cpp
303
char
hexbuf
[5];
local
313
snprintf (
hexbuf
, sizeof
hexbuf
, "%02x", cksum & 0xff);
314
sendpacket +=
hexbuf
;
2665
char
hexbuf
[3];
local
[
all
...]
Completed in 264 milliseconds