Searched refs:trd (Results 1 – 2 of 2) sorted by relevance
20 struct dm_verity_loadpin_trusted_root_digest *trd; in is_trusted_verity_target() local36 list_for_each_entry(trd, &dm_verity_loadpin_trusted_root_digests, node) { in is_trusted_verity_target()37 if ((trd->len == digest_size) && in is_trusted_verity_target()38 !memcmp(trd->data, root_digest, digest_size)) { in is_trusted_verity_target()
4712 size_t trsize = sizeof(*trd); in binder_thread_read()4960 trd->target.ptr = target_node->ptr; in binder_thread_read()4961 trd->cookie = target_node->cookie; in binder_thread_read()4971 trd->target.ptr = 0; in binder_thread_read()4972 trd->cookie = 0; in binder_thread_read()4975 trd->code = t->code; in binder_thread_read()4976 trd->flags = t->flags; in binder_thread_read()4983 trd->sender_pid = in binder_thread_read()4987 trd->sender_pid = 0; in binder_thread_read()5018 trd->data_size = t->buffer->data_size; in binder_thread_read()[all …]
Completed in 15 milliseconds