Lines Matching refs:next_off
66 size_t next_off = 0; in _remove_attribute() local
71 for (; cur < end; cur += next_off) { in _remove_attribute()
75 next_off = sizeof(pkcs11_ref) + pkcs11_ref.size; in _remove_attribute()
83 TEE_MemMove(cur, cur + next_off, end - (cur + next_off)); in _remove_attribute()
86 h->attrs_size -= next_off; in _remove_attribute()
87 end -= next_off; in _remove_attribute()
88 next_off = 0; in _remove_attribute()
108 size_t next_off = 0; in get_attribute_ptrs() local
114 for (; cur < end; cur += next_off) { in get_attribute_ptrs()
119 next_off = sizeof(pkcs11_ref) + pkcs11_ref.size; in get_attribute_ptrs()
333 size_t next_off = 0; in __trace_attributes() local
347 for (; cur < (char *)end; cur += next_off) { in __trace_attributes()
355 next_off = sizeof(pkcs11_ref) + pkcs11_ref.size; in __trace_attributes()