Lines Matching refs:tls_ctx
246 void tls_deinit(void *tls_ctx);
255 int tls_get_errors(void *tls_ctx);
262 struct tls_connection * tls_connection_init(void *tls_ctx);
271 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn);
279 int tls_connection_established(void *tls_ctx, struct tls_connection *conn);
290 char * tls_connection_peer_serial_num(void *tls_ctx,
304 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn);
326 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
342 void *tls_ctx, const struct tls_connection_params *params);
352 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl,
365 int __must_check tls_connection_set_verify(void *tls_ctx,
379 int __must_check tls_connection_get_random(void *tls_ctx,
398 int __must_check tls_connection_export_key(void *tls_ctx,
417 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx,
448 struct wpabuf * tls_connection_handshake(void *tls_ctx,
453 struct wpabuf * tls_connection_handshake2(void *tls_ctx,
469 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
485 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
500 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
504 struct wpabuf * tls_connection_decrypt2(void *tls_ctx,
515 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn);
535 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
549 int __must_check tls_get_version(void *tls_ctx, struct tls_connection *conn,
562 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
574 int __must_check tls_connection_enable_workaround(void *tls_ctx,
586 int __must_check tls_connection_client_hello_ext(void *tls_ctx,
598 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn);
607 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn);
616 int tls_connection_get_write_alerts(void *tls_ctx,
624 void *tls_ctx, struct tls_connection *conn,