Searched refs:X509_gmtime_adj (Results 1 – 18 of 18) sorted by relevance
/third_party/openssl/doc/man3/ |
D | X509_cmp_time.pod | 6 X509_time_adj, X509_time_adj_ex, X509_gmtime_adj 18 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *asn1_time, long offset_sec); 49 X509_gmtime_adj() sets the ASN1_TIME structure I<asn1_time> to the time 72 X509_time_adj(), X509_time_adj_ex() and X509_gmtime_adj() return a pointer to
|
/third_party/openssl/crypto/x509/ |
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()
|
D | x509_vfy.c | 1951 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj) in X509_gmtime_adj() function
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlscertificate.c | 279 X509_gmtime_adj (X509_getm_notBefore (priv->x509), 0); in init_generated() 280 X509_gmtime_adj (X509_getm_notAfter (priv->x509), 31536000L); /* A year */ in init_generated()
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_attr.c | 98 if (t == NULL && (t = X509_gmtime_adj(NULL, 0)) == NULL) { in PKCS7_add0_attrib_signing_time()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | asn1.rs | 312 #[corresponds(X509_gmtime_adj)] 317 let handle = cvt_p(ffi::X509_gmtime_adj(ptr::null_mut(), period))?; in from_period()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_srv.c | 200 !X509_gmtime_adj(brsp->tbsResponseData.producedAt, 0)) in OCSP_basic_sign_ctx()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 816 X509_gmtime_adj(X509_get_notBefore(vhost->tls.ss->x509), 0); 817 X509_gmtime_adj(X509_get_notAfter(vhost->tls.ss->x509), 3600);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | x509.rs | 199 pub fn X509_gmtime_adj(time: *mut ASN1_TIME, adj: c_long) -> *mut ASN1_TIME; in X509_gmtime_adj() function
|
/third_party/openssl/util/ |
D | missingcrypto111.txt | 1623 X509_gmtime_adj(3)
|
D | libcrypto.num | 1060 X509_gmtime_adj 1088 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/crypto/cms/ |
D | cms_sd.c | 522 tt = X509_gmtime_adj(NULL, 0); in cms_add1_signingTime()
|
/third_party/openssl/apps/ |
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()
|
D | ocsp.c | 1050 thisupd = X509_gmtime_adj(NULL, 0); in make_ocsp_response()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 491 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/third_party/openssl/apps/lib/ |
D | apps.c | 3200 if (X509_gmtime_adj(X509_getm_notBefore(x), 0) == NULL) in set_cert_times() 3225 if (X509_gmtime_adj(tm, 0) == NULL) in set_crl_lastupdate()
|
/third_party/openssl/include/openssl/ |
D | x509.h.in | 488 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/third_party/openssl/ |
D | CHANGES.md | 15815 X509_gmtime_adj() work with an ASN1_TIME structure,
|