Searched refs:ishex (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/x509v3/
H A Dv3_utl.c163 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/
H A Dv3_utl.c168 int isneg, ishex; local
182 ishex = 1;
183 } else ishex = 0;
185 if (ishex) ret = BN_hex2bn(&bn, value);

Completed in 91 milliseconds