Lines Matching defs:ids
61 STACK_OF(OCSP_CERTID) *ids);
64 STACK_OF(OCSP_CERTID) *ids);
67 STACK_OF(OCSP_CERTID) *ids, long nsec,
226 STACK_OF(OCSP_CERTID) *ids = NULL;
260 || (ids = sk_OCSP_CERTID_new_null()) == NULL
445 if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids))
454 if (!add_ocsp_serial(&req, opt_arg(), cert_id_md, issuer, ids))
846 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage))
872 sk_OCSP_CERTID_free(ids);
905 STACK_OF(OCSP_CERTID) *ids)
918 if (id == NULL || !sk_OCSP_CERTID_push(ids, id))
931 STACK_OF(OCSP_CERTID) *ids)
955 if (id == NULL || !sk_OCSP_CERTID_push(ids, id))
968 STACK_OF(OCSP_CERTID) *ids, long nsec,
980 if (bs == NULL || !sk_OCSP_CERTID_num(ids))
983 for (i = 0; i < sk_OCSP_CERTID_num(ids); i++) {
984 id = sk_OCSP_CERTID_value(ids, i);