Searched refs:next_off (Results 1 – 1 of 1) sorted by relevance
67 size_t next_off = 0; in _remove_attribute() local72 for (; cur < end; cur += next_off) { in _remove_attribute()76 next_off = sizeof(pkcs11_ref) + pkcs11_ref.size; in _remove_attribute()84 TEE_MemMove(cur, cur + next_off, end - (cur + next_off)); in _remove_attribute()87 h->attrs_size -= next_off; in _remove_attribute()88 end -= next_off; in _remove_attribute()89 next_off = 0; in _remove_attribute()109 size_t next_off = 0; in get_attribute_ptrs() local115 for (; cur < end; cur += next_off) { in get_attribute_ptrs()330 size_t next_off = 0; in __trace_attributes() local[all …]
Completed in 2 milliseconds