/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ec2_163.c | 189 mp_digit a5 = 0, a4 = 0, a3 = 0, b5 = 0, b4 = 0, b3 = 0; local 215 b5 = MP_DIGIT(b, 5); 235 s_bmul_3x3(MP_DIGITS(r) + 6, a5, a4, a3, b5, b4, b3); 237 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1,
|
H A D | ec2_193.c | 198 mp_digit a6 = 0, a5 = 0, a4 = 0, b6 = 0, b5 = 0, b4 = 0; local 228 b5 = MP_DIGIT(b, 5); 248 s_bmul_3x3(MP_DIGITS(r) + 8, a6, a5, a4, b6, b5, b4); 250 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1,
|
H A D | ec2_233.c | 216 mp_digit a7 = 0, a6 = 0, a5 = 0, a4 = 0, b7 = 0, b6 = 0, b5 = 0, b4 = local 251 b5 = MP_DIGIT(b, 5); 271 s_bmul_4x4(MP_DIGITS(r) + 8, a7, a6, a5, a4, b7, b6, b5, b4); 274 b6 ^ b2, b5 ^ b1, b4 ^ b0);
|
H A D | ecl_gf.c | 866 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0, b5 = 0; local 886 b5 = MP_DIGIT(b,5); 904 MP_SUB_BORROW(r5, b5, r5, borrow, borrow); 909 b5 = MP_DIGIT(&meth->irr,5);
|
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | log1p.c | 106 vc(sqrt2, 1.4142135623730950622E0 ,04f3,40b5,de65,33f9, 1, .B504F333F9DE65)
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 200 int b5, int rel, int abs) 205 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_5, b5); 208 uwacom_tool_events_graphire(usbwcmp, 1, b0 | b1 | b4 | b5 | rel | abs); 387 int b0, b1, b2, b3, b4, b5, b6, b7; local 405 b5 = PACKET_BIT(3, 4); 413 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_5, b5); 422 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | b8 | whl; 433 b5 = PACKET_BIT(6, 1); 444 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_5, b5); 450 prox = b0 | b1 | b2 | b3 | b4 | b5 | b 199 uwacom_pad_events_graphire4(usbwcm_state_t *usbwcmp, int b0, int b1, int b4, int b5, int rel, int abs) argument [all...] |
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_tkip.c | 180 uint8_t b3, uint8_t b4, uint8_t b5) 183 uint16_t iv16 = (b4 << 0) | (b5 << 8); 179 ieee80211_read_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) argument
|