Home
last modified time | relevance | path

Searched refs:X509_time_adj_ex (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/doc/man3/
DX509_cmp_time.pod5 X509_cmp_time, X509_cmp_current_time, X509_time_adj, X509_time_adj_ex
13 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *asn1_time, int offset_day, long
24 X509_time_adj_ex() sets the ASN1_TIME structure B<asn1_time> to the time
29 offsets up to the capacity of long, so the newer X509_time_adj_ex()
49 X509_time_adj() and X509_time_adj_ex() return a pointer to the updated
/third_party/openssl/crypto/x509/
Dx509_vfy.c1933 return X509_time_adj_ex(s, 0, offset_sec, in_tm); in X509_time_adj()
1936 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s, in X509_time_adj_ex() function
/third_party/openssl/include/openssl/
Dx509.h489 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
/third_party/openssl/apps/
Docsp.c1158 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
Dapps.c2768 if (X509_time_adj_ex(X509_getm_notAfter(x), days, 0, NULL) in set_cert_times()
Dca.c1112 || X509_time_adj_ex(tmptm, crldays, crlhours * 60 * 60 + crlsec, in ca_main()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2676 #define X509_time_adj_ex BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_time_adj_ex) macro
/third_party/openssl/util/
Dlibcrypto.num2277 X509_time_adj_ex 2249 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES4647 and X509_time_adj_ex() to cover the extended range. The existing