Home
last modified time | relevance | path

Searched refs:time (Results 1 – 22 of 22) sorted by relevance

/crypto/x509/
A Dv3_timespec.c110 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 Dx509aset.c169 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 Dx509_vfy.c2293 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 Dts_rsp_utils.c135 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 Dts_local.h87 ASN1_GENERALIZEDTIME *time; member
A Dts_rsp_print.c141 ASN1_GENERALIZEDTIME_print(bio, a->time); in TS_TST_INFO_print_bio()
A Dts_asn1.c91 ASN1_SIMPLE(TS_TST_INFO, time, ASN1_GENERALIZEDTIME),
/crypto/
A DREADME-sparse_array.md5 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 Dbuild.info103 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 DREADME.md43 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 Dbio_sock.c447 now = time(NULL); in BIO_socket_wait()
466 now = time(NULL); in BIO_socket_wait()
A Dbio_lib.c977 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 Dbss_conn.c232 if (BIO_socket_wait(b->num, 0, time(NULL)) == 0) in conn_state()
/crypto/http/
A Dhttp_client.c274 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 Dcmp_client.c144 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 Dcmp_hdr.c112 return ASN1_GENERALIZEDTIME_set(hdr->messageTime, time(NULL)) != NULL; in ossl_cmp_hdr_update_messageTime()
A Dcmp_msg.c313 time_t now = time(NULL); in OSSL_CMP_CTX_setup_CRM()
/crypto/ocsp/
A Docsp_cl.c316 time(&t_now); in OCSP_check_validity()
/crypto/asn1/
A Da_time.c451 time(&now_t); in ASN1_TIME_to_tm()
/crypto/err/
A Dopenssl.txt26 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 DREADME.md5 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 Dobjects.txt1 # CCITT was renamed to ITU-T quite some time ago
562 !Cname time-stamp
900 !Cname time-specification

Completed in 63 milliseconds