HomeSort by: relevance | last modified time | path
    Searched refs:tmptm (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
cmp_hdr_test.c 180 struct tm hdrtm, tmptm; local
189 tmptm = *gmtime(&now);
190 before = mktime(&tmptm);
202 tmptm = *gmtime(&now);
203 after = mktime(&tmptm);
  /src/crypto/external/bsd/openssl/dist/test/
cmp_hdr_test.c 178 struct tm hdrtm, tmptm; local
187 tmptm = *gmtime(&now);
188 before = mktime(&tmptm);
200 tmptm = *gmtime(&now);
201 after = mktime(&tmptm);
  /src/crypto/external/bsd/openssl.old/dist/apps/
ca.c 232 ASN1_TIME *tmptm; local
1110 tmptm = ASN1_TIME_new();
1111 if (tmptm == NULL
1112 || X509_gmtime_adj(tmptm, 0) == NULL
1113 || !X509_CRL_set1_lastUpdate(crl, tmptm)
1114 || X509_time_adj_ex(tmptm, crldays, crlhours * 60 * 60 + crlsec,
1117 ASN1_TIME_free(tmptm);
1120 X509_CRL_set1_nextUpdate(crl, tmptm);
1122 ASN1_TIME_free(tmptm);

Completed in 27 milliseconds