Home
last modified time | relevance | path

Searched refs:nextupdate (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dcrl.c56 {"nextupdate", OPT_NEXTUPDATE, '-', "Set nextUpdate field"},
91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
183 nextupdate = ++num; in crl_main()
339 if (nextupdate == i) { in crl_main()
/third_party/openssl/apps/
H A Dcrl.c56 {"nextupdate", OPT_NEXTUPDATE, '-', "Set nextUpdate field"},
91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
183 nextupdate = ++num; in crl_main()
339 if (nextupdate == i) { in crl_main()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h85 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate,
/third_party/openssl/apps/include/
H A Dapps.h85 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate,
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c3253 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, in set_crl_nextupdate() argument
3262 if (nextupdate == NULL) { in set_crl_nextupdate()
3266 if (!ASN1_TIME_set_string_X509(tm, nextupdate)) in set_crl_nextupdate()
/third_party/openssl/apps/lib/
H A Dapps.c3246 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, in set_crl_nextupdate() argument
3255 if (nextupdate == NULL) { in set_crl_nextupdate()
3259 if (!ASN1_TIME_set_string_X509(tm, nextupdate)) in set_crl_nextupdate()

Completed in 12 milliseconds