Searched refs:time (Results 1 – 22 of 22) sorted by relevance
| /crypto/x509/ |
| A D | v3_timespec.c | 110 ASN1_SIMPLE(OSSL_TIME_SPEC, time, OSSL_TIME_SPEC_TIME), 131 if (time->startTime != NULL && time->endTime != NULL) { 138 if (!ossl_asn1_time_print_ex(out, time->endTime, 0)) 140 } else if (time->startTime != NULL) { 145 if (BIO_printf(out, "%.*s", time->startTime->length, time->startTime->data) <= 0) 147 } else if (time->endTime != NULL) { 543 switch (time->type) { in i2r_OSSL_TIME_SPEC_TIME() 568 OSSL_TIME_SPEC *time, in i2r_OSSL_TIME_SPEC() argument 573 if (time->timeZone) { in i2r_OSSL_TIME_SPEC() 579 if (time->notThisTime > 0) { in i2r_OSSL_TIME_SPEC() [all …]
|
| A D | x509aset.c | 169 int X509_ACERT_set1_notBefore(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time) in X509_ACERT_set1_notBefore() argument 171 return replace_gentime(&x->acinfo->validityPeriod.notBefore, time); in X509_ACERT_set1_notBefore() 174 int X509_ACERT_set1_notAfter(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time) in X509_ACERT_set1_notAfter() argument 176 return replace_gentime(&x->acinfo->validityPeriod.notAfter, time); in X509_ACERT_set1_notAfter()
|
| A D | x509_vfy.c | 2293 time_t *time = NULL; in X509_cmp_timeframe() local 2298 time = &ref_time; in X509_cmp_timeframe() 2303 if (end != NULL && X509_cmp_time(end, time) < 0) in X509_cmp_timeframe() 2305 if (start != NULL && X509_cmp_time(start, time) > 0) in X509_cmp_timeframe() 2328 time(&t); in X509_time_adj_ex()
|
| /crypto/ts/ |
| A D | ts_rsp_utils.c | 135 if (a->time == gtime) in TS_TST_INFO_set_time() 142 ASN1_GENERALIZEDTIME_free(a->time); in TS_TST_INFO_set_time() 143 a->time = new_time; in TS_TST_INFO_set_time() 149 return a->time; in TS_TST_INFO_get_time()
|
| A D | ts_local.h | 87 ASN1_GENERALIZEDTIME *time; member
|
| A D | ts_rsp_print.c | 141 ASN1_GENERALIZEDTIME_print(bio, a->time); in TS_TST_INFO_print_bio()
|
| A D | ts_asn1.c | 91 ASN1_SIMPLE(TS_TST_INFO, time, ASN1_GENERALIZEDTIME),
|
| /crypto/ |
| A D | README-sparse_array.md | 5 attempts to be both space and time efficient. 26 `OPENSSL_SA_BLOCK_BITS` can be defined at compile time and this overrides the 149 Accesses to elements in the sparse array take O(log n) time where n is the 151 small indices (e.g. NIDs), single level (constant time) access is achievable.
|
| A D | build.info | 103 params_dup.c time.c array_alloc.c deterministic_nonce.c 110 quic_vlint.c time.c defaults.c ssl_err.c
|
| /crypto/property/ |
| A D | README.md | 43 time rather than quadratic time - the O(n log n) sort cost being amortised. 62 lock more easily. The global lock is held for short periods of time with
|
| /crypto/bio/ |
| A D | bio_sock.c | 447 now = time(NULL); in BIO_socket_wait() 466 now = time(NULL); in BIO_socket_wait()
|
| A D | bio_lib.c | 977 sec_diff = (long)(max_time - time(NULL)); /* might overflow */ in bio_wait() 1022 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in BIO_do_connect_retry()
|
| A D | bss_conn.c | 232 if (BIO_socket_wait(b->num, 0, time(NULL)) == 0) in conn_state()
|
| /crypto/http/ |
| A D | http_client.c | 274 rctx->max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_REQ_CTX_set_expected() 419 overall_timeout > 0 ? time(NULL) + overall_timeout : 0; in http_req_ctx_new() 533 time_t time_diff, now = time(NULL); in may_still_retry() 1268 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_get() 1441 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect()
|
| /crypto/cmp/ |
| A D | cmp_client.c | 144 time_t now = time(NULL); in send_receive_check() 182 ctx->total_timeout != 0 && time(NULL) >= ctx->end_time ? in send_receive_check() 338 int64_t time_left = (int64_t)(ctx->end_time - exp - time(NULL)); in poll_for_response()
|
| A D | cmp_hdr.c | 112 return ASN1_GENERALIZEDTIME_set(hdr->messageTime, time(NULL)) != NULL; in ossl_cmp_hdr_update_messageTime()
|
| A D | cmp_msg.c | 313 time_t now = time(NULL); in OSSL_CMP_CTX_setup_CRM()
|
| /crypto/ocsp/ |
| A D | ocsp_cl.c | 316 time(&t_now); in OCSP_check_validity()
|
| /crypto/asn1/ |
| A D | a_time.c | 451 time(&now_t); in ASN1_TIME_to_tm()
|
| /crypto/err/ |
| A D | openssl.txt | 26 ASN1_R_ERROR_GETTING_TIME:173:error getting time 53 ASN1_R_ILLEGAL_TIME_VALUE:184:illegal time value 104 ASN1_R_TIME_NOT_ASCII_FORMAT:193:time not ascii format 896 OCSP_R_NO_REVOKED_TIME:109:no revoked time 1735 TS_R_COULD_NOT_SET_TIME:115:could not set time 1746 TS_R_NO_TIME_STAMP_TOKEN:107:no time stamp token 1756 TS_R_TIME_SYSCALL_ERROR:122:time syscall error
|
| /crypto/engine/ |
| A D | README.md | 5 so here goes. This update addresses a change being made at the same time to 78 the RSA_METHOD would call ENGINE_get_RSA() each time on its ENGINE handle to
|
| /crypto/objects/ |
| A D | objects.txt | 1 # CCITT was renamed to ITU-T quite some time ago 562 !Cname time-stamp 900 !Cname time-specification
|
Completed in 63 milliseconds