Lines Matching defs:tls_ctx

280 int tls_get_errors(void *tls_ctx)
324 struct tls_connection * tls_connection_init(void *tls_ctx)
366 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn)
375 int tls_connection_established(void *tls_ctx, struct tls_connection *conn)
381 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn)
387 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
395 int tls_global_set_params(void *tls_ctx,
402 int tls_global_set_verify(void *tls_ctx, int check_crl)
408 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn,
416 int tls_connection_get_keys(void *tls_ctx, struct tls_connection *conn,
424 int tls_connection_prf(void *tls_ctx, struct tls_connection *conn,
446 struct wpabuf * tls_connection_handshake(void *tls_ctx,
493 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
502 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
528 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
572 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn)
578 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn,
585 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
592 int tls_connection_enable_workaround(void *tls_ctx,
599 int tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn,
607 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn)
613 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn)
619 int tls_connection_get_write_alerts(void *tls_ctx,
626 int tls_connection_get_keyblock_size(void *tls_ctx,
633 unsigned int tls_capabilities(void *tls_ctx)
639 int tls_connection_set_session_ticket_cb(void *tls_ctx,