Home
last modified time | relevance | path

Searched refs:ESP_ENCRYPT_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_partition.cpp41 if (size % ESP_ENCRYPT_BLOCK_SIZE != 0) { in read()
55 if (size % ESP_ENCRYPT_BLOCK_SIZE != 0) { in write()
Dnvs_partition.hpp22 #define ESP_ENCRYPT_BLOCK_SIZE 16 macro
Dnvs_encrypted_partition.cpp75 if (size % ESP_ENCRYPT_BLOCK_SIZE != 0) return ESP_ERR_INVALID_SIZE; in write()