Home
last modified time | relevance | path

Searched defs:b5 (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/fuzz/
H A Dbndiv.c29 static BIGNUM *b5; variable
H A Dbignum.c40 BIGNUM *b5; in FuzzerTestOneInput() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du0.h7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable
H A Du1.h7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable
/freebsd/sys/dev/usb/
H A Dusb_endian.h111 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
/freebsd/contrib/gdtoa/
H A Ddtoa.c118 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local
H A Dgdtoa.c156 int bbits, b2, b5, be0, dig, i, ieps, ilim, ilim0, ilim1, inex; local
/freebsd/contrib/bearssl/src/hash/
H A Dghash_ctmul.c76 uint32_t b0, b1, b2, b3, b4, b5, b6, b7, b8; in bmul() local
/freebsd/sys/net80211/
H A Dieee80211_crypto_gcmp.c275 READ_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) in READ_6()
H A Dieee80211_crypto_ccmp.c220 READ_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) in READ_6()
H A Dieee80211_crypto_tkip.c274 READ_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) in READ_6()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h597 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
616 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
633 HEXAGON_Vect64C(signed char b7, signed char b6, signed char b5, signed char b4, in HEXAGON_Vect64C()
1824 #define Q6V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
1843 #define Q6V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
1860 Q6Vect64C(signed char b7, signed char b6, signed char b5, signed char b4, in Q6Vect64C()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1091 int64_t b5 = 2097151 & (load_3(b + 13) >> 1); in sc25519_muladd() local
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c4989 int64_t b5 = kBottom21Bits & (load_3(b + 13) >> 1); in sc_muladd() local