Searched refs:w9 (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-ccm-core.S | 188 umov w9, v8.b[0] /* get top crypted CTR byte */ 191 eor w9, w9, w0 /* w9 = CTR ^ input */ 194 strb w9, [x1], #1 /* store out byte */ 300 umov w9, v8.b[0] /* get top crypted CTR byte */ 303 eor w9, w9, w0 /* w9 = CTR ^ input */ 304 eor w6, w6, w9 /* w6 = MAC ^ output */ 306 strb w9, [x1], #1 /* store out byte */
|
| H A D | ghash-ce-core.S | 461 0: mov w9, #4 // max blocks per round 466 csel w9, w10, w9, mi 467 add w8, w8, w9 534 mov w9, #1 575 cmp w9, #1 628 tbz w9, #2, 0f // <4 blocks? 634 tbz w9, #0, 1f // 2 blocks? 635 tbz w9, #1, 2f // 1 block?
|
| H A D | aes-modes.S | 132 encrypt_block v4, w8, x6, x7, w9 176 encrypt_block cbciv, w8, x6, x7, w9
|
| H A D | sm4-ce-gcm-core.S | 210 add w6, w9, #1; \
|
| H A D | sm3-neon-core.S | 47 #define rg w9
|
| /linux/lib/crypto/arm64/ |
| H A D | chacha-neon-core.S | 527 mov w9, v19.s[0] 533 add a3, a3, w9 551 mov w9, v23.s[0] 557 add a7, a7, w9 572 mov w9, v27.s[0] 578 add a11, a11, w9 593 mov w9, v31.s[0] 599 add a15, a15, w9 608 ldp w8, w9, [x2, #-56] 615 eor a3, a3, w9 [all …]
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | cam.c | 902 h2c->w9 = le32_encode_bits(vif->cfg.aid & 0xfff, ADDR_CAM_W9_AID12); in rtw89_cam_fill_addr_cam_info() 904 h2c->w9 = le32_encode_bits(sta ? sta->aid & 0xfff : 0, ADDR_CAM_W9_AID12); in rtw89_cam_fill_addr_cam_info() 906 h2c->w9 |= le32_encode_bits(rtwvif_link->wowlan_pattern, ADDR_CAM_W9_WOL_PATTERN) | in rtw89_cam_fill_addr_cam_info() 1121 h2c->w9 = le32_encode_bits(mld_sma[4], DCTLINFO_V2_W9_MLD_SMA_4) | in rtw89_cam_fill_dctl_sec_cam_info_v2() 1249 h2c->w9 = le32_encode_bits(mld_sma[0], DCTLINFO_V3_W9_MLD_SMA_0_V2) | in rtw89_cam_fill_dctl_sec_cam_info_v3()
|
| H A D | core.c | 2065 rpl_fd[RF_PATH_C] = le32_get_bits(ie->w9, RTW89_PHY_STS_IE01_V2_W9_RPL_FD_C); in rtw89_core_parse_phy_status_ie01_v2() 2066 rpl_fd[RF_PATH_D] = le32_get_bits(ie->w9, RTW89_PHY_STS_IE01_V2_W9_RPL_FD_D); in rtw89_core_parse_phy_status_ie01_v2()
|
| H A D | fw.c | 6744 h2c->w9 = le32_encode_bits(sizeof(*h2c) / sizeof(h2c->w0), in rtw89_fw_h2c_scan_offload_be()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | tx.h | 22 __le32 w9; member
|
| H A D | tx.c | 83 tx_desc->w9 = le32_encode_bits(pkt_info->seq, RTW_TX_DESC_W9_SW_SEQ); in rtw_tx_fill_tx_desc() 91 tx_desc->w9 |= le32_encode_bits(1, RTW_TX_DESC_W9_TIM_EN) | in rtw_tx_fill_tx_desc()
|