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

/freebsd-11-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-11-stable/sys/dev/random/
H A Duint128.h42 typedef __uint128_t uint128_t; typedef
49 } uint128_t; typedef in typeref:struct:__anon11610
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-stable/sbin/nvmecontrol/
H A Dnvmecontrol.h102 typedef uint64_t uint128_t; typedef
104 typedef __uint128_t uint128_t; typedef
107 static __inline uint128_t
110 return *(uint128_t *)p;
114 char * uint128_to_str(uint128_t u, char *buf, size_t buflen);
H A Dutil.c34 uint128_to_str(uint128_t u, char *buf, size_t buflen)
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c45 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"
132 typedef uint128_t largefelem[NLIMBS];
379 static const uint128_t two127m70 =
380 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 70);
381 static const uint128_t two127m69 =
382 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 69);
419 out[0] = ((uint128_t) i
[all...]
H A Decp_nistp256.c45 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit typedef
49 # error "Need GCC 3.1 or later to define type uint128_t"
114 typedef uint128_t limb;
489 a = ((uint128_t) small[0]) * small[0];
495 a = ((uint128_t) small[0]) * small[1];
502 a = ((uint128_t) small[0]) * small[2];
509 a = ((uint128_t) small[0]) * small[3];
515 a = ((uint128_t) small[1]) * small[2];
522 a = ((uint128_t) small[1]) * small[1];
528 a = ((uint128_t) smal
[all...]
H A Decp_nistp224.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"
74 typedef uint128_t widelimb;
/freebsd-11-stable/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 290 milliseconds