/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha256_ni_asm.S | 64 #define MSG %xmm0 define 129 movdqu 0*16(DATA_PTR), MSG 130 pshufb SHUF_MASK, MSG 131 movdqa MSG, MSGTMP0 132 paddd 0*16(SHA256CONSTANTS), MSG 134 pshufd $0x0E, MSG, MSG 138 movdqu 1*16(DATA_PTR), MSG 139 pshufb SHUF_MASK, MSG 140 movdqa MSG, MSGTMP [all...] |
H A D | aegis128-aesni-asm.S | 18 #define MSG %xmm5 define 68 * MSG - message block 76 pxor MSG, MSG 111 movq %r9, MSG 120 pslldq $8, MSG 122 pxor T0, MSG 254 movdqa 0x00(SRC), MSG 256 pxor MSG, STATE4 261 movdqa 0x10(SRC), MSG [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha256_ni_asm.S | 65 #define MSG %xmm0 define 129 movdqu 0*16(DATA_PTR), MSG 130 pshufb SHUF_MASK, MSG 131 movdqa MSG, MSGTMP0 132 paddd 0*16(SHA256CONSTANTS), MSG 134 pshufd $0x0E, MSG, MSG 138 movdqu 1*16(DATA_PTR), MSG 139 pshufb SHUF_MASK, MSG 140 movdqa MSG, MSGTMP [all...] |
H A D | aegis128-aesni-asm.S | 19 #define MSG %xmm5 define 69 * MSG - message block 77 pxor MSG, MSG 112 movq %r9, MSG 121 pslldq $8, MSG 123 pxor T0, MSG 255 movdqa 0x00(SRC), MSG 257 pxor MSG, STATE4 262 movdqa 0x10(SRC), MSG [all...] |
H A D | polyval-clmulni_asm.S | 40 #define MSG %rsi define 55 * count pointed to by MSG and KEY_POWERS. 67 * specified by (MSG + 16*i) and (KEY_POWERS + 16*i) and XORs the components of 88 movups (16*\i)(MSG), %xmm0 222 addq $(8*16), MSG 235 movups (MSG), %xmm0 240 addq $16, MSG 246 addq $(4*16), MSG 252 addq $(2*16), MSG
|
/kernel/liteos_m/components/net/test/ |
H A D | net_socket_test_002.c | 37 #define MSG "Hi, I am UDP"
macro 71 (void)strcpy_s(g_buf, sizeof(g_buf), MSG);
in UdpTestTask() 72 ret = sendto(sfd, g_buf, strlen(MSG), 0, (struct sockaddr*)&clnAddr,
in UdpTestTask() 84 LWIP_ASSERT("socket invalid param.", ret == strlen(MSG));
in UdpTestTask() 91 (void)strcpy_s(g_buf, sizeof(g_buf), MSG);
in UdpTestTask() 97 iov[0].iov_len = strlen(MSG);
in UdpTestTask() 99 iov[1].iov_len = strlen(MSG);
in UdpTestTask() 101 LWIP_ASSERT("socket invalid param.", ret == IOV_LENGTH * strlen(MSG));
in UdpTestTask() 113 LWIP_ASSERT("socket invalid param.", ret == IOV_LENGTH * strlen(MSG));
in UdpTestTask()
|
H A D | net_socket_test_011.c | 44 #define MSG "Hi, I am testing BT netif."
macro 148 int size = strlen(MSG);
in ReplayUdp() 157 u16_t chksum = LWIP_CHKSUM_COPY(p->payload, MSG, size);
in ReplayUdp() 217 ICUNIT_ASSERT_EQUAL(dataLen, strlen(MSG), 4);
in ParsePackageIpUdp() 347 (void)strcpy_s(g_buf, sizeof(g_buf), MSG);
in UdpTestNetifTask() 348 ret = sendto(sfd, g_buf, strlen(MSG), 0, (struct sockaddr*)&clnAddr,
in UdpTestNetifTask() 357 LWIP_ASSERT("socket invalid param.", ret == strlen(MSG));
in UdpTestNetifTask()
|
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/ |
H A D | net_socket_test_002.cpp | 45 #define MSG "Hi, I am UDP" macro 76 ret = strcpy_s(g_buf, BUF_SIZE, MSG); in UdpTest() 78 ret = sendto(sfd, g_buf, strlen(MSG), 0, reinterpret_cast<struct sockaddr *>(&clnAddr), in UdpTest() 87 ICUNIT_ASSERT_EQUAL(ret, strlen(MSG), ret); in UdpTest() 95 ret = strcpy_s(g_buf, BUF_SIZE, MSG); in UdpTest() 102 iov[0].iov_len = strlen(MSG); in UdpTest() 104 iov[1].iov_len = strlen(MSG); in UdpTest() 106 ICUNIT_ASSERT_EQUAL(ret, 2 * strlen(MSG), ret); in UdpTest() 120 ICUNIT_ASSERT_EQUAL(ret, 2 * strlen(MSG), ret); in UdpTest()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha256-armv4.pl | 587 my @MSG=map("q$_",(8..11)); 614 vld1.8 {@MSG[0]-@MSG[1]},[$inp]! 615 vld1.8 {@MSG[2]-@MSG[3]},[$inp]! 617 vrev32.8 @MSG[0],@MSG[0] 618 vrev32.8 @MSG[1],@MSG[1] 619 vrev32.8 @MSG[ [all...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha256-armv4.pl | 587 my @MSG=map("q$_",(8..11)); 614 vld1.8 {@MSG[0]-@MSG[1]},[$inp]! 615 vld1.8 {@MSG[2]-@MSG[3]},[$inp]! 617 vrev32.8 @MSG[0],@MSG[0] 618 vrev32.8 @MSG[1],@MSG[1] 619 vrev32.8 @MSG[ [all...] |
/kernel/linux/linux-5.10/samples/rpmsg/ |
H A D | rpmsg_client_sample.c | 16 #define MSG "hello world!" macro 44 ret = rpmsg_send(rpdev->ept, MSG, strlen(MSG)); in rpmsg_sample_cb() 66 ret = rpmsg_send(rpdev->ept, MSG, strlen(MSG)); in rpmsg_sample_probe()
|
/kernel/linux/linux-6.6/samples/rpmsg/ |
H A D | rpmsg_client_sample.c | 16 #define MSG "hello world!" macro 44 ret = rpmsg_send(rpdev->ept, MSG, strlen(MSG)); in rpmsg_sample_cb() 66 ret = rpmsg_send(rpdev->ept, MSG, strlen(MSG)); in rpmsg_sample_probe()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sha512-armv8.pl | 374 my @MSG=map("v$_.16b",(4..7)); 391 ld1 {@MSG[0]-@MSG[3]},[$inp],#64 394 rev32 @MSG[0],@MSG[0] 395 rev32 @MSG[1],@MSG[1] 396 rev32 @MSG[2],@MSG[2] 397 rev32 @MSG[ [all...] |
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sha512-armv8.pl | 374 my @MSG=map("v$_.16b",(4..7)); 391 ld1 {@MSG[0]-@MSG[3]},[$inp],#64 394 rev32 @MSG[0],@MSG[0] 395 rev32 @MSG[1],@MSG[1] 396 rev32 @MSG[2],@MSG[2] 397 rev32 @MSG[ [all...] |
H A D | polyval-ce-core.S | 31 MSG .req x1 label 223 ld1 {M0.16b, M1.16b, M2.16b, M3.16b}, [MSG], #64 224 ld1 {M4.16b, M5.16b, M6.16b, M7.16b}, [MSG], #64 271 ld1 {TMP_V.16b}, [MSG], #16 278 ld1 {M0.16b, M1.16b, M2.16b, M3.16b}, [MSG], #64 287 ld1 {M0.16b, M1.16b}, [MSG], #32 294 ld1 {M0.16b}, [MSG], #16
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11h.c | 133 mwifiex_dbg(priv->adapter, MSG, in mwifiex_dfs_cac_work_queue() 162 mwifiex_dbg(priv->adapter, MSG, in mwifiex_cmd_issue_chan_report_request() 166 mwifiex_dbg(priv->adapter, MSG, "cancelling CAC\n"); in mwifiex_cmd_issue_chan_report_request() 193 mwifiex_dbg(priv->adapter, MSG, in mwifiex_abort_cac() 232 mwifiex_dbg(priv->adapter, MSG, in mwifiex_11h_handle_chanrpt_ready() 261 mwifiex_dbg(priv->adapter, MSG, in mwifiex_11h_handle_radar_detected() 268 mwifiex_dbg(priv->adapter, MSG, "regdomain: %d\n", in mwifiex_11h_handle_radar_detected() 270 mwifiex_dbg(priv->adapter, MSG, "radar detection type: %d\n", in mwifiex_11h_handle_radar_detected() 304 mwifiex_dbg(priv->adapter, MSG, in mwifiex_dfs_chan_sw_work_queue()
|
H A D | cmdevt.c | 948 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 953 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 956 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 960 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 964 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 968 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 971 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 975 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 980 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 983 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11h.c | 121 mwifiex_dbg(priv->adapter, MSG, in mwifiex_dfs_cac_work_queue() 150 mwifiex_dbg(priv->adapter, MSG, in mwifiex_cmd_issue_chan_report_request() 154 mwifiex_dbg(priv->adapter, MSG, "cancelling CAC\n"); in mwifiex_cmd_issue_chan_report_request() 181 mwifiex_dbg(priv->adapter, MSG, in mwifiex_abort_cac() 217 mwifiex_dbg(priv->adapter, MSG, in mwifiex_11h_handle_chanrpt_ready() 245 mwifiex_dbg(priv->adapter, MSG, in mwifiex_11h_handle_radar_detected() 252 mwifiex_dbg(priv->adapter, MSG, "regdomain: %d\n", in mwifiex_11h_handle_radar_detected() 254 mwifiex_dbg(priv->adapter, MSG, "radar detection type: %d\n", in mwifiex_11h_handle_radar_detected() 288 mwifiex_dbg(priv->adapter, MSG, in mwifiex_dfs_chan_sw_work_queue()
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 3031 pm8001_dbg(pm8001_ha, MSG, "Set device id = 0x%x state from 0x%x to 0x%x status = 0x%x!\n", in pm8001_mpi_set_dev_state_resp() 3047 pm8001_dbg(pm8001_ha, MSG, "Set nvm data complete!\n"); in pm8001_mpi_set_nvmd_resp() 3071 pm8001_dbg(pm8001_ha, MSG, "Get nvm data complete!\n"); in pm8001_mpi_get_nvmd_resp() 3080 pm8001_dbg(pm8001_ha, MSG, "Get NVMD success, IR=1\n"); in pm8001_mpi_get_nvmd_resp() 3086 pm8001_dbg(pm8001_ha, MSG, "Get SAS address from VPD successfully!\n"); in pm8001_mpi_get_nvmd_resp() 3097 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_get_nvmd_resp() 3102 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_get_nvmd_resp() 3118 pm8001_dbg(pm8001_ha, MSG, "Get nvmd data complete!\n"); in pm8001_mpi_get_nvmd_resp() 3134 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_local_phy_ctl() 3138 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_local_phy_ctl() [all...] |
H A D | pm80xx_hwi.c | 1069 pm8001_dbg(pm8001_ha, MSG, in check_fw_ready() 1084 pm8001_dbg(pm8001_ha, MSG, in check_fw_ready() 1099 pm8001_dbg(pm8001_ha, MSG, in check_fw_ready() 1117 pm8001_dbg(pm8001_ha, MSG, in check_fw_ready() 1582 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1586 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1596 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1600 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1604 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1608 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 2919 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_set_dev_state_resp() 2935 pm8001_dbg(pm8001_ha, MSG, "Set nvm data complete!\n"); in pm8001_mpi_set_nvmd_resp() 2957 pm8001_dbg(pm8001_ha, MSG, "Get nvm data complete!\n"); in pm8001_mpi_get_nvmd_resp() 2970 pm8001_dbg(pm8001_ha, MSG, "Get NVMD success, IR=1\n"); in pm8001_mpi_get_nvmd_resp() 2976 pm8001_dbg(pm8001_ha, MSG, "Get SAS address from VPD successfully!\n"); in pm8001_mpi_get_nvmd_resp() 2987 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_get_nvmd_resp() 2992 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_get_nvmd_resp() 3008 pm8001_dbg(pm8001_ha, MSG, "Get nvmd data complete!\n"); in pm8001_mpi_get_nvmd_resp() 3022 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_local_phy_ctl() 3026 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_local_phy_ctl() [all...] |
H A D | pm80xx_hwi.c | 1089 pm8001_dbg(pm8001_ha, MSG, in check_fw_ready() 1633 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1637 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1647 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1651 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1655 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1659 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 3168 pm8001_dbg(pm8001_ha, MSG, in hw_event_sas_phy_up() 3174 pm8001_dbg(pm8001_ha, MSG, "device type no device.\n"); in hw_event_sas_phy_up() 3177 pm8001_dbg(pm8001_ha, MSG, "en in hw_event_sas_phy_up() [all...] |
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_net_container_007.cpp | 36 static const char *MSG = "Tis is UDP Test!"; variable 63 ret = sendto(sock, MSG, DATA_LEN, 0, const_cast<struct sockaddr *>(reinterpret_cast<struct sockaddr *>(&addr)), in ChildFunc() 74 ret = strcmp(recv_data, MSG); in ChildFunc()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.h | 8 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.h | 9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
|