Searched refs:uint128_t (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/usr.sbin/bluetooth/sdpd/
H A Duuid-private.h37 extern uint128_t uuid_base;
38 extern uint128_t uuid_public_browse_group;
H A Duuid.c39 uint128_t uuid_base = {
49 uint128_t uuid_public_browse_group = {
H A Dssar.c53 server_search_uuid_sub(uint8_t *buf, uint8_t const * const eob, const uint128_t *uuid)
156 server_search_uuid(provider_p const provider, const uint128_t *uuid)
191 uint128_t uuid, puuid;
H A Dssr.c64 uint128_t uuid, puuid;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h246 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_1
[all...]
H A Dcommon.h12 typedef unsigned __int128 uint128_t; typedef
14 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
/freebsd-13-stable/sys/dev/random/
H A Duint128.h44 typedef __uint128_t uint128_t; typedef
51 } uint128_t; typedef in typeref:struct:__anon14224
52 static const uint128_t very_long_zero = {0UL,0UL};
57 uint128_increment(uint128_t *big_uintp)
69 uint128_add64(uint128_t *big_uintp, uint64_t add)
84 uint128_equals(uint128_t a, uint128_t b)
95 uint128_is_zero(uint128_t big_uint)
100 static __inline uint128_t
106 return (((uint128_t)le64de
[all...]
H A Dhash.h68 void randomdev_keystream(union randomdev_key *context, uint128_t *, void *, size_t);
H A Dhash.c136 randomdev_keystream(union randomdev_key *context, uint128_t *ctr,
142 uint128_t lectr;
H A Dfortuna.c95 CTASSERT(RANDOM_BLOCKSIZE == sizeof(uint128_t));
115 uint128_t fs_counter; /* C */
557 uint8_t newkey[static RANDOM_KEYSIZE], uint128_t *p_counter,
685 uint128_t counter_copy;
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c45 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit
133 typedef uint128_t largefelem[NLIMBS];
380 static const uint128_t two127m70 =
381 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 70);
382 static const uint128_t two127m69 =
383 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 69);
420 out[0] = ((uint128_t) in[0]) * in[0];
421 out[1] = ((uint128_t) i
[all...]
H A Decp_nistp256.c46 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit
115 typedef uint128_t limb;
490 a = ((uint128_t) small[0]) * small[0];
496 a = ((uint128_t) small[0]) * small[1];
503 a = ((uint128_t) small[0]) * small[2];
510 a = ((uint128_t) small[0]) * small[3];
516 a = ((uint128_t) small[1]) * small[2];
523 a = ((uint128_t) small[1]) * small[1];
529 a = ((uint128_t) small[1]) * small[3];
536 a = ((uint128_t) smal
[all...]
H A Decp_nistp224.c45 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit
76 typedef uint128_t widelimb;
/freebsd-13-stable/sbin/nvmecontrol/
H A Dnvmecontrol.h91 typedef uint64_t uint128_t; typedef
93 typedef __uint128_t uint128_t; typedef
96 static __inline uint128_t
99 return *(uint128_t *)p;
103 char * uint128_to_str(uint128_t u, char *buf, size_t buflen);
H A Dnc_util.c35 uint128_to_str(uint128_t u, char *buf, size_t buflen)
/freebsd-13-stable/tests/sys/devrandom/
H A Duint128_test.c68 formatu128(char buf[static 52], uint128_t x)
91 u128_check_equality(uint128_t a, uint128_t b, const char *descr)
142 uint128_t a;
198 uint128_t a;
257 uint128_t a;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/
H A Dfe.h28 uint128_t t[5];
/freebsd-13-stable/sys/dev/random/fenestrasX/
H A Dfx_rng.c89 uint128_t ctr; /* Native-endian. */
91 uint128_t lectr;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h8 #define MUL(out, x, y) out = ((uint128_t) x * y)
71 uint128_t d0, d1, d2, d;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c107 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;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c65 uint128_t t = ((uint128_t) S->t[1] << 64) | S->t[0];
/freebsd-13-stable/lib/libsdp/
H A Dsearch.c362 alen = sizeof(uint128_t);
H A Dsdp.h293 typedef struct int128 uint128_t; typedef in typeref:struct:int128

Completed in 249 milliseconds