/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_cl.c | 261 ASN1_GENERALIZEDTIME **nextupd) 280 if(nextupd) *nextupd = single->nextUpdate; 292 ASN1_GENERALIZEDTIME **nextupd) 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) 345 if (!nextupd) return ret; 348 if (!ASN1_GENERALIZEDTIME_check(nextupd)) 356 if (X509_cmp_time(nextupd, &t_tmp) < 0) 364 if (ASN1_STRING_cmp(nextupd, thisupd) < 0 [all...] |
ocsp_srv.c | 128 ASN1_TIME *thisupd, ASN1_TIME *nextupd) 145 if (nextupd && 146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
|
ocsp.h | 446 ASN1_GENERALIZEDTIME **nextupd); 451 ASN1_GENERALIZEDTIME **nextupd); 453 ASN1_GENERALIZEDTIME *nextupd, 475 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
|
/external/openssl/crypto/ocsp/ |
ocsp_cl.c | 261 ASN1_GENERALIZEDTIME **nextupd) 280 if(nextupd) *nextupd = single->nextUpdate; 292 ASN1_GENERALIZEDTIME **nextupd) 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) 345 if (!nextupd) return ret; 348 if (!ASN1_GENERALIZEDTIME_check(nextupd)) 356 if (X509_cmp_time(nextupd, &t_tmp) < 0) 364 if (ASN1_STRING_cmp(nextupd, thisupd) < 0 [all...] |
ocsp_srv.c | 128 ASN1_TIME *thisupd, ASN1_TIME *nextupd) 145 if (nextupd && 146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
|
ocsp.h | 446 ASN1_GENERALIZEDTIME **nextupd); 451 ASN1_GENERALIZEDTIME **nextupd); 453 ASN1_GENERALIZEDTIME *nextupd, 475 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
ocsp.c | 998 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local 1010 &rev, &thisupd, &nextupd)) 1019 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) 1030 if(nextupd) 1033 ASN1_GENERALIZEDTIME_print(out, nextupd); 1058 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local 1075 nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24 ); 1106 thisupd, nextupd); 1115 thisupd, nextupd); 1120 thisupd, nextupd); [all...] |
/external/openssl/apps/ |
ocsp.c | 998 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local 1010 &rev, &thisupd, &nextupd)) 1019 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) 1030 if(nextupd) 1033 ASN1_GENERALIZEDTIME_print(out, nextupd); 1058 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local 1075 nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24 ); 1106 thisupd, nextupd); 1115 thisupd, nextupd); 1120 thisupd, nextupd); [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ocsp.h | 446 ASN1_GENERALIZEDTIME **nextupd); 451 ASN1_GENERALIZEDTIME **nextupd); 453 ASN1_GENERALIZEDTIME *nextupd, 475 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
|
/external/openssl/include/openssl/ |
ocsp.h | 446 ASN1_GENERALIZEDTIME **nextupd); 451 ASN1_GENERALIZEDTIME **nextupd); 453 ASN1_GENERALIZEDTIME *nextupd, 475 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
|