Lines Matching refs:tls_ctx
238 void tls_deinit(void *tls_ctx);
247 int tls_get_errors(void *tls_ctx);
254 struct tls_connection * tls_connection_init(void *tls_ctx);
263 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn);
271 int tls_connection_established(void *tls_ctx, struct tls_connection *conn);
282 char * tls_connection_peer_serial_num(void *tls_ctx,
296 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn);
318 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
334 void *tls_ctx, const struct tls_connection_params *params);
344 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl,
357 int __must_check tls_connection_set_verify(void *tls_ctx,
371 int __must_check tls_connection_get_random(void *tls_ctx,
390 int __must_check tls_connection_export_key(void *tls_ctx,
409 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx,
440 struct wpabuf * tls_connection_handshake(void *tls_ctx,
445 struct wpabuf * tls_connection_handshake2(void *tls_ctx,
461 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
477 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
492 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
496 struct wpabuf * tls_connection_decrypt2(void *tls_ctx,
507 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn);
527 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
541 int __must_check tls_get_version(void *tls_ctx, struct tls_connection *conn,
554 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
566 int __must_check tls_connection_enable_workaround(void *tls_ctx,
578 int __must_check tls_connection_client_hello_ext(void *tls_ctx,
590 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn);
599 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn);
608 int tls_connection_get_write_alerts(void *tls_ctx,
616 void *tls_ctx, struct tls_connection *conn,