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

/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c308 ASN1_TIME *tmptm; local
1336 tmptm = ASN1_TIME_new();
1337 if (!tmptm)
1339 X509_gmtime_adj(tmptm, 0);
1340 X509_CRL_set_lastUpdate(crl, tmptm);
1341 if (!X509_time_adj_ex(tmptm, crldays, crlhours * 60 * 60 + crlsec,
1346 X509_CRL_set_nextUpdate(crl, tmptm);
1348 ASN1_TIME_free(tmptm);
1629 ASN1_UTCTIME *tm, *tmptm; local
1645 tmptm
[all...]

Completed in 105 milliseconds