Lines Matching defs:inf
3394 int tag, xclass, inf, ret = -1;
3427 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem);
3428 if (inf != V_ASN1_CONSTRUCTED || tag != V_ASN1_SEQUENCE ||
3437 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem);
3438 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_INTEGER ||
3448 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem);
3449 if (inf != V_ASN1_CONSTRUCTED || xclass != V_ASN1_APPLICATION ||
3457 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem);
3458 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_ENUMERATED || len == 0 ||
3465 for (ret = 0, inf = 0; inf < len; inf++) {
3467 ret |= cur[inf];