Searched refs:use_bn (Results 1 – 2 of 2) sorted by relevance
88 int i,first,len=0,c, use_bn; in a2d_ASN1_OBJECT() local129 use_bn = 0; in a2d_ASN1_OBJECT()142 if (!use_bn && l >= ((ULONG_MAX - 80) / 10L)) in a2d_ASN1_OBJECT()144 use_bn = 1; in a2d_ASN1_OBJECT()150 if (use_bn) in a2d_ASN1_OBJECT()166 if (use_bn) in a2d_ASN1_OBJECT()175 if (use_bn) in a2d_ASN1_OBJECT()
468 int i,n=0,len,nid, first, use_bn; in OBJ_obj2txt() local505 use_bn = 0; in OBJ_obj2txt()512 if (use_bn) in OBJ_obj2txt()521 if (!use_bn && (l > (ULONG_MAX >> 7L))) in OBJ_obj2txt()527 use_bn = 1; in OBJ_obj2txt()529 if (use_bn) in OBJ_obj2txt()544 if (use_bn) in OBJ_obj2txt()565 if (use_bn) in OBJ_obj2txt()