Home
last modified time | relevance | path

Searched refs:word128 (Results 1 – 25 of 88) sorted by relevance

1234

/dports/security/cryptopp/cryptopp-8.6.0/
H A Ddonna_64.cpp163 t[2] = ((word128) r0) * s2 + ((word128) r2) * s0 + ((word128) r1) * s1; in curve25519_mul()
164 t[3] = ((word128) r0) * s3 + ((word128) r3) * s0 + ((word128) r1) * s2 + ((word128) r2) * s1; in curve25519_mul()
165 …t[4] = ((word128) r0) * s4 + ((word128) r4) * s0 + ((word128) r3) * s1 + ((word128) r1) * s3 + (… in curve25519_mul()
177 t[0] += ((word128) r4) * s1 + ((word128) r1) * s4 + ((word128) r2) * s3 + ((word128) r3) * s2; in curve25519_mul()
178 t[1] += ((word128) r4) * s2 + ((word128) r2) * s4 + ((word128) r3) * s3; in curve25519_mul()
258 t[0] = ((word128) r0) * r0 + ((word128) d4) * r1 + (((word128) d2) * (r3 )); in curve25519_square()
539 t[2] = ((word128) r0) * s2 + ((word128) r2) * s0 + ((word128) r1) * s1; in curve25519_mul()
540 t[3] = ((word128) r0) * s3 + ((word128) r3) * s0 + ((word128) r1) * s2 + ((word128) r2) * s1; in curve25519_mul()
541 …t[4] = ((word128) r0) * s4 + ((word128) r4) * s0 + ((word128) r3) * s1 + ((word128) r1) * s3 + (… in curve25519_mul()
554 t[0] += ((word128) r4) * s1 + ((word128) r1) * s4 + ((word128) r2) * s3 + ((word128) r3) * s2; in curve25519_mul()
[all …]
H A Dvalidat1.cpp100 SecBlock<word128> z4(NULLPTR, 256); in NAMESPACE_BEGIN()
128 SecBlock<word128> z4(NULLPTR, 256); in NAMESPACE_BEGIN()
241 SecBlock<word128> a, b; in NAMESPACE_BEGIN()
244 word128 one[1] = {1}, two[1] = {2}; in NAMESPACE_BEGIN()
413 SecBlock<word128> a, b; in NAMESPACE_BEGIN()
416 const word128 one[1] = {1}, two[1] = {2}; in NAMESPACE_BEGIN()
574 SecBlock<word128> a, b, c; in NAMESPACE_BEGIN()
735 SecBlock<word128> a,b; in NAMESPACE_BEGIN()
821 AllocatorBase<word128> A; in NAMESPACE_BEGIN()
823 SecBlock<word128> t(max+1); in NAMESPACE_BEGIN()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddonna_64.cpp163 t[2] = ((word128) r0) * s2 + ((word128) r2) * s0 + ((word128) r1) * s1; in curve25519_mul()
164 t[3] = ((word128) r0) * s3 + ((word128) r3) * s0 + ((word128) r1) * s2 + ((word128) r2) * s1; in curve25519_mul()
165 …t[4] = ((word128) r0) * s4 + ((word128) r4) * s0 + ((word128) r3) * s1 + ((word128) r1) * s3 + (… in curve25519_mul()
177 t[0] += ((word128) r4) * s1 + ((word128) r1) * s4 + ((word128) r2) * s3 + ((word128) r3) * s2; in curve25519_mul()
178 t[1] += ((word128) r4) * s2 + ((word128) r2) * s4 + ((word128) r3) * s3; in curve25519_mul()
258 t[0] = ((word128) r0) * r0 + ((word128) d4) * r1 + (((word128) d2) * (r3 )); in curve25519_square()
539 t[2] = ((word128) r0) * s2 + ((word128) r2) * s0 + ((word128) r1) * s1; in curve25519_mul()
540 t[3] = ((word128) r0) * s3 + ((word128) r3) * s0 + ((word128) r1) * s2 + ((word128) r2) * s1; in curve25519_mul()
541 …t[4] = ((word128) r0) * s4 + ((word128) r4) * s0 + ((word128) r3) * s1 + ((word128) r1) * s3 + (… in curve25519_mul()
554 t[0] += ((word128) r4) * s1 + ((word128) r1) * s4 + ((word128) r2) * s3 + ((word128) r3) * s2; in curve25519_mul()
[all …]
H A Dvalidat1.cpp100 SecBlock<word128> z4(NULLPTR, 256); in NAMESPACE_BEGIN()
128 SecBlock<word128> z4(NULLPTR, 256); in NAMESPACE_BEGIN()
241 SecBlock<word128> a, b; in NAMESPACE_BEGIN()
244 word128 one[1] = {1}, two[1] = {2}; in NAMESPACE_BEGIN()
413 SecBlock<word128> a, b; in NAMESPACE_BEGIN()
416 const word128 one[1] = {1}, two[1] = {2}; in NAMESPACE_BEGIN()
574 SecBlock<word128> a, b, c; in NAMESPACE_BEGIN()
735 SecBlock<word128> a,b; in NAMESPACE_BEGIN()
821 AllocatorBase<word128> A; in NAMESPACE_BEGIN()
823 SecBlock<word128> t(max+1); in NAMESPACE_BEGIN()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddonna_64.cpp163 t[2] = ((word128) r0) * s2 + ((word128) r2) * s0 + ((word128) r1) * s1; in curve25519_mul()
164 t[3] = ((word128) r0) * s3 + ((word128) r3) * s0 + ((word128) r1) * s2 + ((word128) r2) * s1; in curve25519_mul()
165 …t[4] = ((word128) r0) * s4 + ((word128) r4) * s0 + ((word128) r3) * s1 + ((word128) r1) * s3 + (… in curve25519_mul()
177 t[0] += ((word128) r4) * s1 + ((word128) r1) * s4 + ((word128) r2) * s3 + ((word128) r3) * s2; in curve25519_mul()
178 t[1] += ((word128) r4) * s2 + ((word128) r2) * s4 + ((word128) r3) * s3; in curve25519_mul()
258 t[0] = ((word128) r0) * r0 + ((word128) d4) * r1 + (((word128) d2) * (r3 )); in curve25519_square()
539 t[2] = ((word128) r0) * s2 + ((word128) r2) * s0 + ((word128) r1) * s1; in curve25519_mul()
540 t[3] = ((word128) r0) * s3 + ((word128) r3) * s0 + ((word128) r1) * s2 + ((word128) r2) * s1; in curve25519_mul()
541 …t[4] = ((word128) r0) * s4 + ((word128) r4) * s0 + ((word128) r3) * s1 + ((word128) r1) * s3 + (… in curve25519_mul()
554 t[0] += ((word128) r4) * s1 + ((word128) r1) * s4 + ((word128) r2) * s3 + ((word128) r3) * s2; in curve25519_mul()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Ddonna_64.cpp163 t[2] = ((word128) r0) * s2 + ((word128) r2) * s0 + ((word128) r1) * s1; in curve25519_mul()
164 t[3] = ((word128) r0) * s3 + ((word128) r3) * s0 + ((word128) r1) * s2 + ((word128) r2) * s1; in curve25519_mul()
165 …t[4] = ((word128) r0) * s4 + ((word128) r4) * s0 + ((word128) r3) * s1 + ((word128) r1) * s3 + (… in curve25519_mul()
177 t[0] += ((word128) r4) * s1 + ((word128) r1) * s4 + ((word128) r2) * s3 + ((word128) r3) * s2; in curve25519_mul()
178 t[1] += ((word128) r4) * s2 + ((word128) r2) * s4 + ((word128) r3) * s3; in curve25519_mul()
258 t[0] = ((word128) r0) * r0 + ((word128) d4) * r1 + (((word128) d2) * (r3 )); in curve25519_square()
539 t[2] = ((word128) r0) * s2 + ((word128) r2) * s0 + ((word128) r1) * s1; in curve25519_mul()
540 t[3] = ((word128) r0) * s3 + ((word128) r3) * s0 + ((word128) r1) * s2 + ((word128) r2) * s1; in curve25519_mul()
541 …t[4] = ((word128) r0) * s4 + ((word128) r4) * s0 + ((word128) r3) * s1 + ((word128) r1) * s3 + (… in curve25519_mul()
554 t[0] += ((word128) r4) * s1 + ((word128) r1) * s4 + ((word128) r2) * s3 + ((word128) r3) * s2; in curve25519_mul()
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/sig/picnic/external/
H A Dsimd.h172 typedef __m128i word128; typedef
183 apply_region(mm128_xor_region, word128, mm128_xor, FN_ATTRIBUTES_SSE2) in apply_region() argument
186 apply_array(mm128_xor_256, word128, mm128_xor, 2, FN_ATTRIBUTES_SSE2) in apply_region()
187 apply_array(mm128_and_256, word128, mm128_and, 2, FN_ATTRIBUTES_SSE2) in apply_region()
256 typedef uint64x2_t word128; typedef
272 apply_array(mm128_xor_256, word128, mm128_xor, 2, FN_ATTRIBUTES_NEON) in apply_region()
273 apply_array(mm128_and_256, word128, mm128_and, 2, FN_ATTRIBUTES_NEON) in apply_region()
294 static inline void FN_ATTRIBUTES_NEON mm128_shift_left_256(word128 res[2], word128 const data[2], in apply_region()
301 static inline void FN_ATTRIBUTES_NEON mm128_shift_right_256(word128 res[2], word128 const data[2], in mm128_shift_right_256()
308 static inline void FN_ATTRIBUTES_NEON mm128_rotate_left_256(word128 res[2], word128 const data[2], in mm128_rotate_left_256()
[all …]
H A Dpicnic3_simulate.c216 word128 a[2] ATTR_ALIGNED(alignof(word128)); \
217 word128 b[2] ATTR_ALIGNED(alignof(word128)); \
218 word128 c[2] ATTR_ALIGNED(alignof(word128)); \
229 word128 t0[2] ATTR_ALIGNED(alignof(word128)); \
230 word128 t1[2] ATTR_ALIGNED(alignof(word128)); \
231 word128 t2[2] ATTR_ALIGNED(alignof(word128)); \
232 word128 s_ab[2] ATTR_ALIGNED(alignof(word128)); \
233 word128 s_bc[2] ATTR_ALIGNED(alignof(word128)); \
234 word128 s_ca[2] ATTR_ALIGNED(alignof(word128)); \
264 word128 mask_a[2] ATTR_ALIGNED(alignof(word128)); \
[all …]
H A Dlowmc.c212 static inline void sbox_s128_full(mzd_local_t* in, const word128* mask_a, const word128* mask_b,
214 word128 x0m[2] ATTR_ALIGNED(alignof(word128)), x1m[2] ATTR_ALIGNED(alignof(word128)),
223 word128 t0[2] ATTR_ALIGNED(alignof(word128)), t1[2] ATTR_ALIGNED(alignof(word128)),
450 word128 a[2] ATTR_ALIGNED(alignof(word128)); \
451 word128 b[2] ATTR_ALIGNED(alignof(word128)); \
452 word128 c[2] ATTR_ALIGNED(alignof(word128)); \
462 word128 d[2] ATTR_ALIGNED(alignof(word128)); \
463 word128 e[2] ATTR_ALIGNED(alignof(word128)); \
464 word128 f[2] ATTR_ALIGNED(alignof(word128)); \
475 word128 fresh_output_ab[2] ATTR_ALIGNED(alignof(word128)); \
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp4 typedef __uint128_t word128; typedef
5 static const word128 m126 = 0xffffffffffffffffULL;
6 word128 foo() { in foo()

1234