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/chromium_org/third_party/openssl/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/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
726
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
1682
UINT8
hexbuf
[200];
local
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp
2154
char
hexbuf
[128];
local
[
all
...]
Completed in 64 milliseconds