Home
last modified time | relevance | path

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

/trusty/user/app/keymaster/ipc/
Dkeymaster_ipc.cpp308 static long get_device_info(keymaster::UniquePtr<uint8_t[]>* ids_buf, in get_device_info() argument
316 ids_buf->reset(new (std::nothrow) uint8_t[ids->encodedSize()]); in get_device_info()
317 if (ids_buf->get() == NULL) { in get_device_info()
322 ids->encode(ids_buf->get(), ids_buf->get() + ids->encodedSize()); in get_device_info()