Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 173) sorted by relevance

1234567

/openssl/ssl/
H A Dpqueue.c29 item->next = NULL; in pitem_new()
55 pitem *curr, *next; in pqueue_insert() local
63 next != NULL; curr = next, next = next->next) { in pqueue_insert()
69 item->next = next; in pqueue_insert()
83 item->next = NULL; in pqueue_insert()
84 curr->next = item; in pqueue_insert()
106 pitem *next; in pqueue_find() local
112 for (next = pq->items; next->next != NULL; next = next->next) { in pqueue_find()
114 found = next; in pqueue_find()
121 found = next; in pqueue_find()
[all …]
H A Dssl_sess.c179 dest->next = NULL; in ssl_session_dup()
1226 s->prev->next = s->next; in SSL_SESSION_list_remove()
1229 s->prev = s->next = NULL; in SSL_SESSION_list_remove()
1235 SSL_SESSION *next; in SSL_SESSION_list_add() local
1252 s->next->prev = s; in SSL_SESSION_list_add()
1258 s->prev->next = s; in SSL_SESSION_list_add()
1266 next = ctx->session_cache_head->next; in SSL_SESSION_list_add()
1269 s->next = next; in SSL_SESSION_list_add()
1271 next->prev->next = s; in SSL_SESSION_list_add()
1272 next->prev = s; in SSL_SESSION_list_add()
[all …]
H A Dbio_ssl.c229 BIO *next; in ssl_ctrl() local
233 next = BIO_next(b); in ssl_ctrl()
254 if (next != NULL) in ssl_ctrl()
255 ret = BIO_ctrl(next, cmd, num, ptr); in ssl_ctrl()
297 if (next != NULL) in ssl_ctrl()
298 BIO_push(bio, next); in ssl_ctrl()
331 if ((next != NULL) && (next != sc->rbio)) { in ssl_ctrl()
336 BIO_up_ref(next); in ssl_ctrl()
337 SSL_set_bio(ssl, next, next); in ssl_ctrl()
362 BIO_set_retry_reason(b, BIO_get_retry_reason(next)); in ssl_ctrl()
/openssl/crypto/async/
H A Dasync_wait.c23 struct fd_lookup_st *next; in ASYNC_WAIT_CTX_free() local
36 next = curr->next; in ASYNC_WAIT_CTX_free()
38 curr = next; in ASYNC_WAIT_CTX_free()
60 fdlookup->next = ctx->fds; in ASYNC_WAIT_CTX_set_wait_fd()
83 curr = curr->next; in ASYNC_WAIT_CTX_get_fd()
106 curr = curr->next; in ASYNC_WAIT_CTX_get_all_fds()
134 curr = curr->next; in ASYNC_WAIT_CTX_get_changed_fds()
159 prev->next = curr->next; in ASYNC_WAIT_CTX_clear_fd()
180 curr = curr->next; in ASYNC_WAIT_CTX_clear_fd()
234 prev->next = curr->next; in async_wait_ctx_reset_counts()
[all …]
/openssl/crypto/evp/
H A Dbio_md.c77 BIO *next; in md_read() local
83 next = BIO_next(b); in md_read()
88 ret = BIO_read(next, out, outl); in md_read()
105 BIO *next; in md_write() local
111 next = BIO_next(b); in md_write()
124 if (next != NULL) { in md_write()
137 BIO *dbio, *next; in md_ctrl() local
141 next = BIO_next(b); in md_ctrl()
198 BIO *next; in md_callback_ctrl() local
200 next = BIO_next(b); in md_callback_ctrl()
[all …]
H A Dbio_enc.c110 BIO *next; in enc_read() local
116 next = BIO_next(b); in enc_read()
117 if ((ctx == NULL) || (next == NULL)) in enc_read()
160 if (!BIO_should_retry(next)) { in enc_read()
238 BIO *next; in enc_write() local
241 next = BIO_next(b); in enc_write()
242 if ((ctx == NULL) || (next == NULL)) in enc_write()
301 BIO *next; in enc_ctrl() local
304 next = BIO_next(b); in enc_ctrl()
391 BIO *next = BIO_next(b); in enc_callback_ctrl() local
[all …]
H A Dbio_b64.c113 BIO *next; in b64_read() local
119 next = BIO_next(b); in b64_read()
120 if (ctx == NULL || next == NULL) in b64_read()
325 BIO *next; in b64_write() local
328 next = BIO_next(b); in b64_write()
329 if (ctx == NULL || next == NULL) in b64_write()
441 BIO *next; in b64_ctrl() local
444 next = BIO_next(b); in b64_ctrl()
445 if (ctx == NULL || next == NULL) in b64_ctrl()
523 BIO *next = BIO_next(b); in b64_callback_ctrl() local
[all …]
H A Dbio_ok.c174 BIO *next; in ok_read() local
180 next = BIO_next(b); in ok_read()
260 BIO *next; in ok_write() local
266 next = BIO_next(b); in ok_write()
328 BIO *next; in ok_ctrl() local
331 next = BIO_next(b); in ok_ctrl()
343 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl()
376 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl()
408 BIO *next; in ok_callback_ctrl() local
410 next = BIO_next(b); in ok_callback_ctrl()
[all …]
/openssl/crypto/err/
H A Derr_prn.c76 const char *curr = txt, *next = txt; in ERR_add_error_txt() local
97 const size_t len_next = strlen(next); in ERR_add_error_txt()
100 next += len_next; in ERR_add_error_txt()
103 next += available_len; in ERR_add_error_txt()
107 while (*next != '\0' && (size_t)(next - txt) <= available_len) { in ERR_add_error_txt()
108 curr = next; in ERR_add_error_txt()
109 next = strstr(curr, separator); in ERR_add_error_txt()
110 if (next != NULL) { in ERR_add_error_txt()
111 next += strlen(separator); in ERR_add_error_txt()
114 next = curr + strlen(curr); in ERR_add_error_txt()
[all …]
/openssl/test/
H A Dx509aux.c53 goto next; in test_certs()
60 goto next; in test_certs()
69 goto next; in test_certs()
74 goto next; in test_certs()
81 goto next; in test_certs()
87 goto next; in test_certs()
92 goto next; in test_certs()
99 goto next; in test_certs()
105 goto next; in test_certs()
116 goto next; in test_certs()
[all …]
H A Dsslcorrupttest.c19 BIO *next = BIO_next(bio); in copy_flags() local
21 flags = BIO_test_flags(next, BIO_FLAGS_SHOULD_RETRY | BIO_FLAGS_RWS); in copy_flags()
29 BIO *next = BIO_next(bio); in tls_corrupt_read() local
31 ret = BIO_read(next, out, outl); in tls_corrupt_read()
40 BIO *next = BIO_next(bio); in tls_corrupt_write() local
48 ret = BIO_write(next, copy, inl); in tls_corrupt_write()
51 ret = BIO_write(next, in, inl); in tls_corrupt_write()
61 BIO *next = BIO_next(bio); in tls_corrupt_ctrl() local
63 if (next == NULL) in tls_corrupt_ctrl()
71 ret = BIO_ctrl(next, cmd, num, ptr); in tls_corrupt_ctrl()
H A Dasynciotest.c93 BIO *next = BIO_next(bio); in async_read() local
97 if (next == NULL) in async_read()
105 ret = BIO_read(next, out, 1); in async_read()
106 if (ret <= 0 && BIO_should_read(next)) in async_read()
129 BIO *next = BIO_next(bio); in async_write() local
133 if (next == NULL) in async_write()
242 ret = BIO_write(next, in + written, inl - written); in async_write()
245 if (ret <= 0 && BIO_should_write(next)) in async_write()
260 BIO *next = BIO_next(bio); in async_ctrl() local
262 if (next == NULL) in async_ctrl()
[all …]
H A Dtls13ccstest.c73 BIO *next = BIO_next(bio); in watchccs_read() local
77 if (next == NULL) in watchccs_read()
82 ret = BIO_read(next, out, outl); in watchccs_read()
83 if (ret <= 0 && BIO_should_read(next)) in watchccs_read()
92 BIO *next = BIO_next(bio); in watchccs_write() local
98 if (next == NULL) in watchccs_write()
206 ret = BIO_write(next, in, inl); in watchccs_write()
207 if (ret <= 0 && BIO_should_write(next)) in watchccs_write()
216 BIO *next = BIO_next(bio); in watchccs_ctrl() local
218 if (next == NULL) in watchccs_ctrl()
[all …]
H A Dbio_prefix_text.c96 BIO *next = NULL; in setup_bio_chain() local
104 next = bio_out; in setup_bio_chain()
105 BIO_up_ref(next); /* Protection against freeing */ in setup_bio_chain()
112 chain[i] = BIO_push(curr, next); in setup_bio_chain()
115 next = chain[i]; in setup_bio_chain()
121 BIO_free_all(next); in setup_bio_chain()
/openssl/crypto/asn1/
H A Dbio_asn1.c159 BIO *next; in asn1_bio_write() local
162 next = BIO_next(b); in asn1_bio_write()
297 BIO *next = BIO_next(b); in asn1_bio_read() local
298 if (next == NULL) in asn1_bio_read()
310 BIO *next = BIO_next(b); in asn1_bio_gets() local
311 if (next == NULL) in asn1_bio_gets()
319 if (next == NULL) in asn1_bio_callback_ctrl()
329 BIO *next; in asn1_bio_ctrl() local
334 next = BIO_next(b); in asn1_bio_ctrl()
370 if (next == NULL) in asn1_bio_ctrl()
[all …]
/openssl/doc/man3/
H A DBIO_push.pod11 BIO *BIO_push(BIO *b, BIO *next);
13 void BIO_set_next(BIO *b, BIO *next);
17 BIO_push() pushes I<b> on I<next>.
18 If I<b> is NULL the function does nothing and returns I<next>.
20 to I<next> (unless I<next> is NULL).
26 returns the next BIO in the chain, or NULL if there is no next BIO.
30 BIO_set_next() replaces the existing next BIO in a chain with the BIO pointed to
31 by I<next>. The new chain may include some of the same BIOs from the old chain
47 which usually is I<b>, or I<next> if I<b> is NULL.
49 BIO_pop() returns the next BIO in the chain,
[all …]
/openssl/crypto/
H A Dinitthread.c42 THREAD_EVENT_HANDLER *next; member
327 curr = curr->next; in init_thread_stop()
332 *hands = curr->next; in init_thread_stop()
334 prev->next = curr->next; in init_thread_stop()
337 curr = curr->next; in init_thread_stop()
397 hand->next = *hands; in ossl_init_thread_start()
432 prev->next = curr->next; in init_thread_deregister()
434 *hands = curr->next; in init_thread_deregister()
436 curr = curr->next; in init_thread_deregister()
441 curr = curr->next; in init_thread_deregister()
/openssl/crypto/engine/
H A Deng_list.c69 iterator = iterator->next; in engine_list_add()
93 engine_list_tail->next = e; in engine_list_add()
103 e->next = NULL; in engine_list_add()
118 iterator = iterator->next; in engine_list_remove()
124 if (e->next) in engine_list_remove()
125 e->next->prev = e->prev; in engine_list_remove()
127 e->prev->next = e->next; in engine_list_remove()
130 engine_list_head = e->next; in engine_list_remove()
158 iterator = iterator->next; in engine_add_dynamic_id()
267 ret = e->next; in ENGINE_get_next()
[all …]
/openssl/crypto/lhash/
H A Dlhash.c97 nn = n->next; in OPENSSL_LH_flush()
125 nn->next = NULL; in OPENSSL_LH_insert()
150 *rn = nn->next; in OPENSSL_LH_delete()
193 n = a->next; in doall_util_fn()
246 *n1 = (*n1)->next; in expand()
247 np->next = *n2; in expand()
250 n1 = &((*n1)->next); in expand()
285 n1 = n1->next; in contract()
286 n1->next = np; in contract()
308 ret = &(n1->next); in getrn()
[all …]
/openssl/util/
H A Dmerge-err-lines26 my $next = <>;
27 $next =~ s/^ +//;
28 $_ = $copy . ' ' . $next;
/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c101 goto next; in msblob2key_decode()
108 goto next; in msblob2key_decode()
115 goto next; in msblob2key_decode()
120 goto next; in msblob2key_decode()
130 goto next; in msblob2key_decode()
145 goto next; in msblob2key_decode()
154 goto next; in msblob2key_decode()
160 next: in msblob2key_decode()
/openssl/crypto/comp/
H A Dc_zlib.c370 BIO *next = BIO_next(b); in bio_zlib_read() local
432 BIO *next = BIO_next(b); in bio_zlib_write() local
503 BIO *next = BIO_next(b); in bio_zlib_flush() local
552 BIO *next = BIO_next(b); in bio_zlib_ctrl() local
554 if (next == NULL) in bio_zlib_ctrl()
568 ret = BIO_flush(next); in bio_zlib_ctrl()
601 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl()
628 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl()
638 BIO *next = BIO_next(b); in bio_zlib_callback_ctrl() local
640 if (next == NULL) in bio_zlib_callback_ctrl()
[all …]
/openssl/ssl/quic/
H A Dquic_ackm.c119 pkt->next = NULL; in tx_pkt_history_add_actual()
122 h->tail->next = pkt; in tx_pkt_history_add_actual()
170 pkt->prev->next = pkt->next; in tx_pkt_history_remove()
171 if (pkt->next != NULL) in tx_pkt_history_remove()
174 h->head = pkt->next; in tx_pkt_history_remove()
461 xnext = x->next; in pn_set_destroy()
480 x->prev->next = x; in pn_set_merge_adjacent()
697 z->prev->next = z->next; in pn_set_remove()
735 y->next = z->next; in pn_set_remove()
741 z->next = y; in pn_set_remove()
[all …]
/openssl/providers/implementations/storemgmt/
H A Dfile_store_any2obj.c137 goto next; in msblob2obj_decode()
145 goto next; in msblob2obj_decode()
159 next: in msblob2obj_decode()
204 goto next; in pvk2obj_decode()
212 goto next; in pvk2obj_decode()
226 next: in pvk2obj_decode()
/openssl/apps/lib/
H A Ds_socket.c303 const BIO_ADDRINFO *next; in do_server() local
330 next = BIO_ADDRINFO_next(res); in do_server()
336 if (next != NULL in do_server()
337 && BIO_ADDRINFO_socktype(next) == sock_type in do_server()
338 && BIO_ADDRINFO_protocol(next) == sock_protocol) { in do_server()
340 && BIO_ADDRINFO_family(next) == AF_INET6) { in do_server()
346 sock_address = BIO_ADDRINFO_address(next); in do_server()
348 && BIO_ADDRINFO_family(next) == AF_INET) { in do_server()

Completed in 151 milliseconds

1234567