Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dattributes.c67 size_t next_off = 0; in _remove_attribute() local
72 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() local
115 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