Home
last modified time | relevance | path

Searched refs:encr (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/wps/
Dwps_common.c157 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr, in wps_decrypt_encr_settings() argument
167 if (encr == NULL || encr_len < 2 * block_size || encr_len % block_size) in wps_decrypt_encr_settings()
177 wpa_hexdump(MSG_MSGDUMP, "WPS: Encrypted Settings", encr, encr_len); in wps_decrypt_encr_settings()
178 wpabuf_put_data(decrypted, encr + block_size, encr_len - block_size); in wps_decrypt_encr_settings()
180 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted), in wps_decrypt_encr_settings()
Dwps_i.h134 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
Dwps_registrar.c2316 static int wps_process_encr_type_flags(struct wps_data *wps, const u8 *encr) in wps_process_encr_type_flags() argument
2320 if (encr == NULL) { in wps_process_encr_type_flags()
2326 encr_types = WPA_GET_BE16(encr); in wps_process_encr_type_flags()
/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/
Dwpa_auth.c962 int keyidx, int encr, int force_version) in __wpa_send_eapol() argument
974 wpa_auth,sm, key_rsc, kde, nonce, kde_len, keyidx, encr, force_version); in __wpa_send_eapol()
996 pairwise, (unsigned long) kde_len, keyidx, encr); in __wpa_send_eapol()
1001 version == WPA_KEY_INFO_TYPE_AES_128_CMAC) && encr) { in __wpa_send_eapol()
1021 if (encr && sm->wpa == WPA_VERSION_WPA2) in __wpa_send_eapol()
1050 if (kde && !encr) { in __wpa_send_eapol()
1053 } else if (encr && kde) { in __wpa_send_eapol()
1139 int keyidx, int encr) in wpa_send_eapol() argument
1149 keyidx, encr, 0); in wpa_send_eapol()
1671 int wpa_ie_len, secure, keyidx, encr = 0; in SM_STATE() local
[all …]
Dwpa_auth_i.h178 int keyidx, int encr, int force_version);
/hal_espressif-3.6.0/docs/en/security/
Dsecure-boot-v1.rst11 …ronment both should be used simultaneously. See :ref:`secure-boot-and-flash-encr` for more details.
269 .. _secure-boot-and-flash-encr:
Dsecure-boot-v2.rst379 .. _secure-boot-v2-and-flash-encr: