/linux-6.3-rc2/lib/crypto/ |
A D | curve25519-hacl64.c | 191 u128 b4; in fmul_fmul() 192 u128 b0; in fmul_fmul() 230 u128 s0 = ((((((u128)(r0) * (r0))) + (((u128)(d4) * (r1))))) + in fsquare_fsquare__() 232 u128 s1 = ((((((u128)(d0) * (r1))) + (((u128)(d4) * (r2))))) + in fsquare_fsquare__() 234 u128 s2 = ((((((u128)(d0) * (r2))) + (((u128)(r1) * (r1))))) + in fsquare_fsquare__() 236 u128 s3 = ((((((u128)(d0) * (r3))) + (((u128)(d1) * (r2))))) + in fsquare_fsquare__() 238 u128 s4 = ((((((u128)(d0) * (r4))) + (((u128)(d1) * (r3))))) + in fsquare_fsquare__() 249 u128 b4; in fsquare_fsquare_() 250 u128 b0; in fsquare_fsquare_() 400 u128 b4; in fscalar() [all …]
|
A D | poly1305-donna64.c | 13 typedef __uint128_t u128; typedef 44 u128 d0, d1, d2, d; in poly1305_core_blocks() 74 d0 = (u128)h0 * r0; in poly1305_core_blocks() 75 d = (u128)h1 * s2; in poly1305_core_blocks() 77 d = (u128)h2 * s1; in poly1305_core_blocks() 79 d1 = (u128)h0 * r1; in poly1305_core_blocks() 80 d = (u128)h1 * r0; in poly1305_core_blocks() 82 d = (u128)h2 * s2; in poly1305_core_blocks() 84 d2 = (u128)h0 * r2; in poly1305_core_blocks() 85 d = (u128)h1 * r1; in poly1305_core_blocks() [all …]
|
/linux-6.3-rc2/include/crypto/ |
A D | b128ops.h | 54 } u128; typedef 64 static inline void u128_xor(u128 *r, const u128 *p, const u128 *q) in u128_xor() 72 u128_xor((u128 *)r, (u128 *)p, (u128 *)q); in be128_xor() 77 u128_xor((u128 *)r, (u128 *)p, (u128 *)q); in le128_xor()
|
/linux-6.3-rc2/drivers/crypto/vmx/ |
A D | ghash.c | 28 void gcm_init_p8(u128 htable[16], const u64 Xi[2]); 29 void gcm_gmult_p8(u64 Xi[2], const u128 htable[16]); 30 void gcm_ghash_p8(u64 Xi[2], const u128 htable[16], 35 u128 htable[16];
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
A D | tracepoints.rst | 194 kworker/u128:3-9093 [046] ..... 24625.365771: mlx5_sf_hwc_free: (0000:06:00.0) hw_id=0x8000 215 …kworker/u128:3-9093 [046] ..... 24625.365525: mlx5_sf_vhca_event: (0000:06:00.0) hw_id=0x8000 s… 222 …kworker/u128:3-9093 [000] ..... 24616.524495: mlx5_sf_dev_add: (0000:06:00.0) sfdev=00000000fc5… 229 …kworker/u128:3-9093 [044] ..... 24624.400749: mlx5_sf_dev_del: (0000:06:00.0) sfdev=00000000fc5…
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/ |
A D | vcap_api_client.h | 73 struct vcap_u128_key u128; member 131 struct vcap_u128_action u128; member
|
A D | vcap_api_debugfs.c | 89 value = data->u128.value; in vcap_debugfs_show_rule_keyfield() 90 mask = data->u128.mask; in vcap_debugfs_show_rule_keyfield() 94 vcap_netbytes_copy(nvalue, data->u128.value, in vcap_debugfs_show_rule_keyfield() 96 vcap_netbytes_copy(nmask, data->u128.mask, in vcap_debugfs_show_rule_keyfield()
|
A D | vcap_api.c | 489 value = kf->data.u128.value; in vcap_encode_keyfield() 490 mask = kf->data.u128.mask; in vcap_encode_keyfield() 580 vcap_copy_to_w32be(ddata->u128.value, sdata->u128.value, size); in vcap_copy_from_client_keyfield() 581 vcap_copy_to_w32be(ddata->u128.mask, sdata->u128.mask, size); in vcap_copy_from_client_keyfield() 630 vcap_copy_to_w32be(ddata->u128.value, sdata->u128.value, size); in vcap_copy_from_client_actionfield() 774 value = af->data.u128.value; in vcap_encode_actionfield() 1102 vcap_copy_from_w32be(field->data.u128.value, value, in vcap_copy_to_client_actionfield() 1217 vcap_copy_from_w32be(field->data.u128.mask, mask, in vcap_copy_to_client_keyfield() 1263 vcap_copy_limited_keyfield(field->data.u128.value, in vcap_copy_to_client_keyfield() 1264 field->data.u128.mask, in vcap_copy_to_client_keyfield() [all …]
|
A D | vcap_api_kunit.c | 662 .data.u128.value = { 0xa1, 0xa2, 0xa3, 0xa4, 0, 0, 0x43, 0, in vcap_api_encode_max_keyfield_test() 664 .data.u128.mask = { 0xff, 0xff, 0xff, 0xff, 0, 0, 0xff, 0, in vcap_api_encode_max_keyfield_test() 1078 KUNIT_EXPECT_EQ(test, dip.value[idx], kf->data.u128.value[idx]); in vcap_api_rule_add_keyvalue_test() 1080 KUNIT_EXPECT_EQ(test, dip.mask[idx], kf->data.u128.mask[idx]); in vcap_api_rule_add_keyvalue_test()
|
/linux-6.3-rc2/rust/alloc/vec/ |
A D | is_zero.rs | 31 impl_is_zero!(u128, |x| x == 0);
|
/linux-6.3-rc2/arch/arm64/boot/dts/xilinx/ |
A D | zynqmp-zcu106-revA.dts | 610 temp@4c {/* lm96163 - u128 */
|
/linux-6.3-rc2/rust/alloc/ |
A D | boxed.rs | 1352 fn write_u128(&mut self, i: u128) { in write_u128() argument
|