Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/apps/
Dca.c312 ASN1_TIME *tmptm; in MAIN() local
1309 tmptm = ASN1_TIME_new(); in MAIN()
1310 if (!tmptm) in MAIN()
1312 X509_gmtime_adj(tmptm, 0); in MAIN()
1313 X509_CRL_set_lastUpdate(crl, tmptm); in MAIN()
1314 X509_gmtime_adj(tmptm, (crldays * 24 + crlhours) * 60 * 60); in MAIN()
1315 X509_CRL_set_nextUpdate(crl, tmptm); in MAIN()
1317 ASN1_TIME_free(tmptm); in MAIN()
1598 ASN1_UTCTIME *tm, *tmptm; in do_body() local
1612 tmptm = ASN1_UTCTIME_new(); in do_body()
[all …]