Home
last modified time | relevance | path

Searched refs:u128 (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/lib/crypto/
Dcurve25519-hacl64.c17 typedef __uint128_t u128; typedef
53 static __always_inline void fproduct_copy_from_wide_(u64 *output, u128 *input) in fproduct_copy_from_wide_()
56 u128 xi = input[0]; in fproduct_copy_from_wide_()
60 u128 xi = input[1]; in fproduct_copy_from_wide_()
64 u128 xi = input[2]; in fproduct_copy_from_wide_()
68 u128 xi = input[3]; in fproduct_copy_from_wide_()
72 u128 xi = input[4]; in fproduct_copy_from_wide_()
78 fproduct_sum_scalar_multiplication_(u128 *output, u64 *input, u64 s) in fproduct_sum_scalar_multiplication_()
80 output[0] += (u128)input[0] * s; in fproduct_sum_scalar_multiplication_()
81 output[1] += (u128)input[1] * s; in fproduct_sum_scalar_multiplication_()
[all …]
Dpoly1305-donna64.c13 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-v6.1/include/crypto/
Db128ops.h54 } 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-v6.1/drivers/crypto/vmx/
Dghash.c28 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-v6.1/arch/x86/crypto/
Dghash-clmulni-intel_glue.c26 void clmul_ghash_mul(char *dst, const u128 *shash);
29 const u128 *shash);
36 u128 shash;
/Linux-v6.1/rust/alloc/vec/
Dis_zero.rs31 impl_is_zero!(u128, |x| x == 0);
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/mellanox/
Dmlx5.rst734 kworker/u128:3-9093 [046] ..... 24625.365771: mlx5_sf_hwc_free: (0000:06:00.0) hw_id=0x8000
748 …kworker/u128:3-9093 [046] ..... 24625.365525: mlx5_sf_vhca_event: (0000:06:00.0) hw_id=0x8000 s…
755 …kworker/u128:3-9093 [000] ..... 24616.524495: mlx5_sf_dev_add: (0000:06:00.0) sfdev=00000000fc5…
762 …kworker/u128:3-9093 [044] ..... 24624.400749: mlx5_sf_dev_del: (0000:06:00.0) sfdev=00000000fc5…
/Linux-v6.1/arch/arm64/boot/dts/xilinx/
Dzynqmp-zcu106-revA.dts598 temp@4c {/* lm96163 - u128 */
/Linux-v6.1/rust/alloc/
Dboxed.rs1352 fn write_u128(&mut self, i: u128) { in write_u128() argument