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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c308 ASN1_TIME *tmptm; local
1341 tmptm = ASN1_TIME_new();
1342 if (!tmptm)
1344 X509_gmtime_adj(tmptm, 0);
1345 X509_CRL_set_lastUpdate(crl, tmptm);
1346 if (!X509_time_adj_ex(tmptm, crldays, crlhours * 60 * 60 + crlsec,
1351 X509_CRL_set_nextUpdate(crl, tmptm);
1353 ASN1_TIME_free(tmptm);
1636 ASN1_UTCTIME *tm, *tmptm; local
1652 tmptm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c308 ASN1_TIME *tmptm; local
1341 tmptm = ASN1_TIME_new();
1342 if (!tmptm)
1344 X509_gmtime_adj(tmptm, 0);
1345 X509_CRL_set_lastUpdate(crl, tmptm);
1346 if (!X509_time_adj_ex(tmptm, crldays, crlhours * 60 * 60 + crlsec,
1351 X509_CRL_set_nextUpdate(crl, tmptm);
1353 ASN1_TIME_free(tmptm);
1636 ASN1_UTCTIME *tm, *tmptm; local
1652 tmptm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c306 ASN1_TIME *tmptm; local
1388 tmptm = ASN1_TIME_new();
1389 if (!tmptm) goto err;
1390 X509_gmtime_adj(tmptm,0);
1391 X509_CRL_set_lastUpdate(crl, tmptm);
1392 X509_gmtime_adj(tmptm,(crldays*24+crlhours)*60*60);
1393 X509_CRL_set_nextUpdate(crl, tmptm);
1395 ASN1_TIME_free(tmptm);
1665 ASN1_UTCTIME *tm,*tmptm; local
1679 tmptm
[all...]

Completed in 110 milliseconds