Searched refs:X509_time_adj_ex (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/doc/man3/ |
D | X509_cmp_time.pod | 5 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/ |
D | x509_vfy.c | 1933 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/ |
D | x509.h | 489 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
|
/third_party/openssl/apps/ |
D | ocsp.c | 1158 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
|
D | apps.c | 2768 if (X509_time_adj_ex(X509_getm_notAfter(x), days, 0, NULL) in set_cert_times()
|
D | ca.c | 1112 || X509_time_adj_ex(tmptm, crldays, crlhours * 60 * 60 + crlsec, in ca_main()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2676 #define X509_time_adj_ex BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_time_adj_ex) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 2277 X509_time_adj_ex 2249 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 4647 and X509_time_adj_ex() to cover the extended range. The existing
|