Home
last modified time | relevance | path

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

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