Home
last modified time | relevance | path

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

/external/openssl/crypto/x509v3/
Dv3_utl.c163 int isneg, ishex; in s2i_ASN1_INTEGER() local
177 ishex = 1; in s2i_ASN1_INTEGER()
178 } else ishex = 0; in s2i_ASN1_INTEGER()
180 if (ishex) ret = BN_hex2bn(&bn, value); in s2i_ASN1_INTEGER()