Searched refs:ishex (Results 1 – 1 of 1) sorted by relevance
163 int isneg, ishex; in s2i_ASN1_INTEGER() local177 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()