Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_utl.c169 int isneg, ishex; in s2i_ASN1_INTEGER() local
183 ishex = 1; in s2i_ASN1_INTEGER()
184 } else ishex = 0; in s2i_ASN1_INTEGER()
186 if (ishex) ret = BN_hex2bn(&bn, value); in s2i_ASN1_INTEGER()