Searched refs:mbedtls_aes_crypt_xts (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/nvs_flash/src/ |
D | nvs_encrypted_partition.cpp | 66 …if (mbedtls_aes_crypt_xts(&mDctxt, MBEDTLS_AES_DECRYPT, size, data_unit, destination, destination)… in read() 102 if (mbedtls_aes_crypt_xts(&mEctxt, in write()
|
/hal_espressif-3.6.0/components/mbedtls/port/include/ |
D | aes_alt.h | 59 #define mbedtls_aes_crypt_xts esp_aes_crypt_xts macro
|
/hal_espressif-3.6.0/components/nvs_flash/test/ |
D | test_nvs.c | 328 …TEST_ASSERT_TRUE(!mbedtls_aes_crypt_xts(ectx, MBEDTLS_AES_ENCRYPT, 32, ba_hex, ptxt_hex, ptxt_hex)…
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ld/ |
D | rom_32c2.ld | 2893 mbedtls_aes_crypt_xts = 0x40002b78; symbol
|
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/ |
D | test_nvs.cpp | 2972 …CHECK(!mbedtls_aes_crypt_xts(ectx, MBEDTLS_AES_ENCRYPT, Page::ENTRY_SIZE, ba_hex, ptxt_hex, ptxt_h…
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow_esp32s3.map | 10547 .literal.mbedtls_aes_crypt_xts 10576 .text.mbedtls_aes_crypt_xts 88401 mbedtls_aes_crypt_xts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(a…
|