HomeSort by: relevance | last modified time | path
    Searched defs:nextupd (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/fuzz/
x509.c 120 ASN1_GENERALIZEDTIME *revtime, *thisupd, *nextupd; local
134 &nextupd);
  /src/crypto/external/bsd/openssl/dist/fuzz/
x509.c 115 ASN1_GENERALIZEDTIME *revtime, *thisupd, *nextupd; local
130 &nextupd);
  /src/crypto/external/apache2/openssl/dist/test/
ocspapitest.c 76 ASN1_TIME *nextupd = ASN1_TIME_set(NULL, time(NULL) + 200); local
93 || !TEST_ptr(nextupd)
97 0, NULL, thisupd, nextupd)))
103 ASN1_TIME_free(nextupd);
  /src/crypto/external/bsd/openssl/dist/test/
ocspapitest.c 76 ASN1_TIME *nextupd = ASN1_TIME_set(NULL, time(NULL) + 200); local
93 || !TEST_ptr(nextupd)
97 0, NULL, thisupd, nextupd)))
103 ASN1_TIME_free(nextupd);
  /src/crypto/external/bsd/openssl.old/dist/test/
ocspapitest.c 76 ASN1_TIME *nextupd = ASN1_TIME_set(NULL, time(NULL) + 200); local
89 || !TEST_ptr(nextupd)
93 0, NULL, thisupd, nextupd)))
99 ASN1_TIME_free(nextupd);
  /src/crypto/external/apache2/openssl/dist/apps/
ocsp.c 1020 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
1035 &rev, &thisupd, &nextupd)) {
1045 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
1055 if (nextupd) {
1057 ASN1_GENERALIZEDTIME_print(out, nextupd);
1082 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1103 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
1153 0, NULL, thisupd, nextupd);
1159 0, NULL, thisupd, nextupd);
1163 0, NULL, thisupd, nextupd);
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
ocsp.c 974 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
989 &rev, &thisupd, &nextupd)) {
999 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
1009 if (nextupd) {
1011 ASN1_GENERALIZEDTIME_print(out, nextupd);
1036 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1054 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
1098 0, NULL, thisupd, nextupd);
1104 0, NULL, thisupd, nextupd);
1108 0, NULL, thisupd, nextupd);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 1084 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
1096 &rev, &thisupd, &nextupd)) {
1105 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
1115 if (nextupd) {
1117 ASN1_GENERALIZEDTIME_print(out, nextupd);
1140 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1158 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
1193 0, NULL, thisupd, nextupd);
1201 0, NULL, thisupd, nextupd);
1205 0, NULL, thisupd, nextupd);
    [all...]

Completed in 28 milliseconds