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

  /src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_cl.c 250 ASN1_GENERALIZEDTIME **thisupd,
272 if (thisupd != NULL)
273 *thisupd = single->thisUpdate;
286 ASN1_GENERALIZEDTIME **thisupd,
296 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
310 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
318 if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
323 if (X509_cmp_time(thisupd, &t_tmp) > 0) {
334 if (X509_cmp_time(thisupd, &t_tmp) < 0) {
357 if (ASN1_STRING_cmp(nextupd, thisupd) < 0)
    [all...]
ocsp_srv.c 88 ASN1_TIME *thisupd,
104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
  /src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_cl.c 250 ASN1_GENERALIZEDTIME **thisupd,
272 if (thisupd != NULL)
273 *thisupd = single->thisUpdate;
286 ASN1_GENERALIZEDTIME **thisupd,
296 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
310 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
318 if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
323 if (X509_cmp_time(thisupd, &t_tmp) > 0) {
334 if (X509_cmp_time(thisupd, &t_tmp) < 0) {
357 if (ASN1_STRING_cmp(nextupd, thisupd) < 0)
    [all...]
ocsp_srv.c 89 ASN1_TIME *thisupd,
104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
  /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
ocsp_cl.c 278 ASN1_GENERALIZEDTIME **thisupd,
298 if (thisupd)
299 *thisupd = single->thisUpdate;
313 ASN1_GENERALIZEDTIME **thisupd,
323 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
338 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
345 if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
350 if (X509_cmp_time(thisupd, &t_tmp) > 0) {
361 if (X509_cmp_time(thisupd, &t_tmp) < 0) {
384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0)
    [all...]
ocsp_srv.c 90 ASN1_TIME *thisupd,
105 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
  /src/crypto/external/apache2/openssl/dist/test/
ocspapitest.c 75 ASN1_TIME *thisupd = ASN1_TIME_set(NULL, time(NULL)); local
92 || !TEST_ptr(thisupd)
97 0, NULL, thisupd, nextupd)))
102 ASN1_TIME_free(thisupd);
  /src/crypto/external/bsd/openssl/dist/test/
ocspapitest.c 75 ASN1_TIME *thisupd = ASN1_TIME_set(NULL, time(NULL)); local
92 || !TEST_ptr(thisupd)
97 0, NULL, thisupd, nextupd)))
102 ASN1_TIME_free(thisupd);
  /src/crypto/external/bsd/openssl.old/dist/test/
ocspapitest.c 75 ASN1_TIME *thisupd = ASN1_TIME_set(NULL, time(NULL)); local
88 || !TEST_ptr(thisupd)
93 0, NULL, thisupd, nextupd)))
98 ASN1_TIME_free(thisupd);
  /src/crypto/external/apache2/openssl/dist/fuzz/
x509.c 120 ASN1_GENERALIZEDTIME *revtime, *thisupd, *nextupd; local
133 OCSP_resp_find_status(bs, id, &status, &reason, &revtime, &thisupd,
  /src/crypto/external/bsd/openssl/dist/fuzz/
x509.c 115 ASN1_GENERALIZEDTIME *revtime, *thisupd, *nextupd; local
129 OCSP_resp_find_status(bs, id, &status, &reason, &revtime, &thisupd,
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ocsp.h 216 ASN1_GENERALIZEDTIME **thisupd,
221 ASN1_GENERALIZEDTIME **thisupd,
223 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
247 ASN1_TIME *thisupd,
  /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)) {
1052 ASN1_GENERALIZEDTIME_print(out, thisupd);
1082 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1101 thisupd = X509_gmtime_adj(NULL, 0);
1153 0, NULL, thisupd, nextupd);
1159 0, NULL, thisupd, nextupd);
1163 0, NULL, thisupd, nextupd);
1174 reason, revtm, 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)) {
1006 ASN1_GENERALIZEDTIME_print(out, thisupd);
1036 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1052 thisupd = X509_gmtime_adj(NULL, 0);
1098 0, NULL, thisupd, nextupd);
1104 0, NULL, thisupd, nextupd);
1108 0, NULL, thisupd, nextupd);
1119 reason, revtm, 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)) {
1112 ASN1_GENERALIZEDTIME_print(out, thisupd);
1140 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1156 thisupd = X509_gmtime_adj(NULL, 0);
1193 0, NULL, thisupd, nextupd);
1201 0, NULL, thisupd, nextupd);
1205 0, NULL, thisupd, nextupd);
1215 reason, revtm, thisupd, nextupd)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ocsp.h.in 252 ASN1_GENERALIZEDTIME **thisupd,
257 ASN1_GENERALIZEDTIME **thisupd,
259 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
283 ASN1_TIME *thisupd,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ocsp.h.in 247 ASN1_GENERALIZEDTIME **thisupd,
252 ASN1_GENERALIZEDTIME **thisupd,
254 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
278 ASN1_TIME *thisupd,
  /src/crypto/external/apache2/openssl/dist/apps/lib/
cmp_mock_srv.c 449 ASN1_TIME *thisupd = NULL; local
459 if (!OSSL_CMP_CRLSTATUS_get0(crlstatus, &dpn, &issuer, &thisupd))
478 return thisupd == NULL
479 || ASN1_TIME_compare(thisupd, X509_CRL_get0_lastUpdate(crl)) < 0;
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl_ocsp.c 345 static int ocsp_resp_valid(ASN1_GENERALIZEDTIME *thisupd,
350 if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
358 if (X509_cmp_time(thisupd, &tmp) > 0) {
378 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) {

Completed in 31 milliseconds