/external/openssl/crypto/ocsp/ |
ocsp_asn.c | 144 ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
|
ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate;
|
ocsp_srv.c | 146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
|
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate;
|
ocsp_srv.c | 146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate;
|
x509.h | 455 ASN1_TIME *nextUpdate; 623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) [all...] |
/external/openssl/include/openssl/ |
ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate;
|
x509.h | 455 ASN1_TIME *nextUpdate; 623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) [all...] |
/libcore/luni/src/main/java/java/security/cert/ |
X509CRLSelector.java | 243 * date and the {@code nextUpdate} value must be after the specified date. 338 * date and the {@code nextUpdate} value must be after the returned date.
|
/libcore/support/src/test/java/tests/resources/x509/ |
create.sh | 106 openssl crl -inform d -in ${DIR}/crl-rsa.der -noout -lastupdate -nextupdate > ${DIR}/crl-rsa-dates.txt 107 openssl crl -inform d -in ${DIR}/crl-rsa-dsa.der -noout -lastupdate -nextupdate > ${DIR}/crl-rsa-dsa-dates.txt
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_txt.c | 108 return("format error in CRL's nextUpdate field");
|
x509.h | 455 ASN1_TIME *nextUpdate; 623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) [all...] |
/external/openssl/crypto/x509/ |
x509_txt.c | 108 return("format error in CRL's nextUpdate field");
|
x509.h | 455 ASN1_TIME *nextUpdate; 623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
CertPathReviewerMessages.properties | 328 # {1} nextUpdate of the CRL 337 # {1} nextUpdate of the CRL 345 # {1} nextUpdate of the CRL 354 # {1} nextUpdate of the CRL [all...] |
/external/chromium_org/net/tools/testserver/ |
minica.py | 283 asn1.Explicit(0, asn1.GeneralizedTime("20300101060000Z")), # nextUpdate
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PhotoPage.java | 302 long nextUpdate = mDeferUpdateUntil - SystemClock.uptimeMillis(); 303 if (nextUpdate <= 0) { 307 mHandler.sendEmptyMessageDelayed(MSG_UPDATE_DEFERRED, nextUpdate); [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 527 // nextUpdate - missed
|
/external/chromium_org/net/cert/ |
ct_objects_extractor_nss.cc | 320 // nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
x_crl.c | 117 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
|
/external/openssl/crypto/asn1/ |
x_crl.c | 117 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 532 // nextUpdate - missed [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | [all...] |