• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/

Lines Matching refs:tls_ctx

80 int tls_get_errors(void *tls_ctx)
86 struct tls_connection * tls_connection_init(void *tls_ctx)
89 struct tls_global *global = tls_ctx;
118 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn)
134 int tls_connection_established(void *tls_ctx, struct tls_connection *conn)
148 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn)
162 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
221 int tls_global_set_params(void *tls_ctx,
225 struct tls_global *global = tls_ctx;
271 int tls_global_set_verify(void *tls_ctx, int check_crl)
273 struct tls_global *global = tls_ctx;
279 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn,
290 int tls_connection_set_ia(void *tls_ctx, struct tls_connection *conn,
297 int tls_connection_get_keys(void *tls_ctx, struct tls_connection *conn,
312 int tls_connection_prf(void *tls_ctx, struct tls_connection *conn,
334 struct wpabuf * tls_connection_handshake(void *tls_ctx,
377 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
412 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
458 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
504 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn)
518 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn,
533 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
550 int tls_connection_enable_workaround(void *tls_ctx,
557 int tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn,
571 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn)
577 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn)
583 int tls_connection_get_write_alerts(void *tls_ctx,
590 int tls_connection_get_keyblock_size(void *tls_ctx,
605 unsigned int tls_capabilities(void *tls_ctx)
612 void *tls_ctx, struct tls_connection *conn, int final)
618 int tls_connection_ia_final_phase_finished(void *tls_ctx,
625 int tls_connection_ia_permute_inner_secret(void *tls_ctx,
633 int tls_connection_set_session_ticket_cb(void *tls_ctx,