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

/external/openssl/apps/
H A Dca.c309 ASN1_TIME *tmptm; local
1423 tmptm = ASN1_TIME_new();
1424 if (!tmptm) goto err;
1425 X509_gmtime_adj(tmptm,0);
1426 X509_CRL_set_lastUpdate(crl, tmptm);
1427 if (!X509_time_adj_ex(tmptm, crldays, crlhours*60*60 + crlsec,
1433 X509_CRL_set_nextUpdate(crl, tmptm);
1435 ASN1_TIME_free(tmptm);
1712 ASN1_UTCTIME *tm,*tmptm; local
1728 tmptm
[all...]

Completed in 81 milliseconds