Home | History | Annotate | Download | only in crypto

Lines Matching full:void

14 void * tls_init(const struct tls_config *conf)
16 return (void *) 1;
20 void tls_deinit(void *ssl_ctx)
25 int tls_get_errors(void *tls_ctx)
31 struct tls_connection * tls_connection_init(void *tls_ctx)
37 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn)
42 int tls_connection_established(void *tls_ctx, struct tls_connection *conn)
48 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn)
54 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
61 int tls_global_set_params(void *tls_ctx,
68 int tls_global_set_verify(void *tls_ctx, int check_crl)
74 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn,
81 int tls_connection_get_keys(void *tls_ctx, struct tls_connection *conn,
88 int tls_connection_prf(void *tls_ctx, struct tls_connection *conn,
96 struct wpabuf * tls_connection_handshake(void *tls_ctx,
105 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
114 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
122 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
130 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn)
136 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn,
143 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
150 int tls_connection_enable_workaround(void *tls_ctx,
157 int tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn,
165 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn)
171 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn)
177 int tls_connection_get_write_alerts(void *tls_ctx,
184 int tls_connection_get_keyblock_size(void *tls_ctx,
191 unsigned int tls_capabilities(void *tls_ctx)