Searched refs:out_ta_mem (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/tee/optee/
H A Doptee-client.cpp457 uint8_t* out_ta_mem; // Where to write the TA in memory local
477 out_ta_mem = reinterpret_cast<uint8_t*>(out_mem_iter->vaddr() +
484 out_ta_mem = nullptr;
516 if (out_ta_mem == nullptr) {
528 status = ta_vmo.read(out_ta_mem, 0, ta_size);
537 uint8_t* ta_end = out_ta_mem + ta_size;

Completed in 24 milliseconds