Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/ipc/
Dtrusty_keymaster_ipc.cpp148 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()
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintOperation.cpp81 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()
/system/core/trusty/keymaster/include/trusty_keymaster/ipc/
Dtrusty_keymaster_ipc.h26 const uint32_t TRUSTY_KEYMASTER_SEND_BUF_SIZE = variable
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp409 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()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp556 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()