Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Ddpp.c240 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/
Daes-ccm.c118 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/
Desp_dpp.c157 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/
Desp_sec_api.h50 UINT8 auth; member
/hal_espressif-3.7.0/components/wpa_supplicant/test/
Dtest_dpp.c40 u8 auth[MAX_FRAME_SIZE] = {0}; variable
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c532 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/
Dbeacon.c334 uint8_t *data = NULL, *net_id = NULL, *auth = NULL; in secure_beacon_recv() local
Dnet.h60 uint8_t auth[8]; /* Beacon Authentication Value */ member
Dprov.c125 uint8_t auth[16]; /* Authentication Value */ member
Dprovisioner_prov.c144 uint8_t *auth; /* Authentication Value */ member
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c803 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/
Dwps_validate.c926 static int wps_validate_key_wrap_auth(const u8 *auth, int mandatory) in wps_validate_key_wrap_auth()
Dwps_registrar.c2419 static int wps_process_auth_type_flags(struct wps_data *wps, const u8 *auth) in wps_process_auth_type_flags()