/hal_espressif-3.7.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 240 static void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail() 889 static int dpp_derive_ke(struct dpp_authentication *auth, u8 *ke, in dpp_derive_ke() 982 static struct wpabuf * dpp_auth_build_req(struct dpp_authentication *auth, in dpp_auth_build_req() 1137 static struct wpabuf * dpp_auth_build_resp(struct dpp_authentication *auth, in dpp_auth_build_resp() 1366 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect() 1390 static int dpp_channel_local_list(struct dpp_authentication *auth, in dpp_channel_local_list() 1434 static int dpp_prepare_channel_list(struct dpp_authentication *auth, in dpp_prepare_channel_list() 1474 static int dpp_autogen_bootstrap_key(struct dpp_authentication *auth) in dpp_autogen_bootstrap_key() 1521 struct dpp_authentication *auth; in dpp_auth_init() local 1654 static struct wpabuf * dpp_build_conf_req_attr(struct dpp_authentication *auth, in dpp_build_conf_req_attr() [all …]
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/crypto/ |
D | aes-ccm.c | 118 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth() 133 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth() 151 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() 181 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
|
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_dpp.c | 157 static void gas_query_req_tx(struct dpp_authentication *auth) in gas_query_req_tx() 177 static int esp_dpp_handle_config_obj(struct dpp_authentication *auth, in esp_dpp_handle_config_obj() 213 struct dpp_authentication *auth = s_dpp_ctx.dpp_auth; in esp_dpp_rx_auth_conf() local 278 struct dpp_authentication *auth = s_dpp_ctx.dpp_auth; in gas_query_resp_rx() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/smp/include/ |
D | esp_sec_api.h | 50 UINT8 auth; member
|
/hal_espressif-3.7.0/components/wpa_supplicant/test/ |
D | test_dpp.c | 40 u8 auth[MAX_FRAME_SIZE] = {0}; variable
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/ |
D | smp_act.c | 532 uint16_t auth = 0; in smp_get_auth_mode() local 607 uint16_t auth = smp_get_auth_mode(p_cb->selected_association_model); in smp_proc_pair_cmd() local 646 uint16_t auth = smp_get_auth_mode(p_cb->selected_association_model); in smp_proc_pair_cmd() local 1445 uint16_t auth = smp_get_auth_mode(p_cb->selected_association_model); in smp_process_io_response() local
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/ |
D | beacon.c | 334 uint8_t *data = NULL, *net_id = NULL, *auth = NULL; in secure_beacon_recv() local
|
D | net.h | 60 uint8_t auth[8]; /* Beacon Authentication Value */ member
|
D | prov.c | 125 uint8_t auth[16]; /* Authentication Value */ member
|
D | provisioner_prov.c | 144 uint8_t *auth; /* Authentication Value */ member
|
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 803 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() 828 const u8 *aad, size_t aad_len, const u8 *auth, in aes_ccm_ad()
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/wps/ |
D | wps_validate.c | 926 static int wps_validate_key_wrap_auth(const u8 *auth, int mandatory) in wps_validate_key_wrap_auth()
|
D | wps_registrar.c | 2419 static int wps_process_auth_type_flags(struct wps_data *wps, const u8 *auth) in wps_process_auth_type_flags()
|