Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp39 constexpr const uint32_t SEND_BUF_SIZE = 8192; variable
190 if (request_size > SEND_BUF_SIZE) in Send()
192 uint8_t send_buf[SEND_BUF_SIZE]; in Send()