HomeSort by: relevance | last modified time | path
    Searched refs:uint128_t (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_51.h 246 uint128_t r0, r1, r2, r3, r4, carry;
269 r0 = ((uint128_t) f0 ) * ((uint128_t) g0);
270 r0 += ((uint128_t) f1_19) * ((uint128_t) g4);
271 r0 += ((uint128_t) f2_19) * ((uint128_t) g3);
272 r0 += ((uint128_t) f3_19) * ((uint128_t) g2);
273 r0 += ((uint128_t) f4_19) * ((uint128_t) g1)
    [all...]
common.h 12 typedef unsigned __int128 uint128_t; typedef in typeref:typename:unsigned __int128
14 typedef unsigned uint128_t __attribute__((mode(TI))); typedef in typeref:typename:unsigned
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_51/
fe.h 28 uint128_t t[5];
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
poly1305_donna64.h 8 #define MUL(out, x, y) out = ((uint128_t) x * y)
71 uint128_t d0, d1, d2, d;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 107 uint128_t d[3];
162 d[0] = ((uint128_t) rt0 * rt0) + ((uint128_t)(rt1 * 2) * st2);
163 d[1] = ((uint128_t) rt2 * st2) + ((uint128_t)(rt0 * 2) * rt1);
164 d[2] = ((uint128_t) rt1 * rt1) + ((uint128_t)(rt2 * 2) * rt0);
846 uint128_t h;
849 h += ((uint128_t) h1 << 64) | h0;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
blake2b-ref.c 65 uint128_t t = ((uint128_t) S->t[1] << 64) | S->t[0];
  /src/sys/external/isc/libsodium/dist/
configure.ac 654 typedef unsigned __int128 uint128_t;
656 typedef unsigned uint128_t __attribute__((mode(TI)));
658 void fcontract(uint128_t *t) {
configure 18258 typedef unsigned __int128 uint128_t;
18260 typedef unsigned uint128_t __attribute__((mode(TI)));
18262 void fcontract(uint128_t *t) {
  /src/lib/libbluetooth/
sdp.h 462 typedef struct int128 uint128_t; typedef in typeref:struct:int128

Completed in 29 milliseconds