/external/chromium_org/third_party/openssl/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 | 445 ASN1_GENERALIZEDTIME **thisupd, 450 ASN1_GENERALIZEDTIME **thisupd, 452 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, 475 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/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/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)) 1027 ASN1_GENERALIZEDTIME_print(out, thisupd); 1058 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local 1073 thisupd = X509_gmtime_adj(NULL, 0); 1106 thisupd, nextupd); 1115 thisupd, nextupd); 1120 thisupd, nextupd); 1132 thisupd, nextupd) [all...] |
/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/chromium_org/third_party/openssl/openssl/include/openssl/ |
ocsp.h | 445 ASN1_GENERALIZEDTIME **thisupd, 450 ASN1_GENERALIZEDTIME **thisupd, 452 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, 475 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
|
/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);
|