Lines Matching refs:tls_ctx

249 void tls_deinit(void *tls_ctx);
258 int tls_get_errors(void *tls_ctx);
265 struct tls_connection * tls_connection_init(void *tls_ctx);
274 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn);
282 int tls_connection_established(void *tls_ctx, struct tls_connection *conn);
293 char * tls_connection_peer_serial_num(void *tls_ctx,
307 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn);
329 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
345 void *tls_ctx, const struct tls_connection_params *params);
355 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl,
370 int __must_check tls_connection_set_verify(void *tls_ctx,
384 int __must_check tls_connection_get_random(void *tls_ctx,
403 int __must_check tls_connection_export_key(void *tls_ctx,
422 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx,
453 struct wpabuf * tls_connection_handshake(void *tls_ctx,
458 struct wpabuf * tls_connection_handshake2(void *tls_ctx,
474 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
490 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
505 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
509 struct wpabuf * tls_connection_decrypt2(void *tls_ctx,
520 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn);
540 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
554 int __must_check tls_get_version(void *tls_ctx, struct tls_connection *conn,
567 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
579 int __must_check tls_connection_enable_workaround(void *tls_ctx,
591 int __must_check tls_connection_client_hello_ext(void *tls_ctx,
603 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn);
612 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn);
621 int tls_connection_get_write_alerts(void *tls_ctx,
629 void *tls_ctx, struct tls_connection *conn,