Searched refs:dpos (Results 1 – 6 of 6) sorted by relevance
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 193 unsigned int dpos; in TSS_checkhmac1() 220 dpos = va_arg(argp, unsigned int); in TSS_checkhmac1() 221 sha1_update(&sha_ctx, buffer + dpos, dlen); in TSS_checkhmac1() 263 unsigned int dpos; in TSS_checkhmac2() 293 dpos = va_arg(argp, unsigned int); in TSS_checkhmac2() 294 sha1_update(&sha_ctx, buffer + dpos, dlen); in TSS_checkhmac2() 187 unsigned int dpos; TSS_checkhmac1() local 257 unsigned int dpos; TSS_checkhmac2() local
|
| /linux/drivers/video/fbdev/ |
| H A D | tgafb.c | 1068 unsigned long dpos, spos, i, n64; local 1079 dpos = (dy + height) * width; 1083 dpos -= 64; 1086 __raw_writel(dpos, tga_regs+TGA_COPY64_DST); 1091 dpos = dy * width; 1096 __raw_writel(dpos, tga_regs+TGA_COPY64_DST); 1099 dpos += 64;
|
| /linux/kernel/trace/ |
| H A D | trace_fprobe.c | 212 #define for_each_trace_fprobe(pos, dpos) \ argument 213 for_each_dyn_event(dpos) \ 214 if (is_trace_fprobe(dpos) && (pos = to_trace_fprobe(dpos)))
|
| /linux/net/ceph/ |
| H A D | messenger_v2.c | 952 int dpos, int dlen, u8 *pad) in init_sgs_pages() argument 954 int idx = dpos >> PAGE_SHIFT; in init_sgs_pages() 955 int off = offset_in_page(dpos); in init_sgs_pages() 976 void *epilogue, struct page **pages, int dpos, in setup_message_sgs() argument 997 sg_cnt += calc_pages_for(dpos, dlen); in setup_message_sgs() 1019 init_sgs_pages(&cur_sg, pages, dpos, dlen, data_pad); in setup_message_sgs() 1107 int dpos = 0; in decrypt_tail() local 1119 dpos = padded_len(front_len(con->in_msg) + padded_len(middle_len(con->in_msg))); in decrypt_tail() 1125 con->v2.in_buf, pages, dpos, true); in decrypt_tail() 1136 ret = process_v2_sparse_read(con, con->v2.in_enc_pages, dpos); in decrypt_tail()
|
| /linux/net/ieee802154/ |
| H A D | nl802154.c | 2383 struct ieee802154_llsec_device *dpos; in nl802154_dump_llsec_devkey() local 2410 list_for_each_entry(dpos, &table->devices, list) { in nl802154_dump_llsec_devkey() 2411 list_for_each_entry(kpos, &dpos->keys, list) { in nl802154_dump_llsec_devkey() 2418 dpos->hwaddr, in nl802154_dump_llsec_devkey()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | res_func.S | 74 beqs dpos 76 dpos: label
|