Searched refs:TRUSTY_KEYMASTER_SEND_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance
148 if (req_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in trusty_keymaster_send()149 ALOGE("Request too big: %u Max size: %u", req_size, TRUSTY_KEYMASTER_SEND_BUF_SIZE); in trusty_keymaster_send()153 uint8_t send_buf[TRUSTY_KEYMASTER_SEND_BUF_SIZE]; in trusty_keymaster_send()154 keymaster::Eraser send_buf_eraser(send_buf, TRUSTY_KEYMASTER_SEND_BUF_SIZE); in trusty_keymaster_send()
81 if (serialized_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in update()87 const size_t max_chunk_size = TRUSTY_KEYMASTER_SEND_BUF_SIZE - serialized_size; in update()136 if (serialized_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in finish()141 const size_t max_chunk_size = TRUSTY_KEYMASTER_SEND_BUF_SIZE - serialized_size; in finish()
26 const uint32_t TRUSTY_KEYMASTER_SEND_BUF_SIZE = variable
409 if (ser_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in update()412 if (ser_size + inp_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in update()413 inp_size = TRUSTY_KEYMASTER_SEND_BUF_SIZE - ser_size; in update()
556 if (ser_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in update()559 if (ser_size + inp_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in update()560 inp_size = TRUSTY_KEYMASTER_SEND_BUF_SIZE - ser_size; in update()