Searched refs:num_certs (Results 1 – 1 of 1) sorted by relevance
883 int num_certs = sk_X509_num(certs); in X509_policy_check() local888 if (num_certs <= 1) in X509_policy_check()893 (flags & X509_V_FLAG_EXPLICIT_POLICY) ? 0 : num_certs + 1; in X509_policy_check()895 (flags & X509_V_FLAG_INHIBIT_ANY) ? 0 : num_certs + 1; in X509_policy_check()897 (flags & X509_V_FLAG_INHIBIT_MAP) ? 0 : num_certs + 1; in X509_policy_check()903 for (i = num_certs - 2; i >= 0; i--) { in X509_policy_check()910 if (i != num_certs - 2) in X509_policy_check()