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

/external/chromium_org/third_party/openssl/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);
1710 ASN1_UTCTIME *tm,*tmptm; local
1726 tmptm
[all...]
/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);
1710 ASN1_UTCTIME *tm,*tmptm; local
1726 tmptm
[all...]

Completed in 30 milliseconds