Home
last modified time | relevance | path

Searched refs:key32 (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/
H A Datmel_sfr.c15 u32 key32; in redirect_int_from_saic_to_aic() local
18 key32 = readl(&sfr->sn1) ^ ATMEL_SFR_AICREDIR_KEY; in redirect_int_from_saic_to_aic()
19 writel((key32 | ATMEL_SFR_AICREDIR_NSAIC), &sfr->aicredir); in redirect_int_from_saic_to_aic()
/openbmc/linux/tools/testing/selftests/net/
H A Dtoeplitz.c110 uint32_t key32; in toeplitz() local
112 key32 = ntohl(*((uint32_t *)key)); in toeplitz()
118 ret ^= key32; in toeplitz()
120 key32 <<= 1; in toeplitz()
121 key32 |= !!(key[0] & (1 << bit)); in toeplitz()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcam.c17 u32 key32[4]; in rtw89_cam_get_sec_key_cmd() local
30 key32[i] = FIELD_PREP(GENMASK(7, 0), sec_cam->key[j + 0]) | in rtw89_cam_get_sec_key_cmd()
43 RTW89_SET_FWCMD_SEC_KEY0(cmd, key32[0]); in rtw89_cam_get_sec_key_cmd()
44 RTW89_SET_FWCMD_SEC_KEY1(cmd, key32[1]); in rtw89_cam_get_sec_key_cmd()
45 RTW89_SET_FWCMD_SEC_KEY2(cmd, key32[2]); in rtw89_cam_get_sec_key_cmd()
46 RTW89_SET_FWCMD_SEC_KEY3(cmd, key32[3]); in rtw89_cam_get_sec_key_cmd()
/openbmc/linux/fs/ufs/
H A Dinode.c81 __fs32 key32; member
96 to->key32 = *(__fs32 *)(to->p = v); in grow_chain32()
97 for (p = from; p <= to && p->key32 == *(__fs32 *)p->p; p++) in grow_chain32()
151 if (!q->key32) in ufs_frag_map()
159 fs32_to_cpu(sb, q->key32) + (n>>shift)); in ufs_frag_map()
165 if (!q->key32) in ufs_frag_map()
168 res = fs32_to_cpu(sb, q->key32); in ufs_frag_map()
/openbmc/linux/drivers/crypto/
H A Domap-des.c243 unsigned int key32; in omap_des_write_ctrl() local
251 key32 = dd->ctx->keylen / sizeof(u32); in omap_des_write_ctrl()
254 for (i = 0; i < key32; i++) { in omap_des_write_ctrl()
266 if (key32 == 6) in omap_des_write_ctrl()
H A Domap-aes.c123 unsigned int key32; in omap_aes_write_ctrl() local
131 key32 = dd->ctx->keylen / sizeof(u32); in omap_aes_write_ctrl()
138 for (i = 0; i < key32; i++) { in omap_aes_write_ctrl()
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c411 __be32 key32; in tunnel_key_init() local
413 key32 = nla_get_be32(tb[TCA_TUNNEL_KEY_ENC_KEY_ID]); in tunnel_key_init()
414 key_id = key32_to_tunnel_id(key32); in tunnel_key_init()