Home
last modified time | relevance | path

Searched refs:decrypted (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/
Dwps_common.c160 struct wpabuf *decrypted; in wps_decrypt_encr_settings() local
173 decrypted = wpabuf_alloc(encr_len - block_size); in wps_decrypt_encr_settings()
174 if (decrypted == NULL) 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()
181 wpabuf_len(decrypted))) { in wps_decrypt_encr_settings()
182 wpabuf_free(decrypted); in wps_decrypt_encr_settings()
187 decrypted); in wps_decrypt_encr_settings()
189 pos = wpabuf_head_u8(decrypted) + wpabuf_len(decrypted) - 1; in wps_decrypt_encr_settings()
191 if (pad > wpabuf_len(decrypted)) { in wps_decrypt_encr_settings()
[all …]
Dwps_enrollee.c991 struct wpabuf *decrypted; in wps_process_m4() local
1021 decrypted = wps_decrypt_encr_settings(wps, attr->encr_settings, in wps_process_m4()
1023 if (decrypted == NULL) { in wps_process_m4()
1031 if (wps_validate_m4_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m4()
1032 wpabuf_free(decrypted); in wps_process_m4()
1040 if (wps_parse_msg(decrypted, eattr) < 0 || in wps_process_m4()
1041 wps_process_key_wrap_auth(wps, decrypted, eattr->key_wrap_auth) || in wps_process_m4()
1043 wpabuf_free(decrypted); in wps_process_m4()
1048 wpabuf_free(decrypted); in wps_process_m4()
1063 struct wpabuf *decrypted; in wps_process_m6() local
[all …]
Dwps_registrar.c2653 struct wpabuf *decrypted; in wps_process_m5() local
2680 decrypted = wps_decrypt_encr_settings(wps, attr->encr_settings, in wps_process_m5()
2682 if (decrypted == NULL) { in wps_process_m5()
2689 if (wps_validate_m5_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m5()
2690 wpabuf_free(decrypted); in wps_process_m5()
2697 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m5()
2698 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) || in wps_process_m5()
2700 wpabuf_free(decrypted); in wps_process_m5()
2704 wpabuf_free(decrypted); in wps_process_m5()
2805 struct wpabuf *decrypted; in wps_process_m7() local
[all …]
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/
Dtlsv1_common.c414 const u8 *decrypted; in tls_verify_signature() local
454 decrypted = buf; in tls_verify_signature()
457 decrypted, buflen); in tls_verify_signature()
480 decrypted = buf + 19; in tls_verify_signature()
487 decrypted = buf + 19; in tls_verify_signature()
494 decrypted = buf + 19; in tls_verify_signature()
507 os_memcmp_const(decrypted, data, data_len) != 0) { in tls_verify_signature()
/hal_espressif-3.4.0/docs/en/security/
Dflash-encryption.rst153 …flash decryption block to decrypt the flash contents and then loads the decrypted contents into IR…
171 …flash decryption block to decrypt the flash contents and then loads the decrypted contents into IR…
189 …flash decryption block to decrypt the flash contents and then loads the decrypted contents into IR…
250 …me, up to a minute for large partitions. After that, the application is decrypted at runtime and e…
373 …me, up to a minute for large partitions. After that, the application is decrypted at runtime and e…
436 …me, up to a minute for large partitions. After that, the application is decrypted at runtime and e…
604 …bits, all flash content accessed via the MMU's flash cache is transparently decrypted. It includes:
613 …which is stored unencrypted in flash memory will also be "transparently decrypted" via the flash c…
619 … encrypted partition. Data read from unencrypted partitions will not be decrypted. In this way, so…
623 - :cpp:func:`esp_flash_read` to read raw (encrypted) data which will not be decrypted
[all …]
/hal_espressif-3.4.0/components/wpa_supplicant/src/eap_peer/
Deap_fast.c1071 static int eap_fast_parse_decrypted(struct wpabuf *decrypted, in eap_fast_parse_decrypted() argument
1082 pos = wpabuf_mhead(decrypted); in eap_fast_parse_decrypted()
1083 end = pos + wpabuf_len(decrypted); in eap_fast_parse_decrypted()
1166 struct wpabuf *decrypted, in eap_fast_process_decrypted() argument
1173 if (eap_fast_parse_decrypted(decrypted, &tlv, &resp) < 0) in eap_fast_process_decrypted()
/hal_espressif-3.4.0/docs/en/api-guides/
Dwifi-security.rst84 …- Provides forward secrecy, which means the captured data cannot be decrypted even if password is …
Dblufi.rst454 The data to be encrypted and decrypted must use the same length. The IV8 is a 8 bit sequence value …
460 The data to be encrypted and decrypted must use the same length. The IV8 is a 8 bit sequence value …
Dexternal-ram.rst158 …data read and written through the cache will automatically be encrypted/decrypted by the external …
/hal_espressif-3.4.0/components/spi_flash/
DREADME_legacy.rst82 It is possible to encrypt the contents of SPI flash and have it transparently decrypted by hardware.
/hal_espressif-3.4.0/components/nvs_flash/nvs_partition_generator/
DREADME.rst260 …| output | Path to output decrypted binary file | …
/hal_espressif-3.4.0/docs/en/api-reference/storage/
Dspi_flash.rst132 It is possible to encrypt the contents of SPI flash and have it transparently decrypted by hardware.