Searched refs:tls_ctx (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/ |
D | tls.h | 188 void tls_deinit(void *tls_ctx); 197 int tls_get_errors(void *tls_ctx); 204 struct tls_connection * tls_connection_init(void *tls_ctx); 213 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn); 221 int tls_connection_established(void *tls_ctx, struct tls_connection *conn); 234 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn); 253 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, 267 void *tls_ctx, const struct tls_connection_params *params); 276 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl); 288 int tls_connection_set_verify(void *tls_ctx, [all …]
|
D | tls_internal.c | 75 int tls_get_errors(void *tls_ctx) in tls_get_errors() argument 81 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init() argument 84 struct tls_global *global = tls_ctx; in tls_connection_init() 112 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit() argument 128 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established() argument 142 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown() argument 156 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params() argument 211 int tls_global_set_params(void *tls_ctx, in tls_global_set_params() argument 215 struct tls_global *global = tls_ctx; in tls_global_set_params() 261 int tls_global_set_verify(void *tls_ctx, int check_crl) in tls_global_set_verify() argument [all …]
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/ |
D | tls_mbedtls.c | 573 void tls_deinit(void *tls_ctx) in tls_deinit() argument 578 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init() argument 589 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit() argument 603 int tls_get_errors(void *tls_ctx) in tls_get_errors() argument 608 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established() argument 619 int tls_global_set_verify(void *tls_ctx, int check_crl) in tls_global_set_verify() argument 625 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_verify() argument 633 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() argument 680 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() argument 690 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() argument [all …]
|