Lines Matching defs:tls_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 char * tls_connection_peer_serial_num(void *tls_ctx,
55 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn)
61 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
68 int tls_global_set_params(void *tls_ctx,
75 int tls_global_set_verify(void *tls_ctx, int check_crl, int strict)
81 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn,
89 int tls_connection_get_random(void *tls_ctx, struct tls_connection *conn,
96 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn,
104 int tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn,
111 struct wpabuf * tls_connection_handshake(void *tls_ctx,
120 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
129 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
137 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
145 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn)
151 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn,
165 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
172 int tls_connection_enable_workaround(void *tls_ctx,
179 int tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn,
187 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn)
193 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn)
199 int tls_connection_get_write_alerts(void *tls_ctx,