Lines Matching refs:tls_ctx

251 void tls_deinit(void *tls_ctx);
260 int tls_get_errors(void *tls_ctx);
267 struct tls_connection * tls_connection_init(void *tls_ctx);
276 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn);
284 int tls_connection_established(void *tls_ctx, struct tls_connection *conn);
295 char * tls_connection_peer_serial_num(void *tls_ctx,
309 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn);
331 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
347 void *tls_ctx, const struct tls_connection_params *params);
357 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl,
372 int __must_check tls_connection_set_verify(void *tls_ctx,
386 int __must_check tls_connection_get_random(void *tls_ctx,
405 int __must_check tls_connection_export_key(void *tls_ctx,
424 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx,
455 struct wpabuf * tls_connection_handshake(void *tls_ctx,
460 struct wpabuf * tls_connection_handshake2(void *tls_ctx,
476 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
492 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
507 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
511 struct wpabuf * tls_connection_decrypt2(void *tls_ctx,
522 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn);
542 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
556 int __must_check tls_get_version(void *tls_ctx, struct tls_connection *conn,
569 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
581 int __must_check tls_connection_enable_workaround(void *tls_ctx,
593 int __must_check tls_connection_client_hello_ext(void *tls_ctx,
605 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn);
614 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn);
623 int tls_connection_get_write_alerts(void *tls_ctx,
631 void *tls_ctx, struct tls_connection *conn,