/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ap_config.c | 74 struct hostapd_config *conf; in hostapd_config_defaults() local 148 int hostapd_setup_sae_pt(struct hostapd_bss_config *conf) in hostapd_setup_sae_pt() 174 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk() 261 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk() 291 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
|
D | wpa_auth_ie.c | 24 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie() 88 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie() 302 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_rsnxe()
|
D | eap_user_db.c | 235 const struct hostapd_bss_config *conf = hapd->conf; in hostapd_get_eap_user() local
|
D | ieee802_1x.c | 430 struct eapol_auth_config conf; in ieee802_1x_init() local
|
D | wps_hostapd.c | 357 struct hostapd_bss_config *conf = hapd->conf; in hostapd_update_wps() local
|
D | hostapd.h | 100 struct hostapd_bss_config *conf; member
|
/hal_espressif-latest/components/mbedtls/port/dynamic/ |
D | esp_mbedtls_dynamic_impl.c | 481 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_dhm() local 489 mbedtls_ssl_config *conf = (mbedtls_ssl_config * )mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_keycert() local 507 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_keycert_key() local 521 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_keycert_cert() local 538 mbedtls_ssl_config *conf = (mbedtls_ssl_config * )mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_cacert() local
|
D | esp_ssl_cli.c | 107 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in manage_resource() local
|
D | esp_ssl_srv.c | 70 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in manage_resource() local
|
D | esp_ssl_tls.c | 283 int __wrap_mbedtls_ssl_setup(mbedtls_ssl_context *ssl, const mbedtls_ssl_config *conf) in __wrap_mbedtls_ssl_setup()
|
/hal_espressif-latest/components/hal/ |
D | ecdsa_hal.c | 20 static void configure_ecdsa_periph(ecdsa_hal_config_t *conf) in configure_ecdsa_periph() 93 void ecdsa_hal_gen_signature(ecdsa_hal_config_t *conf, const uint8_t *hash, in ecdsa_hal_gen_signature() 118 int ecdsa_hal_verify_signature(ecdsa_hal_config_t *conf, const uint8_t *hash, const uint8_t *r, con… in ecdsa_hal_verify_signature()
|
/hal_espressif-latest/components/mbedtls/port/ |
D | mbedtls_debug.c | 22 void mbedtls_esp_enable_debug_log(mbedtls_ssl_config *conf, int threshold) in mbedtls_esp_enable_debug_log() 44 void mbedtls_esp_disable_debug_log(mbedtls_ssl_config *conf) in mbedtls_esp_disable_debug_log()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 3497 struct dpp_configuration *conf; in dpp_configuration_alloc() local 3570 int dpp_configuration_valid(const struct dpp_configuration *conf) in dpp_configuration_valid() 3582 void dpp_configuration_free(struct dpp_configuration *conf) in dpp_configuration_free() 3597 struct dpp_configuration *conf = NULL; in dpp_configuration_parse_helper() local 3757 struct dpp_configurator *conf; in dpp_configurator_get_id() local 3830 struct dpp_config_obj *conf = &auth->conf_obj[i]; in dpp_auth_deinit() local 3848 struct dpp_configuration *conf, size_t tailroom) in dpp_build_conf_start() 3930 struct dpp_configuration *conf) in dpp_build_legacy_cred_params() 3986 struct dpp_configuration *conf) in dpp_build_conf_obj_dpp() 4191 struct dpp_configuration *conf) in dpp_build_conf_obj_legacy() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | tls_mbedtls.c | 78 mbedtls_ssl_config conf; /*!< TLS/SSL config to be shared structures */ member 624 void *tls_init(const struct tls_config *conf) in tls_init() 690 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_dhm() local 698 mbedtls_ssl_config *conf = (mbedtls_ssl_config * )mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_keycert() local 716 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_keycert_key() local 731 mbedtls_ssl_config *conf = (mbedtls_ssl_config * )mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_cacert() local
|
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/ |
D | esp_crt_bundle.c | 201 esp_err_t esp_crt_bundle_attach(void *conf) in esp_crt_bundle_attach() 227 void esp_crt_bundle_detach(mbedtls_ssl_config *conf) in esp_crt_bundle_detach()
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | chip_specific_config.py | 26 conf = { variable
|
/hal_espressif-latest/components/mbedtls/port/ecdsa/ |
D | ecdsa_alt.c | 167 ecdsa_hal_config_t conf = { in esp_ecdsa_sign() local 404 ecdsa_hal_config_t conf = { in esp_ecdsa_verify() local
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap.c | 327 struct eap_peer_config *conf) in eap_sm_set_scard_pin() 333 struct eap_peer_config *conf) in eap_sm_get_scard_identity()
|
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/ |
D | eapol_auth_sm.c | 1209 static void eapol_auth_conf_free(struct eapol_auth_config *conf) in eapol_auth_conf_free() 1218 struct eapol_authenticator * eapol_auth_init(struct eapol_auth_config *conf, in eapol_auth_init()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | ecc_mult_struct.h | 142 volatile ecc_mult_conf_reg_t conf; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | ecc_mult_struct.h | 150 volatile ecc_mult_conf_reg_t conf; member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | ledc_struct.h | 567 volatile ledc_timerx_conf_reg_t conf; member 583 volatile ledc_conf_reg_t conf; member
|
/hal_espressif-latest/components/esp_psram/esp32s3/ |
D | esp_psram_impl_quad.c | 138 esp_rom_spi_cmd_t conf; in _psram_exec_cmd() local
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | ledc_struct.h | 85 } conf; member 190 } conf; member
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_dpp.c | 213 struct dpp_config_obj *conf) in esp_dpp_handle_config_obj()
|