Searched refs:MAX_IMAGE_LEN (Results 1 – 2 of 2) sorted by relevance
169 if ((contextLen > MAX_IMAGE_LEN) || (totalImgLen > MAX_IMAGE_LEN)) { in TEEC_GetImageLenth()195 if (totalImgLen == 0 || totalImgLen > MAX_IMAGE_LEN) { in TEEC_DoReadApp()
26 #define MAX_IMAGE_LEN 0x800000 /* max image len */ macro