Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp408 size_t ser_size = request.SerializedSize(); in update() local
410 if (ser_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in update()
413 if (ser_size + inp_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in update()
414 inp_size = TRUSTY_KEYMASTER_SEND_BUF_SIZE - ser_size; in update()
/aosp14/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp555 size_t ser_size = request.SerializedSize(); in update() local
557 if (ser_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in update()
560 if (ser_size + inp_size > TRUSTY_KEYMASTER_SEND_BUF_SIZE) { in update()
561 inp_size = TRUSTY_KEYMASTER_SEND_BUF_SIZE - ser_size; in update()