Home
last modified time | relevance | path

Searched refs:next (Results 51 – 75 of 232) sorted by relevance

12345678910

/openssl/test/
H A Dlegacy.cnf3 # Comment out the next line to ignore configuration errors
H A Dnull.cnf3 # Comment out the next line to ignore configuration errors
H A Ddefault-and-legacy.cnf3 # Comment out the next line to ignore configuration errors
H A Dtest_asn1_parse.cnf3 # Comment out the next line to ignore configuration errors
H A Ddefault-and-jitter.cnf3 # Comment out the next line to ignore configuration errors
H A Ddefault.cnf3 # Comment out the next line to ignore configuration errors
H A Ddefault-and-fips.cnf3 # Comment out the next line to ignore configuration errors
H A Dprovider_internal_test.cnf.in1 # Comment out the next line to ignore configuration errors
H A Ddefault-for-evptest.cnf3 # Comment out the next line to ignore configuration errors
H A Dpathed.cnf3 # Comment out the next line to ignore configuration errors
H A Dfips.cnf3 # Comment out the next line to ignore configuration errors
H A Dfips-and-base.cnf3 # Comment out the next line to ignore configuration errors
/openssl/crypto/
H A Dthreads_none.c68 tmp = items->next; in ossl_synchronize_rcu()
84 new->next = lock->cb_items; in ossl_rcu_call()
/openssl/apps/lib/
H A Ds_cb.c927 struct ssl_excert_st *next, *prev; member
986 while (exc->next != NULL) in set_cert_cb()
987 exc = exc->next; in set_cert_cb()
1033 exc->next = *pexc; in ssl_excert_prepend()
1036 if (exc->next) { in ssl_excert_prepend()
1037 exc->certform = exc->next->certform; in ssl_excert_prepend()
1038 exc->keyform = exc->next->keyform; in ssl_excert_prepend()
1039 exc->next->prev = exc; in ssl_excert_prepend()
1059 exc = exc->next; in ssl_excert_free()
1071 if (exc->certfile == NULL && exc->next == NULL) { in load_excert()
[all …]
/openssl/ssl/
H A Dd1_lib.c420 int next, n, ret = 0; in DTLSv1_listen() local
628 next = LISTEN_SEND_VERIFY_REQUEST; in DTLSv1_listen()
645 next = LISTEN_SEND_VERIFY_REQUEST; in DTLSv1_listen()
648 next = LISTEN_SUCCESS; in DTLSv1_listen()
652 if (next == LISTEN_SEND_VERIFY_REQUEST) { in DTLSv1_listen()
794 } while (next != LISTEN_SUCCESS); in DTLSv1_listen()
/openssl/crypto/lhash/
H A Dlhash_local.h15 struct lhash_node_st *next; member
/openssl/test/ssl-tests/
H A D18-dtls-renegotiate.cnf.in24 next if disabled("sctp") && $sctp eq "Yes";
25 next if disabled("dtls1_2") && $fips_mode;
135 next if disabled("dtls1_2");
/openssl/doc/man3/
H A DDTLSv1_get_timeout.pod5 DTLSv1_get_timeout - determine when a DTLS or QUIC SSL object next needs a
17 the SSL object next needs to perform internal processing due to the passage of
/openssl/test/recipes/90-test_sysdefault_data/
H A Dsysdefault.cnf3 # Comment out the next line to ignore configuration errors
H A Dsysdefault-bad.cnf3 # Comment out the next line to ignore configuration errors
/openssl/util/
H A Dmkerr.pl199 my $next = <STATE>;
200 $next =~ s/^\s*(.*)\s*$/$1/;
202 $strings{$name} = $next;
/openssl/demos/bio/
H A Dconnect.cnf3 # Comment out the next line to ignore configuration errors
H A Daccept.cnf3 # Comment out the next line to ignore configuration errors
/openssl/doc/designs/ddd/
H A Dddd-06-mem-uv.c45 struct upper_write_op_st *prev, *next; member
261 op->prev->next = op; in enqueue_upper_write_op()
273 if (conn->pending_upper_write_head->next == NULL) { in dequeue_upper_write_op()
277 conn->pending_upper_write_head = conn->pending_upper_write_head->next; in dequeue_upper_write_op()
661 next_op = op->next; in teardown_continued()
/openssl/test/helpers/
H A Dssltestlib.c93 BIO *next = BIO_next(bio); in copy_flags() local
95 flags = BIO_test_flags(next, BIO_FLAGS_SHOULD_RETRY | BIO_FLAGS_RWS); in copy_flags()
203 BIO *next = BIO_next(bio); in tls_dump_read() local
205 ret = BIO_read(next, out, outl); in tls_dump_read()
218 BIO *next = BIO_next(bio); in tls_dump_write() local
220 ret = BIO_write(next, in, inl); in tls_dump_write()
229 BIO *next = BIO_next(bio); in tls_dump_ctrl() local
231 if (next == NULL) in tls_dump_ctrl()
239 ret = BIO_ctrl(next, cmd, num, ptr); in tls_dump_ctrl()

Completed in 50 milliseconds

12345678910