Searched refs:ESP_ENCRYPT_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
41 if (size % ESP_ENCRYPT_BLOCK_SIZE != 0) { in read()55 if (size % ESP_ENCRYPT_BLOCK_SIZE != 0) { in write()
22 #define ESP_ENCRYPT_BLOCK_SIZE 16 macro
75 if (size % ESP_ENCRYPT_BLOCK_SIZE != 0) return ESP_ERR_INVALID_SIZE; in write()