Searched refs:dpos (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/security/keys/ |
D | trusted.c | 192 unsigned int dpos; in TSS_checkhmac1() local 229 dpos = va_arg(argp, unsigned int); in TSS_checkhmac1() 230 ret = crypto_shash_update(&sdesc->shash, buffer + dpos, dlen); in TSS_checkhmac1() 279 unsigned int dpos; in TSS_checkhmac2() local 322 dpos = va_arg(argp, unsigned int); in TSS_checkhmac2() 323 ret = crypto_shash_update(&sdesc->shash, buffer + dpos, dlen); in TSS_checkhmac2()
|
/Linux-v4.19/drivers/dma/ |
D | bcm-sba-raid.c | 1097 u8 pos, dpos = raid6_gflog[scf]; in sba_fillup_pq_single_msg() local 1201 if (dpos == 255) in sba_fillup_pq_single_msg() 1203 pos = (dpos < req->sba->max_pq_coefs) ? in sba_fillup_pq_single_msg() 1204 dpos : (req->sba->max_pq_coefs - 1); in sba_fillup_pq_single_msg() 1228 dpos -= pos; in sba_fillup_pq_single_msg() 1231 while (dpos) { in sba_fillup_pq_single_msg() 1232 pos = (dpos < req->sba->max_pq_coefs) ? in sba_fillup_pq_single_msg() 1233 dpos : (req->sba->max_pq_coefs - 1); in sba_fillup_pq_single_msg() 1255 dpos -= pos; in sba_fillup_pq_single_msg()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | tgafb.c | 1055 unsigned long dpos, spos, i, n64; local 1066 dpos = (dy + height) * width; 1070 dpos -= 64; 1073 __raw_writel(dpos, tga_regs+TGA_COPY64_DST); 1078 dpos = dy * width; 1083 __raw_writel(dpos, tga_regs+TGA_COPY64_DST); 1086 dpos += 64;
|
/Linux-v4.19/net/ieee802154/ |
D | nl-mac.c | 1192 struct ieee802154_llsec_device *dpos; in llsec_iter_devkeys() local 1196 list_for_each_entry(dpos, &data->table->devices, list) { in llsec_iter_devkeys() 1202 list_for_each_entry(kpos, &dpos->keys, list) { in llsec_iter_devkeys() 1208 dpos->hwaddr, kpos, in llsec_iter_devkeys()
|
D | nl802154.c | 1844 struct ieee802154_llsec_device *dpos; in nl802154_dump_llsec_devkey() local 1866 list_for_each_entry(dpos, &table->devices, list) { in nl802154_dump_llsec_devkey() 1867 list_for_each_entry(kpos, &dpos->keys, list) { in nl802154_dump_llsec_devkey() 1874 dpos->hwaddr, in nl802154_dump_llsec_devkey()
|
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1420 u8 *buf, *dpos; in _wil_cfg80211_merge_extra_ies() local 1433 dpos = buf + ies1_len; in _wil_cfg80211_merge_extra_ies() 1443 memcpy(dpos, spos, ielen); in _wil_cfg80211_merge_extra_ies() 1444 dpos += ielen; in _wil_cfg80211_merge_extra_ies() 1450 *merged_len = dpos - buf; in _wil_cfg80211_merge_extra_ies()
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | res_func.S | 74 beqs dpos 76 dpos: label
|