/openssl/ssl/ |
H A D | pqueue.c | 27 item->next = NULL; in pitem_new() 50 pitem *curr, *next; in pqueue_insert() local 58 next != NULL; curr = next, next = next->next) { in pqueue_insert() 64 item->next = next; in pqueue_insert() 78 item->next = NULL; in pqueue_insert() 79 curr->next = item; in pqueue_insert() 101 pitem *next; in pqueue_find() local 107 for (next = pq->items; next->next != NULL; next = next->next) { in pqueue_find() 109 found = next; in pqueue_find() 116 found = next; in pqueue_find() [all …]
|
H A D | ssl_sess.c | 171 dest->next = NULL; in ssl_session_dup_intern() 1288 s->prev->next = s->next; in SSL_SESSION_list_remove() 1291 s->prev = s->next = NULL; in SSL_SESSION_list_remove() 1297 SSL_SESSION *next; in SSL_SESSION_list_add() local 1314 s->next->prev = s; in SSL_SESSION_list_add() 1320 s->prev->next = s; in SSL_SESSION_list_add() 1328 next = ctx->session_cache_head->next; in SSL_SESSION_list_add() 1331 s->next = next; in SSL_SESSION_list_add() 1333 next->prev->next = s; in SSL_SESSION_list_add() 1334 next->prev = s; in SSL_SESSION_list_add() [all …]
|
/openssl/crypto/async/ |
H A D | async_wait.c | 23 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() 58 fdlookup->next = ctx->fds; in ASYNC_WAIT_CTX_set_wait_fd() 81 curr = curr->next; in ASYNC_WAIT_CTX_get_fd() 104 curr = curr->next; in ASYNC_WAIT_CTX_get_all_fds() 132 curr = curr->next; in ASYNC_WAIT_CTX_get_changed_fds() 157 prev->next = curr->next; in ASYNC_WAIT_CTX_clear_fd() 178 curr = curr->next; in ASYNC_WAIT_CTX_clear_fd() 232 prev->next = curr->next; in async_wait_ctx_reset_counts() [all …]
|
/openssl/crypto/evp/ |
H A D | bio_md.c | 77 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 D | bio_enc.c | 108 BIO *next; in enc_read() local 114 next = BIO_next(b); in enc_read() 115 if ((ctx == NULL) || (next == NULL)) in enc_read() 162 if (!BIO_should_retry(next)) { in enc_read() 240 BIO *next; in enc_write() local 243 next = BIO_next(b); in enc_write() 244 if ((ctx == NULL) || (next == NULL)) in enc_write() 303 BIO *next; in enc_ctrl() local 307 next = BIO_next(b); in enc_ctrl() 401 BIO *next = BIO_next(b); in enc_callback_ctrl() local [all …]
|
H A D | bio_b64.c | 119 BIO *next; in b64_read() local 125 next = BIO_next(b); in b64_read() 126 if (ctx == NULL || next == NULL) in b64_read() 323 BIO *next; in b64_write() local 326 next = BIO_next(b); in b64_write() 327 if (ctx == NULL || next == NULL) in b64_write() 439 BIO *next; in b64_ctrl() local 442 next = BIO_next(b); in b64_ctrl() 443 if (ctx == NULL || next == NULL) in b64_ctrl() 522 BIO *next = BIO_next(b); in b64_callback_ctrl() local [all …]
|
H A D | bio_ok.c | 172 BIO *next; in ok_read() local 178 next = BIO_next(b); in ok_read() 258 BIO *next; in ok_write() local 264 next = BIO_next(b); in ok_write() 326 BIO *next; in ok_ctrl() local 329 next = BIO_next(b); in ok_ctrl() 341 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl() 374 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl() 407 BIO *next; in ok_callback_ctrl() local 409 next = BIO_next(b); in ok_callback_ctrl() [all …]
|
/openssl/crypto/err/ |
H A D | err_prn.c | 76 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 D | x509aux.c | 52 goto next; in test_certs() 59 goto next; in test_certs() 68 goto next; in test_certs() 73 goto next; in test_certs() 80 goto next; in test_certs() 86 goto next; in test_certs() 91 goto next; in test_certs() 98 goto next; in test_certs() 104 goto next; in test_certs() 115 goto next; in test_certs() [all …]
|
H A D | sslcorrupttest.c | 19 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 D | asynciotest.c | 93 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 D | tls13ccstest.c | 73 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 …]
|
/openssl/ssl/quic/ |
H A D | quic_cfq.c | 102 l->head = n->next; in list_remove() 106 n->prev->next = n->next; in list_remove() 107 if (n->next != NULL) in list_remove() 114 n->next = l->head; in list_insert_head() 117 if (n->next != NULL) in list_insert_head() 118 n->next->prev = n; in list_insert_head() 126 n->next = NULL; in list_insert_tail() 139 n->next = ref->next; in list_insert_after() 142 ref->next = n; in list_insert_after() 197 pnext = p->next; in free_list_items() [all …]
|
H A D | quic_sf_list.c | 15 struct stream_frame_st *prev, *next; member 58 next_frame = sf->next; in ossl_sframe_list_destroy() 73 fl->tail->next = new_frame; in append_frame() 118 sf = sf->next) in ossl_sframe_list_insert() 144 prev_frame->next = drop_frame->next; in ossl_sframe_list_insert() 165 new_frame->next = next_frame; in ossl_sframe_list_insert() 193 sf = sf->next; in ossl_sframe_list_peek() 235 sf = sf->next; in ossl_sframe_list_drop_frames() 283 sf = sf->next; in ossl_sframe_list_move_data() 317 prev_frame->next = sf->next; in ossl_sframe_list_move_data() [all …]
|
H A D | quic_txpim.c | 17 QUIC_TXPIM_PKT_EX *prev, *next; member 49 nnext = n->next; in free_list() 71 l->head = n->next; in list_remove() 75 n->prev->next = n->next; in list_remove() 76 if (n->next != NULL) in list_remove() 77 n->next->prev = n->prev; in list_remove() 78 n->prev = n->next = NULL; in list_remove() 84 n->next = NULL; in list_insert_tail() 87 n->prev->next = n; in list_insert_tail()
|
H A D | quic_stream_map.c | 26 assert(n->prev == NULL && n->next == NULL in list_insert_tail() 30 n->prev->next = n; in list_insert_tail() 32 n->next = l; in list_insert_tail() 38 assert(n->prev != NULL && n->next != NULL in list_remove() 39 && n->prev != n && n->next != n); in list_remove() 41 n->prev->next = n->next; in list_remove() 42 n->next->prev = n->prev; in list_remove() 43 n->next = n->prev = NULL; in list_remove() 53 n = n->next; in list_next() 56 n = n->next; in list_next() [all …]
|
/openssl/crypto/asn1/ |
H A D | bio_asn1.c | 159 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/include/internal/ |
H A D | list.h | 57 type *next, *prev; \ 107 assert(elem->ossl_list_ ## name.next == NULL \ 108 || elem->ossl_list_ ## name.next \ 110 return elem->ossl_list_ ## name.next; \ 117 ->ossl_list_ ## name.next == elem); \ 126 list->alpha = elem->ossl_list_ ## name.next; \ 130 elem->ossl_list_ ## name.prev->ossl_list_ ## name.next = \ 131 elem->ossl_list_ ## name.next; \ 132 if (elem->ossl_list_ ## name.next != NULL) \ 133 elem->ossl_list_ ## name.next->ossl_list_ ## name.prev = \ [all …]
|
/openssl/test/helpers/ |
H A D | pktsplitbio.c | 17 BIO *next = BIO_next(bio); in pkt_split_dgram_ctrl() local 19 if (next == NULL) in pkt_split_dgram_ctrl() 27 ret = BIO_ctrl(next, cmd, num, ptr); in pkt_split_dgram_ctrl() 37 BIO *next = BIO_next(bio); in pkt_split_dgram_sendmmsg() local 39 if (next == NULL) in pkt_split_dgram_sendmmsg() 46 return BIO_sendmmsg(next, msg, stride, num_msg, flags, msgs_processed); in pkt_split_dgram_sendmmsg() 53 BIO *next = BIO_next(bio); in pkt_split_dgram_recvmmsg() local 57 if (!TEST_ptr(next)) in pkt_split_dgram_recvmmsg() 74 if (!BIO_recvmmsg(next, msg, stride, num_msg, flags, msgs_processed)) in pkt_split_dgram_recvmmsg()
|
/openssl/doc/man3/ |
H A D | BIO_push.pod | 11 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 D | initthread.c | 42 THREAD_EVENT_HANDLER *next; member 348 curr = curr->next; in init_thread_stop() 353 *hands = curr->next; in init_thread_stop() 355 prev->next = curr->next; in init_thread_stop() 358 curr = curr->next; in init_thread_stop() 417 hand->next = *hands; in ossl_init_thread_start() 452 prev->next = curr->next; in init_thread_deregister() 454 *hands = curr->next; in init_thread_deregister() 456 curr = curr->next; in init_thread_deregister() 461 curr = curr->next; in init_thread_deregister()
|
/openssl/crypto/lhash/ |
H A D | lhash.c | 107 nn = n->next; in OPENSSL_LH_flush() 135 nn->next = NULL; in OPENSSL_LH_insert() 160 *rn = nn->next; in OPENSSL_LH_delete() 206 n = a->next; in doall_util_fn() 276 *n1 = (*n1)->next; in expand() 277 np->next = *n2; in expand() 280 n1 = &((*n1)->next); in expand() 315 n1 = n1->next; in contract() 316 n1->next = np; in contract() 340 ret = &(n1->next); in getrn() [all …]
|
/openssl/crypto/engine/ |
H A D | eng_list.c | 70 iterator = iterator->next; in engine_list_add() 109 engine_list_tail->next = e; in engine_list_add() 115 e->next = NULL; in engine_list_add() 130 iterator = iterator->next; in engine_list_remove() 136 if (e->next) in engine_list_remove() 137 e->next->prev = e->prev; in engine_list_remove() 139 e->prev->next = e->next; in engine_list_remove() 142 engine_list_head = e->next; in engine_list_remove() 170 iterator = iterator->next; in engine_add_dynamic_id() 293 ret = e->next; in ENGINE_get_next() [all …]
|
/openssl/util/ |
H A D | merge-err-lines | 26 my $next = <>; 27 $next =~ s/^ +//; 28 $_ = $copy . ' ' . $next;
|
/openssl/providers/implementations/encode_decode/ |
H A D | decode_msblob2key.c | 113 goto next; in msblob2key_decode() 120 goto next; in msblob2key_decode() 127 goto next; in msblob2key_decode() 132 goto next; in msblob2key_decode() 140 goto next; in msblob2key_decode() 155 goto next; in msblob2key_decode() 164 goto next; in msblob2key_decode() 170 next: in msblob2key_decode()
|