Home
last modified time | relevance | path

Searched refs:next (Results 76 – 100 of 232) sorted by relevance

12345678910

/openssl/crypto/
H A Dinit.c43 OPENSSL_INIT_STOP *next; member
381 currhandler = currhandler->next; in OPENSSL_cleanup()
726 newhand->next = stop_handlers; in OPENSSL_atexit()
/openssl/test/helpers/
H A Dquictestlib.c1076 BIO *next = BIO_next(b); in pcipher_sendmmsg() local
1083 if (next == NULL) in pcipher_sendmmsg()
1089 return BIO_sendmmsg(next, msg, stride, num_msg, flags, num_processed); in pcipher_sendmmsg()
1146 if (!BIO_sendmmsg(next, &fault->msg, stride, 1, flags, &tmpnump)) { in pcipher_sendmmsg()
1166 BIO *next = BIO_next(b); in pcipher_ctrl() local
1168 if (next == NULL) in pcipher_ctrl()
1171 return BIO_ctrl(next, cmd, larg, parg); in pcipher_ctrl()
/openssl/apps/lib/
H A Dopt.c176 const OPTIONS *next; in opt_init() local
204 for (next = o + 1; next->name; ++next) { in opt_init()
208 duplicated = next->retval != OPT_DUP in opt_init()
209 && strcmp(o->name, next->name) == 0; in opt_init()
/openssl/crypto/async/
H A Dasync_local.h56 struct fd_lookup_st *next; member
/openssl/demos/bio/
H A Dcmod.cnf7 # Comment out the next line to ignore configuration errors
/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c164 goto next; in pvk2key_decode()
170 next: in pvk2key_decode()
H A Ddecode_der2key.c235 goto next; in der2key_decode()
253 goto next; in der2key_decode()
264 goto next; in der2key_decode()
273 goto next; in der2key_decode()
298 next: in der2key_decode()
/openssl/apps/
H A Ds_server.c320 BIO *next = BIO_next(b); in ebcdic_read() local
324 if (next == NULL) in ebcdic_read()
336 BIO *next = BIO_next(b); in ebcdic_write() local
342 if (next == NULL) in ebcdic_write()
370 BIO *next = BIO_next(b); in ebcdic_ctrl() local
372 if (next == NULL) in ebcdic_ctrl()
388 BIO *next = BIO_next(bp); in ebcdic_gets() local
390 if (next == NULL) in ebcdic_gets()
3872 sess->next = first; in add_session()
3904 prev->next = sess->next; in del_session()
[all …]
H A Ds_time.c267 goto next; in s_time_main()
325 next: in s_time_main()
/openssl/doc/man3/
H A DBIO_f_md.pod97 The next example digests data by reading through a chain instead:
115 This next example retrieves the message digests from a BIO chain and
144 and BIO_puts() should be passed to the next BIO in the chain and digest
H A DSSL_get_event_timeout.pod5 SSL_get_event_timeout - determine when an SSL object next needs to have events
16 SSL_get_event_timeout() determines when the SSL object next needs to perform
H A DSSL_clear.pod30 used during the session will be kept for the next handshake. So if the
32 method for the next handshake and a SSL server object will use a TLSv1
H A DSSL_key_update.pod37 update will not take place until the next time an IO operation such as
51 handshake over an existing SSL/TLS connection. The next time an IO operation
64 for a new handshake to be sent to the client. The next time an IO operation is
H A DBIO_f_null.pod18 All requests to a null filter BIO are passed through to the next BIO in
H A DX509_NAME_get_index_by_NID.pod33 the next index matching B<nid> or B<obj> after B<lastpos>. B<lastpos>
78 return the index of the next matching entry or -1 if not found.
/openssl/test/ct/
H A Dlog_list.cnf3 # Comment out the next line to ignore configuration errors
/openssl/ssl/record/methods/
H A Ddtls_meth.c594 ret = BIO_write_ex(rl->next, rbuf->buf + rbuf->offset, left, &written); in dtls_free()
602 ret &= BIO_write_ex(rl->next, rdata->packet, rdata->packet_length, in dtls_free()
634 BIO *next, BIO_ADDR *local, BIO_ADDR *peer, in dtls_new_record_layer() argument
643 transport, next, settings, in dtls_new_record_layer()
H A Dtls_common.c1255 BIO *transport, BIO *next, const OSSL_PARAM *settings, in tls_int_new_record_layer() argument
1336 if (next != NULL && !BIO_up_ref(next)) in tls_int_new_record_layer()
1338 rl->next = next; in tls_int_new_record_layer()
1395 BIO *next, BIO_ADDR *local, BIO_ADDR *peer, in tls_new_record_layer() argument
1404 transport, next, settings, in tls_new_record_layer()
1448 BIO_free(rl->next); in tls_int_free()
1486 ret = BIO_write_ex(rl->next, rbuf->buf + rbuf->offset, left, &written); in tls_free()
/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes1.cnf26 default_crl_days= 30 # how long before next CRL
/openssl/doc/
H A Dfingerprints.txt5 next release.
/openssl/test/
H A Dproxy.cnf4 # Comment out the next line to ignore configuration errors
H A Dca-and-certs.cnf2 # Comment out the next line to ignore configuration errors
/openssl/demos/certs/apps/
H A Dapps.cnf10 # Comment out the next line to ignore configuration errors
/openssl/ssl/record/
H A Drec_layer_s3.c1365 BIO *next = NULL; in ssl_set_new_record_layer() local
1378 next = BIO_new(BIO_s_dgram_mem()); in ssl_set_new_record_layer()
1381 next = BIO_new(BIO_s_mem()); in ssl_set_new_record_layer()
1383 if (next == NULL) { in ssl_set_new_record_layer()
1387 s->rlayer.rrlnext = next; in ssl_set_new_record_layer()
1419 thisbio, next, NULL, NULL, settings, in ssl_set_new_record_layer()
/openssl/crypto/engine/
H A Deng_local.h150 struct engine_st *next; member

Completed in 108 milliseconds

12345678910