Searched refs:certflst (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dcrl2p7.c98 STACK_OF(OPENSSL_STRING) *certflst = NULL;
139 if (!certflst)
140 certflst = sk_OPENSSL_STRING_new_null();
141 if (!certflst)
143 if (!sk_OPENSSL_STRING_push(certflst, *(++argv))) {
144 sk_OPENSSL_STRING_free(certflst);
229 if (certflst)
230 for (i = 0; i < sk_OPENSSL_STRING_num(certflst); i++) {
231 certfile = sk_OPENSSL_STRING_value(certflst, i);
239 sk_OPENSSL_STRING_free(certflst);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dcrl2p7.c98 STACK_OF(OPENSSL_STRING) *certflst = NULL;
139 if (!certflst)
140 certflst = sk_OPENSSL_STRING_new_null();
141 if (!certflst)
143 if (!sk_OPENSSL_STRING_push(certflst, *(++argv))) {
144 sk_OPENSSL_STRING_free(certflst);
229 if (certflst)
230 for (i = 0; i < sk_OPENSSL_STRING_num(certflst); i++) {
231 certfile = sk_OPENSSL_STRING_value(certflst, i);
239 sk_OPENSSL_STRING_free(certflst);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dcrl2p7.c96 STACK *certflst=NULL; local
144 if(!certflst) certflst = sk_new_null();
145 sk_push(certflst,*(++argv));
230 if(certflst) for(i = 0; i < sk_num(certflst); i++) {
231 certfile = sk_value(certflst, i);
240 sk_free(certflst);

Completed in 88 milliseconds