Searched refs:TRUSTY_KEYMASTER_RECV_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
158 uint8_t recv_buf[TRUSTY_KEYMASTER_RECV_BUF_SIZE]; in trusty_keymaster_send()159 keymaster::Eraser recv_buf_eraser(recv_buf, TRUSTY_KEYMASTER_RECV_BUF_SIZE); in trusty_keymaster_send()160 uint32_t rsp_size = TRUSTY_KEYMASTER_RECV_BUF_SIZE; in trusty_keymaster_send()
25 const uint32_t TRUSTY_KEYMASTER_RECV_BUF_SIZE = 2 * PAGE_SIZE; variable