Home
last modified time | relevance | path

Searched refs:next (Results 26 – 50 of 228) sorted by relevance

12345678910

/openssl/crypto/comp/
H A Dc_zlib.c450 BIO *next = BIO_next(b); in bio_zlib_read() local
510 BIO *next = BIO_next(b); in bio_zlib_write() local
579 BIO *next = BIO_next(b); in bio_zlib_flush() local
628 BIO *next = BIO_next(b); in bio_zlib_ctrl() local
630 if (next == NULL) in bio_zlib_ctrl()
644 ret = BIO_flush(next); in bio_zlib_ctrl()
679 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl()
706 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl()
716 BIO *next = BIO_next(b); in bio_zlib_callback_ctrl() local
718 if (next == NULL) in bio_zlib_callback_ctrl()
[all …]
H A Dc_brotli.c505 BIO *next = BIO_next(b); in bio_brotli_read() local
576 BIO *next = BIO_next(b); in bio_brotli_write() local
652 BIO *next = BIO_next(b); in bio_brotli_flush() local
704 BIO *next = BIO_next(b); in bio_brotli_ctrl() local
706 if (next == NULL) in bio_brotli_ctrl()
720 ret = BIO_flush(next); in bio_brotli_ctrl()
765 ret = BIO_ctrl(next, cmd, num, ptr); in bio_brotli_ctrl()
784 ret = BIO_ctrl(next, cmd, num, ptr); in bio_brotli_ctrl()
794 BIO *next = BIO_next(b); in bio_brotli_callback_ctrl() local
795 if (next == NULL) in bio_brotli_callback_ctrl()
[all …]
H A Dc_zstd.c583 BIO *next = BIO_next(b); in bio_zstd_read() local
642 BIO *next = BIO_next(b); in bio_zstd_write() local
703 BIO *next = BIO_next(b); in bio_zstd_flush() local
750 BIO *next = BIO_next(b); in bio_zstd_ctrl() local
752 if (next == NULL) in bio_zstd_ctrl()
766 ret = BIO_flush(next); in bio_zstd_ctrl()
810 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zstd_ctrl()
829 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zstd_ctrl()
839 BIO *next = BIO_next(b); in bio_zstd_callback_ctrl() local
840 if (next == NULL) in bio_zstd_callback_ctrl()
[all …]
/openssl/crypto/sha/
H A Dsha3.c13 void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r, int next);
139 int next = 1; in ossl_sha3_squeeze() local
164 next = 0; in ossl_sha3_squeeze()
187 SHA3_squeeze(ctx->A, out, len, bsz, next); in ossl_sha3_squeeze()
188 next = 1; in ossl_sha3_squeeze()
194 SHA3_squeeze(ctx->A, ctx->buf, bsz, bsz, next); in ossl_sha3_squeeze()
/openssl/ssl/
H A Dbio_ssl.c231 BIO *next; in ssl_ctrl() local
235 next = BIO_next(b); in ssl_ctrl()
257 if (next != NULL) in ssl_ctrl()
258 ret = BIO_ctrl(next, cmd, num, ptr); in ssl_ctrl()
300 if (next != NULL) in ssl_ctrl()
301 BIO_push(bio, next); in ssl_ctrl()
334 if ((next != NULL) && (next != SSL_get_rbio(ssl))) { in ssl_ctrl()
339 BIO_up_ref(next); in ssl_ctrl()
340 SSL_set_bio(ssl, next, next); in ssl_ctrl()
365 BIO_set_retry_reason(b, BIO_get_retry_reason(next)); in ssl_ctrl()
H A Dssl_ciph.c616 curr->prev->next = curr->next; in ll_append_tail()
619 (*tail)->next = curr; in ll_append_tail()
621 curr->next = NULL; in ll_append_tail()
635 curr->prev->next = curr->next; in ll_append_head()
637 curr->next = *head; in ll_append_head()
801 next = tail; in ssl_cipher_apply_rule()
804 next = head; in ssl_cipher_apply_rule()
813 curr = next; in ssl_cipher_apply_rule()
818 next = reverse ? curr->prev : curr->next; in ssl_cipher_apply_rule()
898 curr->prev->next = curr->next; in ssl_cipher_apply_rule()
[all …]
/openssl/test/
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()
H A Dssl_test.tmpl30 next if ($key eq "extra");
36 next if ($key eq "extra");
43 next if ($key eq "extra");
51 next if ($key eq "extra");
57 next if ($key eq "extra");
H A Dlegacy.cnf3 # Comment out the next line to ignore configuration errors
/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.c298 const BIO_ADDRINFO *next; in do_server() local
325 next = BIO_ADDRINFO_next(res); in do_server()
331 if (next != NULL in do_server()
332 && BIO_ADDRINFO_socktype(next) == sock_type in do_server()
333 && BIO_ADDRINFO_protocol(next) == sock_protocol) { in do_server()
335 && BIO_ADDRINFO_family(next) == AF_INET6) { in do_server()
341 sock_address = BIO_ADDRINFO_address(next); in do_server()
343 && BIO_ADDRINFO_family(next) == AF_INET) { in do_server()
/openssl/crypto/conf/
H A Dconf_def.c287 BIO *next; in def_load_bio() local
291 in = next; in def_load_bio()
440 BIO *next; in def_load_bio() local
506 if (next != NULL) { in def_load_bio()
511 BIO_free(next); in def_load_bio()
517 BIO_free(next); in def_load_bio()
521 in = next; in def_load_bio()
810 BIO *next; in process_include() local
827 return next; in process_include()
830 next = BIO_new_file(include, "r"); in process_include()
[all …]
/openssl/crypto/des/asm/
H A Ddes_enc.m4355 ! next round
1406 .ncbc.enc.next.block:
1410 .ncbc.enc.next.block_1:
1418 .ncbc.enc.next.block_2:
1432 ! permutation for next block. Load next block:
1510 .ncbc.dec.next.block:
1602 .ede3.enc.next.block:
1606 .ede3.enc.next.block_1:
1618 .ede3.enc.next.block_2:
1634 ! permutation for next block. Load next block:
[all …]
/openssl/test/helpers/
H A Dnoisydgrambio.c44 BIO *next = BIO_next(bio); in noisy_dgram_ctrl() local
46 if (next == NULL) in noisy_dgram_ctrl()
106 ret = BIO_ctrl(next, cmd, num, ptr); in noisy_dgram_ctrl()
173 BIO *next = BIO_next(bio); in noisy_dgram_sendmmsg() local
177 if (next == NULL) in noisy_dgram_sendmmsg()
199 return BIO_sendmmsg(next, msg, stride, num_msg, flags, msgs_processed); in noisy_dgram_sendmmsg()
306 BIO *next = BIO_next(bio); in noisy_dgram_recvmmsg() local
312 if (!TEST_ptr(next)) in noisy_dgram_recvmmsg()
336 if (!BIO_recvmmsg(next, msg, stride, num_msg, flags, msgs_processed)) in noisy_dgram_recvmmsg()
/openssl/crypto/bn/
H A Dbn_ctx.c28 struct bignum_pool_item *prev, *next; member
94 item = item->next; in ctxdbg()
169 pool = pool->next; in BN_CTX_free()
305 p->current = p->head->next; in BN_POOL_finish()
329 item->next = NULL; in BN_POOL_get()
334 p->tail->next = item; in BN_POOL_get()
347 p->current = p->current->next; in BN_POOL_get()
/openssl/crypto/
H A Dmem_sec.c326 struct sh_list_st *next; member
404 temp->next = *(SH_LIST **)list; in sh_add_to_list()
405 OPENSSL_assert(temp->next == NULL || WITHIN_ARENA(temp->next)); in sh_add_to_list()
408 if (temp->next != NULL) { in sh_add_to_list()
409 OPENSSL_assert((char **)temp->next->p_next == list); in sh_add_to_list()
410 temp->next->p_next = &(temp->next); in sh_add_to_list()
421 if (temp->next != NULL) in sh_remove_from_list()
422 temp->next->p_next = temp->p_next; in sh_remove_from_list()
423 *temp->p_next = temp->next; in sh_remove_from_list()
424 if (temp->next == NULL) in sh_remove_from_list()
[all …]
H A Drcu_internal.h19 struct rcu_cb_item *next; member
/openssl/dev/release-aux/
H A Drelease-state-fn.sh56 $DEBUG >&2 "DEBUG[next_release_state]: BEGIN: \$next=$next"
65 case "$before+$next" in
192 $DEBUG >&2 "DEBUG[next_release_state]: END: \$next=$next"
/openssl/apps/
H A Drehash.c71 struct hentry_st *next; member
79 struct bucket_st *next; member
130 for (bp = hash_table[ndx]; bp; bp = bp->next) in add_entry()
136 bp->next = hash_table[ndx]; in add_entry()
142 for (ep = bp->first_entry; ep; ep = ep->next) { in add_entry()
175 bp->last_entry->next = ep; in add_entry()
415 nextbp = bp->next; in do_dir()
418 for (ep = bp->first_entry; ep; ep = ep->next) in do_dir()
423 nextep = ep->next; in do_dir()
/openssl/doc/man3/
H A DBIO_f_readbuffer.pod22 filled from the next BIO in the chain.
32 on the next BIO (e.g. a file BIO) in the chain and storing the result in an
36 next BIO. The internal buffer can grow to cache the entire contents of the next
H A DBIO_find_type.pod20 B<BIO_TYPE_SOURCE_SINK>) then the next matching B<BIO> of the given general type is
21 searched for. BIO_find_type() returns the next matching B<BIO> or NULL if none is
29 BIO_next() returns the next BIO in a chain. It can be used to traverse all BIOs
39 BIO_next() returns the next BIO in a chain.
H A DBIO_f_buffer.pod30 to the next BIO in the chain. Data read from a buffering BIO comes from
31 an internal buffer which is filled from the next BIO in the chain.
53 BIO_read_ex() operations on the next BIO in the chain and storing the
58 of communication is reached in the next BIO. By prepending a
67 Data is only written to the next BIO in the chain when the write buffer fills
H A DBIO_get_rpoll_descriptor.pod6 can be used to determine when a BIO object can next be read or written
32 when the BIO can (potentially) next be read, and BIO_get_wpoll_descriptor()
34 (potentially) next be written.
66 should be polled for readability to determine when the BIO might next be able to
69 writeability to determine when the BIO might next be able to successfully
H A DX509_ACERT_get_attr.pod27 X509_ACERT_get_attr_by_NID() and X509_ACERT_get_attr_by_OBJ() retrieve the next
39 the location of the next attribute requested or -1 if not found.
/openssl/crypto/lhash/
H A Dlh_stats.c97 for (n = lh->b[i], num = 0; n != NULL; n = n->next) in OPENSSL_LH_node_stats_bio()
111 for (n = lh->b[i], num = 0; n != NULL; n = n->next) in OPENSSL_LH_node_usage_stats_bio()

Completed in 97 milliseconds

12345678910