Searched refs:id_count (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c1033 int i, id_count, ret = 1; local
1036 id_count = OCSP_request_onereq_count(req);
1038 if (id_count <= 0)
1052 for (i = 0; i < id_count; i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Docsp.c1026 int i, id_count, ret = 1; local
1029 id_count = OCSP_request_onereq_count(req);
1031 if (id_count <= 0)
1045 for (i = 0; i < id_count; i++)

Completed in 105 milliseconds