Searched refs:encr (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/wps/ |
D | wps_common.c | 157 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()
|
D | wps_i.h | 134 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
|
D | wps_registrar.c | 2316 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/ |
D | wpa_auth.c | 962 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 …]
|
D | wpa_auth_i.h | 178 int keyidx, int encr, int force_version);
|
/hal_espressif-3.6.0/docs/en/security/ |
D | secure-boot-v1.rst | 11 …ronment both should be used simultaneously. See :ref:`secure-boot-and-flash-encr` for more details. 269 .. _secure-boot-and-flash-encr:
|
D | secure-boot-v2.rst | 379 .. _secure-boot-v2-and-flash-encr:
|