Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dattributes.c66 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()
[all …]