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

/freebsd-11.0-release/usr.sbin/bluetooth/sdpd/
H A Duuid-private.h35 extern uint128_t uuid_base;
36 extern uint128_t uuid_public_browse_group;
H A Duuid.c37 uint128_t uuid_base = {
47 uint128_t uuid_public_browse_group = {
H A Dssar.c64 uint128_t uuid, puuid;
H A Dssr.c62 uint128_t uuid, puuid;
/freebsd-11.0-release/sys/dev/random/
H A Duint128.h42 typedef __uint128_t uint128_t; typedef
49 } uint128_t; typedef in typeref:struct:__anon11608
50 static const uint128_t very_long_zero = {0UL,0UL};
55 uint128_increment(uint128_t *big_uintp)
67 uint128_is_zero(uint128_t big_uint)
H A Dyarrow.c78 CTASSERT(RANDOM_BLOCKSIZE == sizeof(uint128_t));
91 uint128_t ys_counter; /* C */
262 static uint128_t temp;
H A Dfortuna.c95 CTASSERT(RANDOM_BLOCKSIZE == sizeof(uint128_t));
113 uint128_t fs_counter; /* C */
/freebsd-11.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp521.c44 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit typedef
47 # error "Need GCC 3.1 or later to define type uint128_t"
132 typedef uint128_t largefelem[NLIMBS];
388 static const uint128_t two127m70 =
389 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 70);
390 static const uint128_t two127m69 =
391 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 69);
428 out[0] = ((uint128_t) i
[all...]
H A Decp_nistp256.c44 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit typedef
48 # error "Need GCC 3.1 or later to define type uint128_t"
114 typedef uint128_t limb;
501 a = ((uint128_t) small[0]) * small[0];
507 a = ((uint128_t) small[0]) * small[1];
514 a = ((uint128_t) small[0]) * small[2];
521 a = ((uint128_t) small[0]) * small[3];
527 a = ((uint128_t) small[1]) * small[2];
534 a = ((uint128_t) small[1]) * small[1];
540 a = ((uint128_t) smal
[all...]
H A Decp_nistp224.c43 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit typedef
46 # error "Need GCC 3.1 or later to define type uint128_t"
74 typedef uint128_t widelimb;
/freebsd-11.0-release/lib/libsdp/
H A Dsearch.c360 alen = sizeof(uint128_t);
H A Dsdp.h291 typedef struct int128 uint128_t; typedef in typeref:struct:int128

Completed in 96 milliseconds