Searched refs:cb (Results 1 – 4 of 4) sorted by relevance
/optee_client/tee-supplicant/src/ |
A D | handle.c | 157 void (*cb)(int handle, void *ptr, void *arg), in handle_foreach_put() 162 if (!db || !cb) in handle_foreach_put() 169 cb(n, db->ptrs[n], arg); in handle_foreach_put()
|
A D | handle.h | 79 void (*cb)(int handle, void *ptr, void *arg),
|
/optee_client/libckteec/src/ |
A D | serialize_ck.c | 398 size = sizeof(uint32_t) + sizeof(param->cb); in serialize_mecha_aes_ctr() 407 rv = serialize_buffer(obj, param->cb, sizeof(param->cb)); in serialize_mecha_aes_ctr()
|
/optee_client/libckteec/include/ |
A D | pkcs11.h | 458 CK_BYTE cb[16]; member
|
Completed in 9 milliseconds