Home
last modified time | relevance | path

Searched refs:event (Results 1 – 25 of 37) sorted by relevance

12

/openssl/ssl/
H A Devent_queue.c51 if (event != NULL) { in ossl_event_free()
87 if (ossl_pqueue_OSSL_EVENT_push(pq, event, &event->ref)) { in event_queue_add()
88 event->queue = pq; in event_queue_add()
99 event->type = type; in ossl_event_set()
101 event->when = when; in ossl_event_set()
102 event->ctx = ctx; in ossl_event_set()
132 event->flag_dynamic = 0; in ossl_event_queue_add()
138 if (event != NULL && event->queue != NULL) { in ossl_event_queue_remove()
139 ossl_pqueue_OSSL_EVENT_remove(event->queue, event->ref); in ossl_event_queue_remove()
147 if (event == NULL) in ossl_event_time_until()
[all …]
/openssl/doc/internal/man3/
H A DOSSL_EVENT.pod14 - event and timer queue
75 the event will be processed.
98 Once populated, the event type, the references to event context, and the
112 The event object I<event> has it's fields set to the passed parameters.
123 trigger. The event need not be part of an event queue.
149 event queue I<queue>. The I<event> must not already be contained by any
153 timer event queue I<queue>. The event must have previously been added
158 event in the timer event queue I<queue> is scheduled to trigger.
161 The event is removed from the event queue and, if dynamically allocated,
162 must be freed by the caller. A NULL event is returned if there is no event
[all …]
H A Dossl_init_thread_deregister.pod43 In the event that previously registered stop handlers need to be deregistered
/openssl/include/internal/
H A Devent_queue.h61 uint32_t ossl_event_get_type(const OSSL_EVENT *event) in ossl_event_get_type() argument
63 return event->type; in ossl_event_get_type()
69 return event->priority; in ossl_event_get_priority()
73 OSSL_TIME ossl_event_get_when(const OSSL_EVENT *event) in ossl_event_get_when() argument
75 return event->when; in ossl_event_get_when()
79 void *ossl_event_get0_ctx(const OSSL_EVENT *event) in ossl_event_get0_ctx() argument
81 return event->ctx; in ossl_event_get0_ctx()
88 *length = event->payload_size; in ossl_event_get0_payload()
89 return event->payload; in ossl_event_get0_payload()
134 void ossl_event_free(OSSL_EVENT *event);
[all …]
/openssl/crypto/bio/
H A Dbss_dgram.c810 struct sctp_event event; in BIO_new_dgram_sctp() local
884 memset(&event, 0, sizeof(event)); in BIO_new_dgram_sctp()
885 event.se_assoc_id = 0; in BIO_new_dgram_sctp()
887 event.se_on = 1; in BIO_new_dgram_sctp()
1071 memset(&event, 0, sizeof(event)); in dgram_sctp_read()
1608 struct sctp_event event; in dgram_sctp_wait_for_dry() local
1617 memset(&event, 0, sizeof(event)); in dgram_sctp_wait_for_dry()
1618 event.se_assoc_id = 0; in dgram_sctp_wait_for_dry()
1620 event.se_on = 1; in dgram_sctp_wait_for_dry()
1687 memset(&event, 0, sizeof(event)); in dgram_sctp_wait_for_dry()
[all …]
/openssl/.github/workflows/
H A Dfips-label.yml24 if: ${{ github.event.workflow_run.event == 'pull_request' }}
27 if: ${{ github.event.workflow_run.conclusion == 'success' }}
34 run_id: ${{github.event.workflow_run.id }},
48 if: ${{ github.event.workflow_run.conclusion == 'success' }}
50 if: ${{ github.event.workflow_run.conclusion == 'success' }}
H A Dfips-checksums.yml31 repository: ${{ github.event.pull_request.base.repo.full_name }}
32 ref: ${{ github.event.pull_request.base.ref }}
70 run: echo ${{ github.event.number }} > ./artifact/pr_num
/openssl/providers/fips/
H A Dself_test.h39 int SELF_TEST_kats(OSSL_SELF_TEST *event, OSSL_LIB_CTX *libctx);
/openssl/doc/man3/
H A DSSL_CTX_set_info_callback.pod44 is called whenever a significant event occurs such as: the state changes,
60 state machine event. This may mean that the callback gets invoked more than once
H A DASYNC_start_job.pod39 represents code that can be started and executes until some event occurs. At
41 subsequent event indicates that the job can be resumed.
253 * Normally some external event would cause this to happen at some
H A DSSL_get_client_random.pod70 in case of the unlikely event that a future version or variant of TLS
H A DOSSL_CMP_log_open.pod71 a message string describing the nature of the event, terminated by '\n'.
H A DSSL_CTX_set_msg_callback.pod65 content types are used to signal some other event in the processing of data (see
H A DSSL_CTX_set_tlsext_status_cb.pod53 callback will not be called in the event of a handshake where session resumption
H A DOPENSSL_init_crypto.pod195 atexit() function. In the event that the application will close in a manner
213 process wide resources are freed. In the event that multiple stop handlers are
H A DSSL_CTX_use_psk_identity_hint.pod124 failure. In the event of failure the connection setup fails.
H A DDTLSv1_listen.pod104 call to DTLSv1_listen() in the event of a non-fatal error.
H A DSSL_read.pod104 In the event of a failure call L<SSL_get_error(3)> to find out the reason which
H A DSSL_write.pod92 network error). In the event of a failure call L<SSL_get_error(3)> to find out
H A DSSL_CTX_set_psk_client_callback.pod157 failure. In the event of failure the connection setup fails.
H A DSSL_shutdown.pod108 event.
H A DSSL_CTX_set_srp_password.pod90 In the event of a B<SSL3_AL_FATAL> the alert flag given by B<*al> will be sent
/openssl/ssl/statem/
H A DREADME.md22 event of NBIO events; handling the common flow of steps for reading a
/openssl/doc/designs/ddd/
H A DWINDOWS.md39 model, you make a read or write on a socket and an event is posted to the IOCP
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md40 event should be invoked.
346 event functions above is made.

Completed in 59 milliseconds

12