/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_r2x.c | 50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509() 52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_r2x.c | 50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509() 52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 104 if (t == NULL && (tmp = t = X509_gmtime_adj(NULL, 0)) == NULL) { in PKCS7_add0_attrib_signing_time()
|
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 98 if (t == NULL && (t = X509_gmtime_adj(NULL, 0)) == NULL) { in PKCS7_add0_attrib_signing_time()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 200 !X509_gmtime_adj(brsp->tbsResponseData.producedAt, 0)) in OCSP_basic_sign_ctx()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 200 !X509_gmtime_adj(brsp->tbsResponseData.producedAt, 0)) in OCSP_basic_sign_ctx()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-server.c | 836 X509_gmtime_adj(X509_get_notBefore(vhost->tls.ss->x509), 0); 837 X509_gmtime_adj(X509_get_notAfter(vhost->tls.ss->x509), 3600);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | x509.rs | 203 pub fn X509_gmtime_adj(time: *mut ASN1_TIME, adj: c_long) -> *mut ASN1_TIME; in X509_gmtime_adj() functions
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ca.c | 2313 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb() 2435 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str()
|
H A D | ocsp.c | 1052 thisupd = X509_gmtime_adj(NULL, 0); in make_ocsp_response()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 3212 if (X509_gmtime_adj(X509_getm_notBefore(x), 0) == NULL) in set_cert_times() 3237 if (X509_gmtime_adj(tm, 0) == NULL) in set_crl_lastupdate()
|
/third_party/openssl/apps/ |
H A D | ca.c | 2293 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb() 2415 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str()
|
H A D | ocsp.c | 1052 thisupd = X509_gmtime_adj(NULL, 0); in make_ocsp_response()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 3205 if (X509_gmtime_adj(X509_getm_notBefore(x), 0) == NULL) in set_cert_times() 3230 if (X509_gmtime_adj(tm, 0) == NULL) in set_crl_lastupdate()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_sd.c | 530 tt = X509_gmtime_adj(NULL, 0); in cms_add1_signingTime()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_sd.c | 526 tt = X509_gmtime_adj(NULL, 0); in cms_add1_signingTime()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509.h | 491 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509.h | 682 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509.h | 682 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509.h | 682 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | x509.h | 682 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | x509.h | 682 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509.h | 682 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509.h | 682 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | x509.h | 682 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|