Lines Matching refs:tls_ctx

87 int tls_get_errors(void *tls_ctx)  in tls_get_errors()  argument
93 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init() argument
96 struct tls_global *global = tls_ctx; in tls_connection_init()
150 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit() argument
166 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established() argument
180 char * tls_connection_peer_serial_num(void *tls_ctx, in tls_connection_peer_serial_num() argument
188 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown() argument
202 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params() argument
298 int tls_global_set_params(void *tls_ctx, in tls_global_set_params() argument
302 struct tls_global *global = tls_ctx; in tls_global_set_params()
357 int tls_global_set_verify(void *tls_ctx, int check_crl, int strict) in tls_global_set_verify() argument
359 struct tls_global *global = tls_ctx; in tls_global_set_verify()
365 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_verify() argument
377 int tls_connection_get_random(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_random() argument
406 static int tls_connection_prf(void *tls_ctx, struct tls_connection *conn, in tls_connection_prf() argument
447 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key() argument
451 return tls_connection_prf(tls_ctx, conn, label, context, context_len, in tls_connection_export_key()
456 int tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_eap_fast_key() argument
459 return tls_connection_prf(tls_ctx, conn, "key expansion", NULL, 0, in tls_connection_get_eap_fast_key()
464 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() argument
469 return tls_connection_handshake2(tls_ctx, conn, in_data, appl_data, in tls_connection_handshake()
474 struct wpabuf * tls_connection_handshake2(void *tls_ctx, in tls_connection_handshake2() argument
518 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() argument
553 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() argument
599 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() argument
603 return tls_connection_decrypt2(tls_ctx, conn, in_data, NULL); in tls_connection_decrypt()
607 struct wpabuf * tls_connection_decrypt2(void *tls_ctx, in tls_connection_decrypt2() argument
645 int tls_connection_resumed(void *tls_ctx, struct tls_connection *conn) in tls_connection_resumed() argument
659 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list() argument
687 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() argument
704 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() argument
711 int tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, in tls_connection_client_hello_ext() argument
725 int tls_connection_get_failed(void *tls_ctx, struct tls_connection *conn) in tls_connection_get_failed() argument
735 int tls_connection_get_read_alerts(void *tls_ctx, struct tls_connection *conn) in tls_connection_get_read_alerts() argument
745 int tls_connection_get_write_alerts(void *tls_ctx, in tls_connection_get_write_alerts() argument
756 int tls_connection_set_session_ticket_cb(void *tls_ctx, in tls_connection_set_session_ticket_cb() argument