Home
last modified time | relevance | path

Searched refs:tls_connection (Results 1 – 22 of 22) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_none.c31 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init()
37 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit()
42 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established()
49 struct tls_connection *conn) in tls_connection_peer_serial_num()
55 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown()
61 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params()
81 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_verify()
89 int tls_connection_get_random(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_random()
96 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key()
104 int tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_eap_fast_key()
[all …]
Dtls.h12 struct tls_connection;
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);
290 struct tls_connection *conn);
303 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn);
325 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
365 struct tls_connection *conn,
379 struct tls_connection *conn,
398 struct tls_connection *conn,
[all …]
Dtls_internal.c33 struct tls_connection { struct
93 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init()
95 struct tls_connection *conn; in tls_connection_init()
130 void tls_connection_set_test_flags(struct tls_connection *conn, u32 flags) in tls_connection_set_test_flags()
139 void tls_connection_set_log_cb(struct tls_connection *conn, in tls_connection_set_log_cb()
150 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit()
166 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established()
181 struct tls_connection *conn) in tls_connection_peer_serial_num()
188 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown()
202 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params()
[all …]
Dtls_gnutls.c44 struct tls_connection { struct
157 struct tls_connection *conn = (struct tls_connection *) ptr; in tls_pull_func()
186 struct tls_connection *conn = (struct tls_connection *) ptr; in tls_push_func()
199 struct tls_connection *conn) in tls_gnutls_init_session()
239 struct tls_connection * tls_connection_init(void *ssl_ctx) in tls_connection_init()
242 struct tls_connection *conn; in tls_connection_init()
276 void tls_connection_deinit(void *ssl_ctx, struct tls_connection *conn) in tls_connection_deinit()
292 int tls_connection_established(void *ssl_ctx, struct tls_connection *conn) in tls_connection_established()
299 struct tls_connection *conn) in tls_connection_peer_serial_num()
306 int tls_connection_shutdown(void *ssl_ctx, struct tls_connection *conn) in tls_connection_shutdown()
[all …]
Dtls_wolfssl.c65 struct tls_connection { struct
294 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init()
297 struct tls_connection *conn; in tls_connection_init()
325 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit()
344 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established()
351 struct tls_connection *conn) in tls_connection_peer_serial_num()
358 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown()
380 static int tls_connection_set_subject_match(struct tls_connection *conn, in tls_connection_set_subject_match()
422 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file, in tls_connection_dh()
460 static int tls_connection_client_cert(struct tls_connection *conn, in tls_connection_client_cert()
[all …]
Dtls_openssl.c232 struct tls_connection { struct
749 struct tls_connection *conn = SSL_get_app_data((SSL *) ssl); in ssl_info_cb()
1174 static int tls_engine_init(struct tls_connection *conn, const char *engine_id, in tls_engine_init()
1290 static void tls_engine_deinit(struct tls_connection *conn) in tls_engine_deinit()
1402 static void check_server_hello(struct tls_connection *conn, in check_server_hello()
1443 static void check_server_key_exchange(SSL *ssl, struct tls_connection *conn, in check_server_key_exchange()
1492 struct tls_connection *conn = arg; in tls_msg_cb()
1530 struct tls_connection * tls_connection_init(void *ssl_ctx) in tls_connection_init()
1534 struct tls_connection *conn; in tls_connection_init()
1612 void tls_connection_deinit(void *ssl_ctx, struct tls_connection *conn) in tls_connection_deinit()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_none.c31 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init()
37 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit()
42 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established()
49 struct tls_connection *conn) in tls_connection_peer_serial_num()
55 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown()
61 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params()
81 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_verify()
89 int tls_connection_get_random(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_random()
96 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key()
104 int tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_eap_fast_key()
[all …]
Dtls.h12 struct tls_connection;
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);
290 struct tls_connection *conn);
303 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn);
325 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn,
365 struct tls_connection *conn,
379 struct tls_connection *conn,
398 struct tls_connection *conn,
[all …]
Dtls_internal.c33 struct tls_connection { struct
93 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init()
95 struct tls_connection *conn; in tls_connection_init()
130 void tls_connection_set_test_flags(struct tls_connection *conn, u32 flags) in tls_connection_set_test_flags()
139 void tls_connection_set_log_cb(struct tls_connection *conn, in tls_connection_set_log_cb()
150 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit()
166 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established()
181 struct tls_connection *conn) in tls_connection_peer_serial_num()
188 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown()
202 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params()
[all …]
Dtls_gnutls.c44 struct tls_connection { struct
157 struct tls_connection *conn = (struct tls_connection *) ptr; in tls_pull_func()
186 struct tls_connection *conn = (struct tls_connection *) ptr; in tls_push_func()
199 struct tls_connection *conn) in tls_gnutls_init_session()
239 struct tls_connection * tls_connection_init(void *ssl_ctx) in tls_connection_init()
242 struct tls_connection *conn; in tls_connection_init()
276 void tls_connection_deinit(void *ssl_ctx, struct tls_connection *conn) in tls_connection_deinit()
292 int tls_connection_established(void *ssl_ctx, struct tls_connection *conn) in tls_connection_established()
299 struct tls_connection *conn) in tls_connection_peer_serial_num()
306 int tls_connection_shutdown(void *ssl_ctx, struct tls_connection *conn) in tls_connection_shutdown()
[all …]
Dtls_wolfssl.c66 struct tls_connection { struct
295 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init()
298 struct tls_connection *conn; in tls_connection_init()
326 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit()
345 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established()
352 struct tls_connection *conn) in tls_connection_peer_serial_num()
359 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown()
381 static int tls_connection_set_subject_match(struct tls_connection *conn, in tls_connection_set_subject_match()
423 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file, in tls_connection_dh()
461 static int tls_connection_client_cert(struct tls_connection *conn, in tls_connection_client_cert()
[all …]
Dtls_openssl.c237 struct tls_connection { struct
755 struct tls_connection *conn = SSL_get_app_data((SSL *) ssl); in ssl_info_cb()
1186 static int tls_engine_init(struct tls_connection *conn, const char *engine_id, in tls_engine_init()
1302 static void tls_engine_deinit(struct tls_connection *conn) in tls_engine_deinit()
1414 static void check_server_hello(struct tls_connection *conn, in check_server_hello()
1455 static void check_server_key_exchange(SSL *ssl, struct tls_connection *conn, in check_server_key_exchange()
1504 struct tls_connection *conn = arg; in tls_msg_cb()
1542 struct tls_connection * tls_connection_init(void *ssl_ctx) in tls_connection_init()
1546 struct tls_connection *conn; in tls_connection_init()
1624 void tls_connection_deinit(void *ssl_ctx, struct tls_connection *conn) in tls_connection_deinit()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_fast_common.h78 struct tls_connection;
100 u8 * eap_fast_derive_key(void *ssl_ctx, struct tls_connection *conn,
Deap_teap_common.h178 struct tls_connection;
Deap_fast_common.c96 u8 * eap_fast_derive_key(void *ssl_ctx, struct tls_connection *conn, size_t len) in eap_fast_derive_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_fast_common.h78 struct tls_connection;
100 u8 * eap_fast_derive_key(void *ssl_ctx, struct tls_connection *conn,
Deap_teap_common.h172 struct tls_connection;
Deap_fast_common.c96 u8 * eap_fast_derive_key(void *ssl_ctx, struct tls_connection *conn, size_t len) in eap_fast_derive_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_tls_common.h19 struct tls_connection *conn;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_tls_common.h19 struct tls_connection *conn;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_tls_common.h19 struct tls_connection *conn;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_tls_common.h19 struct tls_connection *conn;