Lines Matching refs:tls_ctx

188 void tls_deinit(void *tls_ctx);
197 int tls_get_errors(void *tls_ctx);
204 struct tls_connection * tls_connection_init(void *tls_ctx);
213 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn);
221 int tls_connection_established(void *tls_ctx, struct tls_connection *conn);
234 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn);
253 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
267 void *tls_ctx, const struct tls_connection_params *params);
276 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl);
288 int tls_connection_set_verify(void *tls_ctx,
302 int __must_check tls_connection_get_random(void *tls_ctx,
321 int __must_check tls_connection_export_key(void *tls_ctx,
340 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx,
371 struct wpabuf * tls_connection_handshake(void *tls_ctx,
376 struct wpabuf * tls_connection_handshake2(void *tls_ctx,
392 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
408 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
423 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
427 struct wpabuf * tls_connection_decrypt2(void *tls_ctx,
438 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn);
458 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
472 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
484 int __must_check tls_connection_enable_workaround(void *tls_ctx,
496 int __must_check tls_connection_client_hello_ext(void *tls_ctx,
508 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn);
517 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn);
526 int tls_connection_get_write_alerts(void *tls_ctx,
534 unsigned int tls_capabilities(void *tls_ctx);
541 void *tls_ctx, struct tls_connection *conn,