Searched refs:trd (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/security/loadpin/ |
H A D | loadpin.c | 313 struct dm_verity_loadpin_trusted_root_digest *trd; in read_trusted_verity_root_digests() local 334 trd = kzalloc(struct_size(trd, data, len), GFP_KERNEL); in read_trusted_verity_root_digests() 335 if (!trd) { in read_trusted_verity_root_digests() 339 trd->len = len; in read_trusted_verity_root_digests() 341 if (hex2bin(trd->data, d, len)) { in read_trusted_verity_root_digests() 342 kfree(trd); in read_trusted_verity_root_digests() 347 list_add_tail(&trd->node, &dm_verity_loadpin_trusted_root_digests); in read_trusted_verity_root_digests() 365 struct dm_verity_loadpin_trusted_root_digest *trd, *tmp; in read_trusted_verity_root_digests() local 367 list_for_each_entry_safe(trd, tmp, &dm_verity_loadpin_trusted_root_digests, node) { in read_trusted_verity_root_digests() 368 list_del(&trd->node); in read_trusted_verity_root_digests() [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-verity-loadpin.c | 20 struct dm_verity_loadpin_trusted_root_digest *trd; in is_trusted_verity_target() local 36 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()
|
/openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
H A D | ata.h | 21 u8 trd; /* 0x06 */ member
|
/openbmc/u-boot/board/freescale/m5253demo/ |
H A D | m5253demo.c | 124 out_8(&ata->trd, CALC_TIMING(piotms[2][7])); in ide_set_reset()
|
/openbmc/u-boot/board/freescale/m54455evb/ |
H A D | m54455evb.c | 141 out_8(&ata->trd, CALC_TIMING(piotms[2][7])); in ide_set_reset()
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 4444 size_t trsize = sizeof(*trd); in binder_thread_read() 4652 trd->target.ptr = target_node->ptr; in binder_thread_read() 4663 trd->target.ptr = 0; in binder_thread_read() 4664 trd->cookie = 0; in binder_thread_read() 4667 trd->code = t->code; in binder_thread_read() 4668 trd->flags = t->flags; in binder_thread_read() 4675 trd->sender_pid = in binder_thread_read() 4679 trd->sender_pid = 0; in binder_thread_read() 4713 trd->data.ptr.offsets = trd->data.ptr.buffer + in binder_thread_read() 4754 (u64)trd->data.ptr.buffer, in binder_thread_read() [all …]
|