Home
last modified time | relevance | path

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

/optee_client/libckteec/src/
A Dserializer.c17 struct pkcs11_object_head head = { 0 }; in init_serial_object() local
21 return serialize_buffer(obj, &head, sizeof(head)); in init_serial_object()
26 struct pkcs11_object_head head = { 0 }; in finalize_serial_object() local
28 head.attrs_size = obj->size - sizeof(head); in finalize_serial_object()
29 head.attrs_count = obj->item_count; in finalize_serial_object()
30 memcpy(obj->buffer, &head, sizeof(head)); in finalize_serial_object()
/optee_client/public/
A Dtee_bench.h67 uint64_t head; member
/optee_client/libteec/src/
A Dteec_benchmark.c209 ts_i = __sync_fetch_and_add(&cpu_buf->head, 1); in bm_timestamp()

Completed in 4 milliseconds