Home
last modified time | relevance | path

Searched refs:next (Results 176 – 200 of 232) sorted by relevance

12345678910

/openssl/test/
H A Devp_test.c70 struct key_list_st *next; member
4169 key->next = private_keys; in keygen_test_run()
4704 for (; lst != NULL; lst = lst->next) { in find_key()
4717 KEY_LIST *next = lst->next; in free_key_list() local
4722 lst = next; in free_key_list()
4956 key->next = *klist; in parse()
H A Dbuild.info1246 next if $disabled{$name};
1247 next if grep { $_ eq lc("$name.h") } @nogo_headers;
1248 next if grep { lc("$name.h") =~ m/$_/i } @nogo_headers_re;
/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md531 the next active stream every n packets (where n ≥ 1).
540 completing transmission of one stream before beginning the next. However, it
555 revolving round robin basis, moving to the next stream in the round robin
557 fill a packet, we do also move to the next stream, so IRPM can still occur in
H A Drecord-layer.md53 * The minimum viable product (MVP) for the next release is a pluggable record
418 BIO *next,
600 * data. Buffers are automatically reallocated on next read/write.
H A Dquic-fifm.md264 * Given a CFQ item, gets the next CFQ item awaiting transmission in priority
266 * ossl_quic_cfq_get_priority_head(), returns the next-lower priority item.
H A Dquic-tls.md167 implementation to work out which record method should be used next is modified
/openssl/doc/man3/
H A DASN1_EXTERN_FUNCS.pod98 updated to point at the next byte after the decoded data. If the B<ASN1_VALUE>
H A DBIO_ctrl.pod151 operation usually pass the operation to the next BIO in the chain.
H A DCMS_signed_get_attr.pod76 on the next call to CMS_signed_get_attr_by_OBJ() as the value of I<lastpos> in
H A DCMS_verify.pod42 it has some additional parameters described next,
H A DBIO_s_bio.pod90 written to the BIO so the next read will succeed: this is most useful
H A DBIO_s_mem.pod40 wrote more datagrams. Each successive call to L<BIO_read(3)> will read the next
H A DBIO_s_accept.pod130 BIO is not at then end of a chain it passes I/O calls to the next
H A DBIO_f_ssl.pod50 by calling SSL_shutdown(). BIO_reset() is then sent to the next BIO in
H A DX509_ATTRIBUTE.pod103 If the returned value is positive then it can be used on the next call to
H A DEVP_EncodeInit.pod127 ended with base64 padding (B<=>), or that the next 4 byte group starts with the
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc179 /* If there are leftover bytes (< 128 bits) save them for next time */
/openssl/ssl/quic/
H A Dquic_tls.c100 BIO *next, BIO_ADDR *local, BIO_ADDR *peer, in quic_new_record_layer() argument
/openssl/doc/man7/
H A Dprovider-storemgmt.pod104 OSSL_FUNC_store_load() loads the next object from the URI opened by
H A Dprovider-decoder.pod60 passed from one to the next. For example, there may be an
H A Dprovider-encoder.pod60 passed from one to the next. For example, there may be an
/openssl/
H A DREADME-FIPS.md40 OpenSSL release to build everything else, then refer to the next section.
H A DConfigure2671 while (my @next = keys %{$check_generate{$gen}}) {
2672 $gen = $next[0];
/openssl/apps/lib/
H A Dapps.c785 char *next = next_item(files); in STACK_OF() local
794 files = next; in STACK_OF()
835 char *next = next_item(input); in load_certstore() local
847 input = next; in load_certstore()
/openssl/include/openssl/
H A Dbio.h.in273 * The next three are used in conjunction with the BIO_should_io_special()
602 /* Don't use the next one unless you know what you are doing :-) */
738 void BIO_set_next(BIO *b, BIO *next);

Completed in 104 milliseconds

12345678910