Home | History | Annotate | Download | only in crypto

Lines Matching full:void

20 void * tls_init(const struct tls_config *conf)
22 return (void *) 1;
26 void tls_deinit(void *ssl_ctx)
31 int tls_get_errors(void *tls_ctx)
37 struct tls_connection * tls_connection_init(void *tls_ctx)
43 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn)
48 int tls_connection_established(void *tls_ctx, struct tls_connection *conn)
54 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn)
60 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
67 int tls_global_set_params(void *tls_ctx,
74 int tls_global_set_verify(void *tls_ctx, int check_crl)
80 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn,
87 int tls_connection_set_ia(void *tls_ctx, struct tls_connection *conn,
94 int tls_connection_get_keys(void *tls_ctx, struct tls_connection *conn,
101 int tls_connection_prf(void *tls_ctx, struct tls_connection *conn,
109 struct wpabuf * tls_connection_handshake(void *tls_ctx,
118 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
127 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
135 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
143 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn)
149 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn,
156 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
163 int tls_connection_enable_workaround(void *tls_ctx,
170 int tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn,
178 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn)
184 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn)
190 int tls_connection_get_write_alerts(void *tls_ctx,
197 int tls_connection_get_keyblock_size(void *tls_ctx,
204 unsigned int tls_capabilities(void *tls_ctx)
211 void *tls_ctx, struct tls_connection *conn, int final)
217 int tls_connection_ia_final_phase_finished(void *tls_ctx,
224 int tls_connection_ia_permute_inner_secret(void *tls_ctx,