• Home
  • Raw
  • Download

Lines Matching refs:tls_ctx

245 void tls_deinit(void *tls_ctx);
254 int tls_get_errors(void *tls_ctx);
261 struct tls_connection * tls_connection_init(void *tls_ctx);
270 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn);
278 int tls_connection_established(void *tls_ctx, struct tls_connection *conn);
289 char * tls_connection_peer_serial_num(void *tls_ctx,
303 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn);
325 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
341 void *tls_ctx, const struct tls_connection_params *params);
351 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl,
364 int __must_check tls_connection_set_verify(void *tls_ctx,
378 int __must_check tls_connection_get_random(void *tls_ctx,
397 int __must_check tls_connection_export_key(void *tls_ctx,
416 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx,
447 struct wpabuf * tls_connection_handshake(void *tls_ctx,
452 struct wpabuf * tls_connection_handshake2(void *tls_ctx,
468 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
484 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
499 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
503 struct wpabuf * tls_connection_decrypt2(void *tls_ctx,
514 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn);
534 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
548 int __must_check tls_get_version(void *tls_ctx, struct tls_connection *conn,
561 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
573 int __must_check tls_connection_enable_workaround(void *tls_ctx,
585 int __must_check tls_connection_client_hello_ext(void *tls_ctx,
597 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn);
606 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn);
615 int tls_connection_get_write_alerts(void *tls_ctx,
623 void *tls_ctx, struct tls_connection *conn,