Searched defs:MAX_RESPONSE_SIZE (Results 1 – 2 of 2) sorted by relevance
/external/libese/esed/ | ||
D | utils.h | 82 constexpr size_t MAX_RESPONSE_SIZE = std::numeric_limits<uint16_t>::max() + 1 + 2; variable |
/external/tpm2/ | ||
D | Implementation.h | 288 #define MAX_RESPONSE_SIZE 4096 macro |