HomeSort by relevance Sort by last modified time
    Searched full:thisupd (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/ocsp/
ocsp_cl.c 260 ASN1_GENERALIZEDTIME **thisupd,
279 if(thisupd) *thisupd = single->thisUpdate;
291 ASN1_GENERALIZEDTIME **thisupd,
300 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
312 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec)
318 if (!ASN1_GENERALIZEDTIME_check(thisupd))
326 if (X509_cmp_time(thisupd, &t_tmp) > 0)
336 if (X509_cmp_time(thisupd, &t_tmp) < 0)
364 if (ASN1_STRING_cmp(nextupd, thisupd) < 0
    [all...]
ocsp.h 452 ASN1_GENERALIZEDTIME **thisupd,
457 ASN1_GENERALIZEDTIME **thisupd,
459 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
482 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
ocsp_srv.c 128 ASN1_TIME *thisupd, ASN1_TIME *nextupd)
143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
  /external/openssl/apps/
ocsp.c 1008 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
1020 &rev, &thisupd, &nextupd))
1029 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage))
1037 ASN1_GENERALIZEDTIME_print(out, thisupd);
1068 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1083 thisupd = X509_gmtime_adj(NULL, 0);
1116 thisupd, nextupd);
1125 thisupd, nextupd);
1130 thisupd, nextupd);
1142 thisupd, nextupd)
    [all...]
  /external/openssl/include/openssl/
ocsp.h 452 ASN1_GENERALIZEDTIME **thisupd,
457 ASN1_GENERALIZEDTIME **thisupd,
459 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
482 ASN1_TIME *thisupd, ASN1_TIME *nextupd);

Completed in 1365 milliseconds