OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ishex
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/x509v3/
v3_utl.c
163
int isneg,
ishex
;
local
177
ishex
= 1;
178
} else
ishex
= 0;
180
if (
ishex
) ret = BN_hex2bn(&bn, value);
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_utl.c
168
int isneg,
ishex
;
local
182
ishex
= 1;
183
} else
ishex
= 0;
185
if (
ishex
) ret = BN_hex2bn(&bn, value);
Completed in 84 milliseconds