Lines Matching defs:void

86     void *buf;
90 int (*func_read) (SSL *, void *, size_t, size_t *);
91 int (*func_write) (SSL *, const void *, size_t, size_t *);
151 static void dane_ctx_final(struct dane_ctx_st *dctx)
161 static void tlsa_free(danetls_record *t)
170 static void dane_final(SSL_DANE *dane)
561 void OPENSSL_VPROC_FUNC(void) {}
565 static void clear_ciphers(SSL *s)
1007 void SSL_set_hostflags(SSL *s, unsigned int flags)
1171 void SSL_certs_clear(SSL *s)
1176 void SSL_free(SSL *s)
1272 void SSL_set0_rbio(SSL *s, BIO *rbio)
1278 void SSL_set0_wbio(SSL *s, BIO *wbio)
1294 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio)
1462 size_t SSL_get_finished(const SSL *s, void *buf, size_t count)
1474 size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count)
1513 void SSL_set_verify(SSL *s, int mode,
1521 void SSL_set_verify_depth(SSL *s, int depth)
1526 void SSL_set_read_ahead(SSL *s, int yes)
1718 int SSL_CTX_set_async_callback_arg(SSL_CTX *ctx, void *arg)
1730 int SSL_set_async_callback_arg(SSL *s, void *arg)
1771 static int ssl_async_wait_ctx_cb(void *arg)
1779 int (*func) (void *))
1816 static int ssl_io_intern(void *vargs)
1820 void *buf;
1838 int ssl_read_internal(SSL *s, void *buf, size_t num, size_t *readbytes)
1879 int SSL_read(SSL *s, void *buf, int num)
1901 int SSL_read_ex(SSL *s, void *buf, size_t num, size_t *readbytes)
1910 int SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes)
1969 static int ssl_peek_internal(SSL *s, void *buf, size_t num, size_t *readbytes)
1997 int SSL_peek(SSL *s, void *buf, int num)
2020 int SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *readbytes)
2029 int ssl_write_internal(SSL *s, const void *buf, size_t num, size_t *written)
2056 args.buf = (void *)buf;
2133 int SSL_write(SSL *s, const void *buf, int num)
2155 int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written)
2164 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written)
2225 (void)BIO_flush(s->wbio);
2362 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg)
2456 long SSL_callback_ctrl(SSL *s, int cmd, void (*fp) (void))
2460 s->msg_callback = (void (*)
2462 const void *buf, size_t len, SSL *ssl,
2463 void *arg))(fp);
2487 long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg)
2605 long SSL_CTX_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void))
2609 ctx->msg_callback = (void (*)
2611 const void *buf, size_t len, SSL *ssl,
2612 void *arg))(fp);
2999 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
3020 void SSL_CTX_set_npn_advertised_cb(SSL_CTX *ctx,
3022 void *arg)
3038 void SSL_CTX_set_npn_select_cb(SSL_CTX *ctx,
3040 void *arg)
3129 void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx,
3131 void *arg)
3143 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
3217 * SSL_SESSION_hash and SSL_SESSION_cmp for void* types and casting each
3450 void SSL_CTX_free(SSL_CTX *a)
3535 void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb)
3540 void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u)
3550 void *SSL_CTX_get_default_passwd_cb_userdata(SSL_CTX *ctx)
3555 void SSL_set_default_passwd_cb(SSL *s, pem_password_cb *cb)
3560 void SSL_set_default_passwd_cb_userdata(SSL *s, void *u)
3570 void *SSL_get_default_passwd_cb_userdata(SSL *s)
3575 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx,
3576 int (*cb) (X509_STORE_CTX *, void *),
3577 void *arg)
3583 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode,
3590 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth)
3595 void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg), void *arg)
3600 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg)
3605 void ssl_set_masks(SSL *s)
3735 void ssl_update_cache(SSL *s, int mode)
3926 static int ssl_do_handshake_intern(void *vargs)
3965 void SSL_set_accept_state(SSL *s)
3974 void SSL_set_connect_state(SSL *s)
3989 int ssl_undefined_void_function(void)
4178 void ssl_clear_cipher_ctx(SSL *s)
4292 void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode)
4302 void SSL_set_quiet_shutdown(SSL *s, int mode)
4312 void SSL_set_shutdown(SSL *s, int mode)
4474 void SSL_set_info_callback(SSL *ssl,
4475 void (*cb) (const SSL *ssl, int type, int val))
4484 void (*SSL_get_info_callback(const SSL *ssl)) (const SSL * /* ssl */ ,
4490 void SSL_set_verify_result(SSL *ssl, long arg)
4543 int SSL_set_ex_data(SSL *s, int idx, void *arg)
4548 void *SSL_get_ex_data(const SSL *s, int idx)
4553 int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg)
4558 void *SSL_CTX_get_ex_data(const SSL_CTX *s, int idx)
4568 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store)
4574 void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store)
4636 void SSL_set_psk_client_callback(SSL *s, SSL_psk_client_cb_func cb)
4641 void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, SSL_psk_client_cb_func cb)
4646 void SSL_set_psk_server_callback(SSL *s, SSL_psk_server_cb_func cb)
4651 void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx, SSL_psk_server_cb_func cb)
4657 void SSL_set_psk_find_session_callback(SSL *s, SSL_psk_find_session_cb_func cb)
4662 void SSL_CTX_set_psk_find_session_callback(SSL_CTX *ctx,
4668 void SSL_set_psk_use_session_callback(SSL *s, SSL_psk_use_session_cb_func cb)
4673 void SSL_CTX_set_psk_use_session_callback(SSL_CTX *ctx,
4679 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
4680 void (*cb) (int write_p, int version,
4681 int content_type, const void *buf,
4682 size_t len, SSL *ssl, void *arg))
4684 SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb);
4687 void SSL_set_msg_callback(SSL *ssl,
4688 void (*cb) (int write_p, int version,
4689 int content_type, const void *buf,
4690 size_t len, SSL *ssl, void *arg))
4692 SSL_callback_ctrl(ssl, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb);
4695 void SSL_CTX_set_not_resumable_session_callback(SSL_CTX *ctx,
4701 (void (*)(void))cb);
4704 void SSL_set_not_resumable_session_callback(SSL *ssl,
4709 (void (*)(void))cb);
4712 void SSL_CTX_set_record_padding_callback(SSL_CTX *ctx,
4714 size_t len, void *arg))
4719 void SSL_CTX_set_record_padding_callback_arg(SSL_CTX *ctx, void *arg)
4724 void *SSL_CTX_get_record_padding_callback_arg(const SSL_CTX *ctx)
4743 size_t len, void *arg))
4755 void SSL_set_record_padding_callback_arg(SSL *ssl, void *arg)
4760 void *SSL_get_record_padding_callback_arg(const SSL *ssl)
4820 void ssl_clear_hash_ctx(EVP_MD_CTX **hash)
4872 void SSL_set_debug(SSL *s, int debug)
4875 (void)s;
4876 (void)debug;
4880 void SSL_set_security_level(SSL *s, int level)
4890 void SSL_set_security_callback(SSL *s,
4893 void *other, void *ex))
4900 int bits, int nid, void *other,
4901 void *ex) {
4905 void SSL_set0_security_ex_data(SSL *s, void *ex)
4910 void *SSL_get0_security_ex_data(const SSL *s)
4915 void SSL_CTX_set_security_level(SSL_CTX *ctx, int level)
4925 void SSL_CTX_set_security_callback(SSL_CTX *ctx,
4928 void *other, void *ex))
4937 void *other,
4938 void *ex) {
4942 void SSL_CTX_set0_security_ex_data(SSL_CTX *ctx, void *ex)
4947 void *SSL_CTX_get0_security_ex_data(const SSL_CTX *ctx)
5147 const STACK_OF(SCT) *scts, void *unused_arg)
5153 const STACK_OF(SCT) *scts, void *unused_arg)
5170 void *arg)
5198 ssl_ct_validation_cb callback, void *arg)
5361 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE * logs)
5374 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb,
5375 void *arg)
5509 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb)
5865 void SSL_CTX_set_post_handshake_auth(SSL_CTX *ctx, int val)
5870 void SSL_set_post_handshake_auth(SSL *ssl, int val)
5925 void *arg)
5933 void SSL_CTX_set_allow_early_data_cb(SSL_CTX *ctx,
5935 void *arg)
5941 void SSL_set_allow_early_data_cb(SSL *s,
5943 void *arg)
5983 void ssl_evp_cipher_free(const EVP_CIPHER *cipher)
6027 void ssl_evp_md_free(const EVP_MD *md)