| /freebsd/crypto/openssl/fuzz/ |
| H A D | bndiv.c | 27 static BIGNUM *b3; variable 35 b3 = BN_new(); in FuzzerInitialize() 83 OPENSSL_assert(BN_div(b3, b4, b1, b2, ctx)); in FuzzerTestOneInput() 85 success = BN_is_zero(b3) && BN_is_zero(b4); in FuzzerTestOneInput() 87 success = (BN_is_negative(b3) != BN_is_negative(b2) || BN_is_zero(b3)) in FuzzerTestOneInput() 90 success = (BN_is_negative(b3) == BN_is_negative(b2) || BN_is_zero(b3)) in FuzzerTestOneInput() 92 OPENSSL_assert(BN_mul(b5, b3, b2, ctx)); in FuzzerTestOneInput() 101 BN_print_fp(stdout, b3); in FuzzerTestOneInput() 109 BN_is_negative(b3), BN_is_negative(b4), BN_is_zero(b4), in FuzzerTestOneInput() 110 BN_is_negative(b3) != BN_is_negative(b2) in FuzzerTestOneInput() [all …]
|
| H A D | bignum.c | 38 BIGNUM *b3; in FuzzerTestOneInput() local 44 b3 = BN_new(); in FuzzerTestOneInput() 50 * bytes to choose lengths, which generate b1, b2 and b3. Use three bits in FuzzerTestOneInput() 69 OPENSSL_assert(BN_bin2bn(buf + l1 + l2, l3, b3) == b3); in FuzzerTestOneInput() 70 BN_set_negative(b3, s3); in FuzzerTestOneInput() 73 if (BN_is_zero(b3)) { in FuzzerTestOneInput() 78 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx)); in FuzzerTestOneInput() 79 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx)); in FuzzerTestOneInput() 87 BN_print_fp(stdout, b3); in FuzzerTestOneInput() 99 BN_free(b3); in FuzzerTestOneInput()
|
| /freebsd/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-c64xplus.pl | 53 .asg B3,RA 121 my ($b0,$b1,$b2,$b3) = (4..7); 130 || ADD @X[$b3],@X[$a3],@X[$a3] 153 || XOR @X[$c3],@X[$b3],@X[$b3] 161 || ROTL @X[$b3],12,@X[$b3] 165 || ADD @Y[$b3],@Y[$a3],@Y[$a3] 174 || ADD @X[$b3],@X[$a3],@X[$a3] 198 || XOR @Y[$c3],@Y[$b3],@Y[$b3] 206 || XOR @X[$c3],@X[$b3],@X[$b3] 213 ROTL @X[$b0],7,@X[$b3] [all …]
|
| H A D | chacha-ia64.pl | 104 my ($a3,$b3,$c3,$d3)=map(($_&~3)+(($_+1)&3),($a2,$b2,$c2,$d2)); 110 { .mmi; add @x[$a3]=@x[$a3],@x[$b3] 131 xor @x[$b3]=@x[$b3],@x[$c3] 138 extr.u @y[3]=@x[$b3],20,12 } 141 dep.z @x[$b3]=@x[$b3],12,20 };; 143 or @x[$b3]=@x[$b3],@y[3] 146 add @x[$a3]=@x[$a3],@x[$b3] 172 { .mii; xor @x[$b3]=@x[$b3],@x[$c3] 179 extr.u @y[3]=@x[$b3],25,7 180 dep.z @x[$b3]=@x[$b3],7,25 };; [all …]
|
| /freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
| H A D | sa_spec.h | 184 /* b3-b0 PM Port. device port address that the PM should deliver the FIS to */ 190 /* b3 : F Far End Analog (AFE) Loopback (Optional) */ 205 /* b3-b0 : PM Port */ 218 /* b3-b0: PM Port */ 223 /* b3 : Reserved */ 237 /* b3-b0: PM Port */ 252 /* b3-b0: PM Port */ 451 /* b3-0 : address frame type */ 454 /* b3-0 : reason SAS2 */ 457 /* b3 : SSP initiator port */ [all …]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
| H A D | u0.h | 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable 43 b3 = a3; 45 b3 = _mm_srli_epi32(b3, 14); 48 diag0 = _mm_xor_si128(diag0, b3); 115 b3 = a3; 117 b3 = _mm_srli_epi32(b3, 14); 120 diag0 = _mm_xor_si128(diag0, b3);
|
| H A D | u1.h | 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable 44 b3 = a3; 46 b3 = _mm_srli_epi32(b3, 14); 49 diag0 = _mm_xor_si128(diag0, b3); 116 b3 = a3; 118 b3 = _mm_srli_epi32(b3, 14); 121 diag0 = _mm_xor_si128(diag0, b3);
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
| H A D | u8.h | 67 #define VEC8_ROUND_SEQ(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, \ argument 71 VEC8_LINE1(A3, B3, C3, D3); \ 75 VEC8_LINE2(A3, B3, C3, D3); \ 79 VEC8_LINE3(A3, B3, C3, D3); \ 83 VEC8_LINE4(A3, B3, C3, D3); \ 86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \ argument 96 VEC8_LINE1(A3, B3, C3, D3); \ 98 VEC8_LINE2(A3, B3, C3, D3); \ 100 VEC8_LINE3(A3, B3, C3, D3); \ 102 VEC8_LINE4(A3, B3, C3, D3); \ [all …]
|
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher_superscalar4.c | 94 uint64_t a3, b3, c3, d3; in fletcher_4_superscalar4_native() local 106 b3 = ctx->superscalar[1].v[2]; in fletcher_4_superscalar4_native() 121 b3 += a3; in fletcher_4_superscalar4_native() 125 c3 += b3; in fletcher_4_superscalar4_native() 142 ctx->superscalar[1].v[2] = b3; in fletcher_4_superscalar4_native() 159 uint64_t a3, b3, c3, d3; in fletcher_4_superscalar4_byteswap() local 171 b3 = ctx->superscalar[1].v[2]; in fletcher_4_superscalar4_byteswap() 186 b3 += a3; in fletcher_4_superscalar4_byteswap() 190 c3 += b3; in fletcher_4_superscalar4_byteswap() 207 ctx->superscalar[1].v[2] = b3; in fletcher_4_superscalar4_byteswap()
|
| /freebsd/contrib/bearssl/src/hash/ |
| H A D | ghash_ctmul.c | 76 uint32_t b0, b1, b2, b3, b4, b5, b6, b7, b8; in bmul() local 89 * (x2+W*x3)*(y2+W*y3) -> a3:b3 in bmul() 99 b3 = y2 >> 2; in bmul() 103 b5 = b3 ^ b4; in bmul() 105 b6 = b0 ^ b3; in bmul() 114 MUL32(b3, a3, b3, a3); in bmul() 133 b3 &= (uint32_t)0x11111111; in bmul() 145 b5 ^= b3 ^ b4; in bmul() 147 b3 ^= (b5 << 1) ^ (b4 << 2); in bmul() 153 b6 ^= b0 ^ b3; in bmul() [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
| H A D | random.c | 35 uint32 b3 = b1 | b2; in random32() local 36 if ((b & b3) != 0 && (b & b3) != b3) in random32() 37 b ^= b3; in random32()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | byteorder.h | 249 uint32_t b3 = *in++; in OPENSSL_load_u32_le() 251 *val = b0 | (b1 << 8) | (b2 << 16) | (b3 << 24); in OPENSSL_load_u32_le() 266 uint32_t b3 = *in++; in OPENSSL_load_u32_be() 271 *val = b0 | (b1 << 8) | (b2 << 16) | (b3 << 24); in OPENSSL_load_u32_be() 289 uint64_t b3 = *in++; in OPENSSL_load_u64_le() 295 *val = b0 | (b1 << 8) | (b2 << 16) | (b3 << 24) in OPENSSL_load_u64_le() 315 uint64_t b3 = *in++; in OPENSSL_load_u64_be() 320 *val = b0 | (b1 << 8) | (b2 << 16) | (b3 << 24) in OPENSSL_load_u64_be()
|
| /freebsd/secure/caroot/trusted/ |
| H A D | Telia_Root_CA_v2.pem | 31 ac:8e:00:ba:16:7b:eb:30:6a:00:c0:b3:74:68:7e: 32 b2:af:c7:d5:62:b3:7a:3f:50:ca:8c:36:44:24:63: 39 a4:d6:aa:20:92:cd:c1:a0:b3:96:b2:3a:84:42:8d: 40 7d:d5:95:e4:d6:db:e9:62:c4:58:b3:79:c5:8c:d3: 50 29:c6:b9:24:b3:6b:44:11:f4:a5:43:c2:4c:43:e5: 51 70:36:8c:b6:33:57:7a:95:2e:82:a0:f4:5c:10:b3: 90 40:c7:b3:d8:fd:9c:70:6a:c6:28:c3:85:e9:e2:ed:1a:93:a0: 96 4f:2d:c4:1c:3e:f4:b3:3f:ab:15:0e:3b:19:41:8a:a4:c1:57: 98 57:3c:bd:38:ad:98:64:b7:b8:03:9a:53:56:60:5d:b3:d8:42:
|
| H A D | vTrus_Root_CA.pem | 18 43:e3:71:13:d8:b3:59:14:5d:b7:ce:8c:fd:35:fd:6f:bc:05:8d:45 33 63:5a:ba:9f:a3:0b:b0:b3:9a:5c:ba:11:b8:12:e9: 37 c0:16:ae:62:fe:96:4c:43:7e:55:14:be:1a:b3:d2: 47 1a:0a:c8:0d:a8:ed:27:c9:d4:e7:b3:b9:ab:82:22: 56 f5:3e:05:14:bd:bf:b3:59:b4:d8:8e:33:84:a3:90: 57 52:aa:b3:02:95:60:f9:0c:4c:68:f9:ee:d5:17:0d: 60 12:91:d6:39:74:ae:4c:41:82:db:f2:a6:48:d1:b3: 78 50:a4:fe:b7:0a:70:d5:a0:34:f1:75:d7:4d:49:ba:11:d1:b3: 98 16:b3:99:9e:4d:4f:4e:2d:3b:34:43:e1:9a:0e:0d:a4:66:97:
|
| H A D | Microsoft_RSA_Root_Certificate_Authority_2017.pem | 18 1e:d3:97:09:5f:d8:b4:b3:47:70:1e:aa:be:7f:45:b3 35 90:80:83:64:35:39:04:fc:e5:e9:6c:b3:b6:1f:50: 38 b3:d9:ec:fc:3b:d5:57:72:bc:3f:c8:c9:b2:de:4b: 49 b3:4b:3f:c4:e3:c2:e6:86:61:a4:52:30:b9:7a:20: 60 9c:f9:f2:81:e1:12:6a:c0:45:d9:67:b3:ce:ff:23: 89 72:2b:86:f3:57:bb:30:ed:24:4d:dc:7d:56:bb:a3:b3:f8:34: 99 bd:12:af:be:0c:4e:70:7c:1b:6f:8d:b3:32:93:73:44:16:6d:
|
| H A D | TrustAsia_Global_Root_CA_G4.pem | 29 04:f1:b3:cd:38:e4:25:43:e5:de:19:09:bb:81:79: 30 a2:15:5f:15:63:01:de:c2:ab:dd:b3:a6:1b:67:4b: 42 A5:BB:4A:97:CE:B3:2B:7F:A4:31:DE:97:83:59:83:A6:6F:71:CB:DE 44 A5:BB:4A:97:CE:B3:2B:7F:A4:31:DE:97:83:59:83:A6:6F:71:CB:DE
|
| /freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
| H A D | dmdefs.h | 315 /* B3-0 : reserved */ 318 /* B3-0 : negotiatedPhyLinkRate */ 321 /* B3 : attachedSspInitiator */ 328 /* B3 : attachedSspTarget */ 340 /* B3-0 : hardwareMinPhyLinkRate */ 343 /* B3-0 : hardwareMaxPhyLinkRate */ 348 /* B3-0 : partialPathwayTimeout */ 351 /* B3-0 : routingAttribute */ 514 /* b3-0 : reserved */ 517 /* b3-0 : reserved */ [all …]
|
| /freebsd/crypto/libecc/src/curves/ |
| H A D | ec_shortw.c | 80 ret = fp_init(&(crv->b3), b->ctx); EG(ret, err); in ec_shortw_crv_init() 84 ret = fp_add(&(crv->b3), b, b); EG(ret, err); in ec_shortw_crv_init() 85 ret = fp_add(&(crv->b3), &(crv->b3), b); EG(ret, err); in ec_shortw_crv_init() 87 ret = fp_redcify(&(crv->b3_monty), &(crv->b3)); EG(ret, err); in ec_shortw_crv_init()
|
| /freebsd/sys/contrib/openzfs/module/unicode/ |
| H A D | u8_textprep.c | 146 #define U8_PUT_3BYTES_INTO_UTF32(u, b1, b2, b3) \ argument 149 ((uint32_t)(b3) & 0x3F)); 226 /* B0 B1 B2 B3 B4 B5 B6 B7 B8 B9 BA BB BC BD BE BF */ 467 uint16_t b3 = 0; in do_case_conv() local 480 b3 = u8s[0] = s[0]; in do_case_conv() 484 b3 = u8s[1] = s[1]; in do_case_conv() 489 b3 = u8s[2] = s[2]; in do_case_conv() 515 b3_tbl = u8_toupper_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv() 526 b3_base = u8_toupper_b3_tbl[uv][b2][b3].base; in do_case_conv() 532 b3_tbl = u8_tolower_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv() [all …]
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_kem_codecs_data/ |
| H A D | prv-512-priv.txt | 3 70:55:4f:d4:36:34:4f:27:85:b1:b3:b1:ba:c1:84: 10 b3:47:02:f0:f8:6a:26:20:21:18:b2:2b:23:f8:35: 34 de:d5:b3:cc:e0:2a:cc:e8:08:ea:26:bc:c0:72:62: 37 19:9c:c7:6d:b3:82:3f:27:0b:00:61:59:41:92:94: 47 fc:86:52:fb:b3:a9:a6:fb:c3:04:f9:19:45:fa:4a: 86 da:f1:b3:c4:55:28:fb:a1:53:f6:c7:8b:1c:19:87: 89 b2:36:ae:f3:5a:58:0a:c8:7e:b3:e3:0f:af:d6:69: 92 10:a0:cd:cb:63:6a:00:ed:86:81:b3:5e:42:91:24: 94 00:90:3e:65:29:35:60:b9:b3:36:e5:af:0d:52:9d: 108 b3:76:e2:bb:6c:5b:74:55:f6:55:a5:0c:2f:ea:da: [all …]
|
| H A D | prv-512-seed.txt | 9 70:55:4f:d4:36:34:4f:27:85:b1:b3:b1:ba:c1:84: 16 b3:47:02:f0:f8:6a:26:20:21:18:b2:2b:23:f8:35: 40 de:d5:b3:cc:e0:2a:cc:e8:08:ea:26:bc:c0:72:62: 43 19:9c:c7:6d:b3:82:3f:27:0b:00:61:59:41:92:94: 53 fc:86:52:fb:b3:a9:a6:fb:c3:04:f9:19:45:fa:4a: 92 da:f1:b3:c4:55:28:fb:a1:53:f6:c7:8b:1c:19:87: 95 b2:36:ae:f3:5a:58:0a:c8:7e:b3:e3:0f:af:d6:69: 98 10:a0:cd:cb:63:6a:00:ed:86:81:b3:5e:42:91:24: 100 00:90:3e:65:29:35:60:b9:b3:36:e5:af:0d:52:9d: 114 b3:76:e2:bb:6c:5b:74:55:f6:55:a5:0c:2f:ea:da: [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | hexagon_types.h | 597 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument 606 _HEXAGON_V64_internal_union.b[3] = (b3); \ 616 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument 619 (((HEXAGON_Vect64)((b3) & 0xff)) << 24LL) | (((HEXAGON_Vect64)((b2) & 0xff)) << 16LL) | \ 634 signed char b3, signed char b2, signed char b1, signed char b0) in HEXAGON_Vect64C() argument 635 : data(HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0)) {}; in HEXAGON_Vect64C() 705 signed char B3(void) { in B3() function 784 HEXAGON_Vect64C B3(signed char b) { in B3() function 1056 #define HEXAGON_V32_CREATE_B(b3, b2, b1, b0) \ argument 1065 _HEXAGON_V32_internal_union.b[3] = (b3); \ [all …]
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_dsa_codecs_data/ |
| H A D | pub-44.txt | 4 c9:7d:8f:13:97:d1:78:9d:af:a1:70:24:b3:16:e9: 55 61:83:33:97:bc:44:19:b3:0d:7a:97:a0:b3:87:c1: 57 5d:b6:5b:b3:9e:59:e7:01:e7:69:57:de:f6:f2:d4: 59 8b:14:ed:0b:c0:b8:01:b3:e6:e8:2d:cd:43:e9:c0: 72 f5:15:22:a1:ce:88:b3:09:85:c2:16:f8:e6:ed:17: 73 8d:d5:67:b3:04:a0:d4:ca:fb:a8:82:a2:83:42:f1: 90 c8:30:b3:24:2c:83:12
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | kirkwood-b3.dts | 3 * Device Tree file for Excito Bubba B3 9 * L2 cache. If your B3 silently fails to boot, u-boot is probably too 21 model = "Excito B3"; 22 compatible = "excito,b3", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
| /freebsd/contrib/bearssl/src/symcipher/ |
| H A D | chacha20_sse2.c | 199 __m128i b0, b1, b2, b3; in br_chacha20_sse2_run() local 204 b3 = _mm_loadu_si128((const void *)(buf + 48)); in br_chacha20_sse2_run() 208 b3 = _mm_xor_si128(b3, s3); in br_chacha20_sse2_run() 212 _mm_storeu_si128((void *)(buf + 48), b3); in br_chacha20_sse2_run()
|