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

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

Completed in 117 milliseconds