Home
last modified time | relevance | path

Searched +full:0 +full:x1b (Results 1 – 25 of 1054) sorted by relevance

12345678910>>...43

/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-tests-color.sh7 -e 's/\] \[PASS\]$/] [\x1b[92mPASS\x1b[0m]/' \
8 -e 's/\] \[FAIL\]$/] [\x1b[1;91mFAIL\x1b[0m]/' \
9 -e 's/\] \[KILLED\]$/] [\x1b[1;101mKILLED\x1b[0m]/' \
10 -e 's/\] \[SKIP\]$/] [\x1b[1mSKIP\x1b[0m]/' \
11 -e 's/\] \[RERAN\]$/] [\x1b[1;93mRERAN\x1b[0m]/' \
12 -e 's/^\(PASS\W\)/\x1b[92m\1\x1b[0m/' \
13 -e 's/^\(FAIL\W\)/\x1b[1;91m\1\x1b[0m/' \
14 -e 's/^\(KILLED\W\)/\x1b[1;101m\1\x1b[0m/' \
15 -e 's/^\(SKIP\W\)/\x1b[1m\1\x1b[0m/' \
16 -e 's/^\(RERAN\W\)/\x1b[1;93m\1\x1b[0m/' \
[all …]
/freebsd/contrib/wireguard-tools/
H A Dterminal.h9 #define TERMINAL_FG_BLACK "\x1b[30m"
10 #define TERMINAL_FG_RED "\x1b[31m"
11 #define TERMINAL_FG_GREEN "\x1b[32m"
12 #define TERMINAL_FG_YELLOW "\x1b[33m"
13 #define TERMINAL_FG_BLUE "\x1b[34m"
14 #define TERMINAL_FG_MAGENTA "\x1b[35m"
15 #define TERMINAL_FG_CYAN "\x1b[36m"
16 #define TERMINAL_FG_WHITE "\x1b[37m"
17 #define TERMINAL_FG_DEFAULT "\x1b[39m"
19 #define TERMINAL_BG_BLACK "\x1b[40m"
[all …]
/freebsd/contrib/bc/tests/
H A Dhistory.py39 sys.exit(0)
42 script = sys.argv[0]
83 while child.buffer is not None and len(child.buffer) > 0:
129 bc_banner1 = "bc [0-9]+\\.[0-9]+\\.[0-9]+\r\n"
130 bc_banner2 = "Copyright \\(c\\) 2018-[2-9][0-9][0-9][0-9] Gavin D. Howard and contributors\r\n"
149 env["BC_BANNER"] = "0"
189 env["BC_BANNER"] = "0"
197 send(child, "\x1b[D\x1b[D\x1b[D\x1b\x1b[Aℐ")
226 return test_utf8(exe, args, env, 0, bc)
248 env["BC_BANNER"] = "0"
[all …]
/freebsd/sys/teken/
H A Dteken.c55 #define TS_FIRSTDIGIT 0x0001 /* First numeric digit in escape sequence. */
56 #define TS_INSERT 0x0002 /* Insert mode. */
57 #define TS_AUTOWRAP 0x0004 /* Autowrap. */
58 #define TS_ORIGIN 0x0008 /* Origin mode. */
59 #define TS_WRAPPED 0x0010 /* Next character should be printed on col 0. */
60 #define TS_8BIT 0x0020 /* UTF-8 disabled. */
61 #define TS_CONS25 0x0040 /* cons25 emulation. */
62 #define TS_INSTRING 0x0080 /* Inside string. */
63 #define TS_CURSORKEYS 0x0100 /* Cursor keys mode. */
64 #define TS_CONS25KEYS 0x0400 /* Fuller cons25 emul (fix function keys). */
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.h51 0x31,0x52,0x00,0xDA,0xFC,0x00,0x00,0x00,0x00,0x00, \
52 0x00,0x00,0x50,0x2C,0x40,0x00,0x31,0x92,0x50,0x2C, \
53 0x00,0x88,0x18,0x2F,0x00,0x01,0x1B,0xFE,0x18,0x71, \
54 0x02,0x1F,0x00,0x08,0x00,0x83,0x02,0x1F,0x00,0x20, \
55 0x28,0x1B,0x00,0x05,0x29,0x1F,0x30,0xD0,0x60,0x4F, \
56 0x00,0x07,0x00,0x05,0x00,0x00,0xC3,0x8F,0x00,0x52, \
57 0x00,0x01,0x07,0x01,0x60,0x3B,0x00,0x00,0x30,0xD0, \
58 0x00,0xDA,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00, \
59 0x40,0x4C,0x00,0x00,0x02,0x8F,0x00,0x00,0x30,0xF2, \
60 0x00,0x06,0x18,0x5D,0x00,0x00,0x9F,0xFF,0x30,0xF2, \
[all …]
/freebsd/contrib/bearssl/src/x509/
H A Dx509_decoder.c17 x = 0; in t0_parse7E_unsigned()
22 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_unsigned()
23 if (y < 0x80) { in t0_parse7E_unsigned()
41 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_signed()
42 if (y < 0x80) { in t0_parse7E_signed()
52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80)
53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F)
54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8)
55 #define T0_INT1(x) T0_FBYTE(x, 0)
56 #define T0_INT2(x) T0_VBYTE(x, 7), T0_FBYTE(x, 0)
[all …]
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron-jerry.dts25 pinctrl-0 = <&pmic_int_l &dvs_1 &dvs_2>;
45 #size-cells = <0>;
52 0x01 0x00 0x06 0x00 0x08 0x02 0x89 0x01
53 0x24 0x00 0x67 0x09 0x14 0x01 0x00 0x0f 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c
54 0x05 0x0c 0x06 0x0c 0x07 0x09 0x08 0x09 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c
55 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 0x24 0x00 0x67 0x09 0x14 0x02 0x00 0x0f
56 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c 0x05 0x0c 0x06 0x0c 0x07 0x09 0x08 0x09
57 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01
58 0x24 0x00 0x67 0x09 0x14 0x03 0x00 0x0f 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c
59 0x05 0x0c 0x06 0x0c 0x07 0x09 0x08 0x09 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c65 do { if (strcmp(*(ac)->e, *(bc)->e) != 0) return 1; } while(0)
67 do { if ((ac)->e->length != (bc)->e->length || memcmp((ac)->e->data, (bc)->e->data, (ac)->e->length) != 0) return 1; } while(0)
69 do { if (strcmp((ac)->e, (bc)->e) != 0) return 1; } while(0)
71 do { if ((ac)->e != (bc)->e) return 1; } while(0)
73 do { if (*(ac)->e != *(bc)->e) return 1; } while(0)
75 do { if (memcmp((ac)->e, (bc)->e,len) != 0) return 1; } while(0)
[all...]
/freebsd/contrib/tcsh/
H A Deight-bit.me129 Meta ~Ctrl<Key>d: string(0x1b) string(d)
136 :Meta ~Ctrl<Key>d: string(0x1b) string(d) \\n\\
137 :Meta ~Ctrl<Key>D: string(0x1b) string(D) \\n\\
138 :Meta ~Ctrl<Key>e: string(0x1b) string(e) \\n\\
139 :Meta ~Ctrl<Key>E: string(0x1b) string(E) \\n\\
140 :Meta ~Ctrl<Key>v: string(0x1b) string(v) \\n\\
141 :Meta ~Ctrl<Key>V: string(0x1b) string(V)
/freebsd/sys/contrib/libsodium/test/default/
H A Dsign.c6 = { 0x42, 0x11, 0x51, 0xa4, 0x59, 0xfa, 0xea, 0xde, 0x3d, 0x24, 0x71,
7 0x15, 0xf9, 0x4a, 0xed, 0xae, 0x42, 0x31, 0x81, 0x24, 0x09, 0x5a,
8 0xfa, 0xbe, 0x4d, 0x14, 0x51, 0xa5, 0x59, 0xfa, 0xed, 0xee };
180x9d,0x61,0xb1,0x9d,0xef,0xfd,0x5a,0x60,0xba,0x84,0x4a,0xf4,0x92,0xec,0x2c,0xc4,0x44,0x49,0xc5,0x6…
190x4c,0xcd,0x08,0x9b,0x28,0xff,0x96,0xda,0x9d,0xb6,0xc3,0x46,0xec,0x11,0x4e,0x0f,0x5b,0x8a,0x31,0x9…
200xc5,0xaa,0x8d,0xf4,0x3f,0x9f,0x83,0x7b,0xed,0xb7,0x44,0x2f,0x31,0xdc,0xb7,0xb1,0x66,0xd3,0x85,0x3…
210x0d,0x4a,0x05,0xb0,0x73,0x52,0xa5,0x43,0x6e,0x18,0x03,0x56,0xda,0x0a,0xe6,0xef,0xa0,0x34,0x5f,0xf…
220x6d,0xf9,0x34,0x0c,0x13,0x8c,0xc1,0x88,0xb5,0xfe,0x44,0x64,0xeb,0xaa,0x3f,0x7f,0xc2,0x06,0xa2,0xd…
230xb7,0x80,0x38,0x1a,0x65,0xed,0xf8,0xb7,0x8f,0x69,0x45,0xe8,0xdb,0xec,0x79,0x41,0xac,0x04,0x9f,0xd…
240x78,0xae,0x9e,0xff,0xe6,0xf2,0x45,0xe9,0x24,0xa7,0xbe,0x63,0x04,0x11,0x46,0xeb,0xc6,0x70,0xdb,0xd…
[all …]
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_radio_2057.c81 { 0x0E, 0x20 }, { 0x31, 0x00 }, { 0x32, 0x00 }, { 0x33, 0x00 },
82 { 0x35, 0x26 }, { 0x3C, 0xff }, { 0x3D, 0xff }, { 0x3E, 0xff },
83 { 0x3F, 0xff }, { 0x62, 0x33 }, { 0x8A, 0xf0 }, { 0x8B, 0x10 },
84 { 0x8C, 0xf0 }, { 0x91, 0x3f }, { 0x92, 0x36 }, { 0xA4, 0x8c },
85 { 0xA8, 0x55 }, { 0xAF, 0x01 }, { 0x10F, 0xf0 }, { 0x110, 0x10 },
86 { 0x111, 0xf0 }, { 0x116, 0x3f }, { 0x117, 0x36 }, { 0x129, 0x8c },
87 { 0x12D, 0x55 }, { 0x134, 0x01 }, { 0x15E, 0x00 }, { 0x15F, 0x00 },
88 { 0x160, 0x00 }, { 0x161, 0x00 }, { 0x162, 0x00 }, { 0x163, 0x00 },
89 { 0x169, 0x02 }, { 0x16A, 0x00 }, { 0x16B, 0x00 }, { 0x16C, 0x00 },
90 { 0x1A4, 0x00 }, { 0x1A5, 0x00 }, { 0x1A6, 0x00 }, { 0x1AA, 0x00 },
[all …]
H A Dif_bwn_phy_n_tables.h99 #define BWN_NTAB_TYPEMASK 0xF0000000
100 #define BWN_NTAB_8BIT 0x10000000
101 #define BWN_NTAB_16BIT 0x20000000
102 #define BWN_NTAB_32BIT 0x30000000
108 #define BWN_NTAB_FRAMESTRUCT BWN_NTAB32(0x0A, 0x000) /* Frame Struct Table */
110 #define BWN_NTAB_FRAMELT BWN_NTAB8 (0x18, 0x000) /* Frame Lookup Table */
112 #define BWN_NTAB_TMAP BWN_NTAB32(0x0C, 0x000) /* T Map Table */
114 #define BWN_NTAB_TDTRN BWN_NTAB32(0x0E, 0x000) /* TDTRN Table */
116 #define BWN_NTAB_INTLEVEL BWN_NTAB32(0x0D, 0x000) /* Int Level Table */
118 #define BWN_NTAB_PILOT BWN_NTAB16(0x0B, 0x000) /* Pilot Table */
[all …]
/freebsd/crypto/libecc/src/tests/
H A Ddbign_test_vectors.h170x69, 0xe2, 0x73, 0xc2, 0x5f, 0x23, 0x79, 0x0c, 0x9e, 0x42, 0x32, 0x07, 0xed, 0x1f, 0x28, 0x34, 0x…
20 0x19, 0xd3, 0x2b, 0x7e, 0x01, 0xe2, 0x5b, 0xae, 0x4a, 0x70, 0xeb, 0x6b, 0xca, 0x42, 0x60, 0x2c,
210xca, 0x6a, 0x13, 0x94, 0x44, 0x51, 0xbc, 0xc5, 0xd4, 0xc5, 0x4c, 0xfd, 0x87, 0x37, 0x61, 0x9c, 0x…
24 0x00, 0x0b, 0x00, 0x00,
25 0x06, 0x09, 0x2A, 0x70, 0x00, 0x02, 0x00, 0x22, 0x65, 0x1F, 0x51,
460x69, 0xe2, 0x73, 0xc2, 0x5f, 0x23, 0x79, 0x0c, 0x9e, 0x42, 0x32, 0x07, 0xed, 0x1f, 0x28, 0x34, 0x…
49 0x2a, 0x0e, 0xf2, 0x4b, 0xa6, 0x2d, 0x63, 0xa3, 0x34, 0x10, 0x3f, 0x47, 0x0d, 0xc7, 0x55, 0xeb,
500x2c, 0x51, 0xba, 0x3d, 0x57, 0xaa, 0x4e, 0xfe, 0xd5, 0x61, 0x76, 0x19, 0x04, 0xf9, 0x39, 0x9e, 0x…
53 0x00, 0x0b, 0x00, 0x17,
54 0x06, 0x09, 0x2A, 0x70, 0x00, 0x02, 0x00, 0x22, 0x65, 0x1F, 0x51,
[all …]
H A Dbign_test_vectors.h170x69, 0xe2, 0x73, 0xc2, 0x5f, 0x23, 0x79, 0x0c, 0x9e, 0x42, 0x32, 0x07, 0xed, 0x1f, 0x28, 0x34, 0x…
200xE3, 0x6B, 0x7F, 0x03, 0x77, 0xAE, 0x4C, 0x52, 0x40, 0x27, 0xC3, 0x87, 0xFA, 0xDF, 0x1B, 0x20, 0x…
310xd2, 0xb7, 0x08, 0xa3, 0x7a, 0xa7, 0x33, 0x5c, 0xe1, 0x1c, 0x46, 0x3c, 0x48, 0xec, 0xd6, 0x3e, 0x… in bign_1_nn_random_belt_hash_test_vector()
37 ret = (cmp >= 0) ? -1 : 0; in bign_1_nn_random_belt_hash_test_vector()
43 0x00, 0x0b, 0x00, 0x00,
44 0x06, 0x09, 0x2A, 0x70, 0x00, 0x02, 0x00, 0x22, 0x65, 0x1F, 0x51,
650x69, 0xe2, 0x73, 0xc2, 0x5f, 0x23, 0x79, 0x0c, 0x9e, 0x42, 0x32, 0x07, 0xed, 0x1f, 0x28, 0x34, 0x…
68 0x47, 0xA6, 0x3C, 0x8B, 0x9C, 0x93, 0x6E, 0x94, 0xB5, 0xFA, 0xB3, 0xD9, 0xCB, 0xD7, 0x83, 0x66,
690x29, 0x0F, 0x32, 0x10, 0xE1, 0x63, 0xEE, 0xC8, 0xDB, 0x4E, 0x92, 0x1E, 0x84, 0x79, 0xD4, 0x13, 0x…
820xec, 0xe9, 0xbc, 0x3b, 0xd9, 0x90, 0x03, 0x0f, 0x4f, 0x28, 0x39, 0x0d, 0xdd, 0x51, 0x22, 0x57, 0x… in bign_2_nn_random_belt_hash_test_vector()
[all …]
/freebsd/sys/sys/disk/
H A Dgpt.h59 #define GPT_HDR_REVISION 0x00010000
98 #define GPT_ENT_ATTR_PLATFORM (1ULL << 0)
109 {0x00000000,0x0000,0x0000,0x00,0x00,{0x00,0x00,0x00,0x00,0x00,0x00}}
111 {0xc12a7328,0xf81f,0x11d2,0xba,0x4b,{0x00,0xa0,0xc9,0x3e,0xc9,0x3b}}
113 {0x024dee41,0x33e7,0x11d3,0x9d,0x69,{0x00,0x08,0xc7,0x81,0xf3,0x9f}}
115 {0x516e7cb4,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
117 {0x83bd6b9d,0x7f41,0x11dc,0xbe,0x0b,{0x00,0x15,0x60,0xb8,0x4f,0x0f}}
119 {0x74ba7dd9,0xa689,0x11e1,0xbd,0x04,{0x00,0xe0,0x81,0x28,0x6a,0xcf}}
121 {0x516e7cb5,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
123 {0x516e7cb6,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Ddh_groups.c23 static const u8 dh_group1_generator[1] = { 0x02 };
25 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
26 0xC9, 0x0F, 0xDA, 0xA2, 0x21, 0x68, 0xC2, 0x34,
27 0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
28 0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74,
29 0x02, 0x0B, 0xBE, 0xA6, 0x3B, 0x13, 0x9B, 0x22,
30 0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
31 0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B,
32 0x30, 0x2B, 0x0A, 0x6D, 0xF2, 0x5F, 0x14, 0x37,
33 0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
[all …]
/freebsd/crypto/libecc/include/libecc/curves/known/
H A Dec_params_sm2p192test.h18 0xbd, 0xb6, 0xf4, 0xfe, 0x3e, 0x8b, 0x1d, 0x9e,
19 0x0d, 0xa8, 0xc0, 0xd4, 0x6f, 0x4c, 0x31, 0x8c,
20 0xef, 0xe4, 0xaf, 0xe3, 0xb6, 0xb8, 0x55, 0x1f,
27 0xc0,
34 0x42, 0x49, 0x0b, 0x01, 0xc1, 0x74, 0xe2, 0x61,
35 0xf2, 0x57, 0x3f, 0x2b, 0x90, 0xb3, 0xce, 0x73,
36 0x10, 0x1b, 0x50, 0x1c, 0x49, 0x47, 0xaa, 0xe1,
42 0xa8, 0x9e, 0x36, 0x8f, 0xa3, 0xa3, 0x5f, 0x24,
43 0x9c, 0xeb, 0x34, 0x38, 0x97, 0x1b, 0x28, 0x1a,
44 0xab, 0xb1, 0xe2, 0x02, 0xf0, 0x63, 0x41, 0x2c,
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_name.c51 if (strcmp(s, name) != 0) in test_name()
57 return 0; in test_name()
66 return 0; in test_name_fail()
95 ret = strcmp(s, expected) != 0; in test_expand()
100 return 0; in test_expand()
107 "\x81\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x47\x42\x31\x1b"
118 "\x47\x42\x31\x1b\x30\x19\x06\x03\x55\x04\x08\x13\x12\x47\x72\x65"
127 "\x01\x0a\x02\x82\x01\x01\x00\xd0\x40\x8b\x8b\x72\xe3\x91\x1b\xf7"
128 "\x51\xc1\x1b\x54\x04\x98\xd3\xa9\xbf\xc1\xe6\x8a\x5d\x3b\x87\xfb"
154 "\x00\x3e\x98\x9e\x9b\xf6\x1b\xe9\xd7\x39\xb7\x78\xae\x1d\x72\x18"
[all …]
/freebsd/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_aesctr1.c57 { 0xAE, 0x68, 0x52, 0xF8, 0x12, 0x10, 0x67, 0xCC,
58 0x4B, 0xF7, 0xA5, 0x76, 0x55, 0x77, 0xF3, 0x9E,
59 0x00, 0x00, 0x00, 0x30 },
60 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
61 { 0x53, 0x69, 0x6E, 0x67, 0x6C, 0x65, 0x20, 0x62,
62 0x6C, 0x6F, 0x63, 0x6B, 0x20, 0x6D, 0x73, 0x67 },
63 { 0xE4, 0x09, 0x5D, 0x4F, 0xB7, 0xA7, 0xB3, 0x79,
64 0x2D, 0x61, 0x75, 0xA3, 0x26, 0x13, 0x11, 0xB8 }
69 { 0x7E, 0x24, 0x06, 0x78, 0x17, 0xFA, 0xE0, 0xD7,
70 0x43, 0xD6, 0xCE, 0x1F, 0x32, 0x53, 0x91, 0x63,
[all …]
/freebsd/sys/contrib/dev/ral/
H A Dmicrocode.h27 0x02, 0x1c, 0x12, 0x02, 0x13, 0xcb, 0xc2, 0x8c, 0x22, 0x22, 0x00,
28 0x02, 0x16, 0x0f, 0xc2, 0xaf, 0xc2, 0x8d, 0x75, 0x8c, 0x94, 0x75,
29 0x8a, 0x93, 0xd2, 0xaf, 0x22, 0x02, 0x18, 0xda, 0x12, 0x1b, 0xe8,
30 0x40, 0x03, 0x02, 0x02, 0x1e, 0x90, 0x21, 0x02, 0xe0, 0xf5, 0x2d,
31 0x90, 0x00, 0x03, 0xe0, 0x12, 0x08, 0x25, 0x00, 0xb0, 0x00, 0x00,
32 0xce, 0x01, 0x00, 0x5e, 0x10, 0x00, 0x6f, 0x11, 0x00, 0xf2, 0x20,
33 0x01, 0x4d, 0x21, 0x01, 0x70, 0x22, 0x01, 0x84, 0x30, 0x01, 0x8f,
34 0x31, 0x01, 0xd5, 0x50, 0x01, 0x9f, 0x51, 0x01, 0xf2, 0x52, 0x02,
35 0x06, 0x60, 0x00, 0x00, 0x02, 0x14, 0x90, 0x00, 0x0a, 0xe0, 0x20,
36 0xe5, 0x03, 0x30, 0x07, 0x03, 0xd2, 0x08, 0x22, 0x12, 0x17, 0xa5,
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_constants.c37 static char kdf_sha1[8] = { 0x2B, 0x06, 0x01, 0x05, 0x02, 0x03, 0x06, 0x01 };
40 static char kdf_sha256[8] = { 0x2B, 0x06, 0x01, 0x05, 0x02, 0x03, 0x06, 0x02 };
43 static char kdf_sha512[8] = { 0x2B, 0x06, 0x01, 0x05, 0x02, 0x03, 0x06, 0x03 };
58 static char cms_sha1[] = { 0x2b, 0x0e, 0x03, 0x02, 0x1a };
62 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01
67 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02
72 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03
83 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b
88 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0d
94 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x01
[all …]
/freebsd/sys/sys/
H A Dfdcio.h54 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */
57 u_char fillbyte; /* usually 0xf6 */
64 u_char cylno; /* 0 thru 79 (or 39) */
65 u_char headno; /* 0, or 1 */
68 } idfields[FD_MAX_NSEC]; /* 0 <= idx < nsecs used */
77 /* these data must be filled in for(i = 0; i < fd_formb_nsecs; i++) */
86 int datalen; /* data len when secsize = 0 */
96 #define FL_MFM 0x0001 /* MFM recording */
97 #define FL_2STEP 0x0002 /* 2 steps between cylinders */
98 #define FL_PERPND 0x0004 /* perpendicular recording */
[all …]
/freebsd/sbin/recoverdisk/
H A Drecoverdisk.c52 static volatile sig_atomic_t aborting = 0;
53 static int verbose = 0;
102 assert(strftime(pp->str, sizeof pp->str, fmt, &tm1) != 0); in account_good_read_period()
124 n = 0; in report_one_period()
138 printf("\x1b[K\n"); in report_one_period()
181 for (j = 0; j < REPORTWID; j++) { in report_hline()
188 printf("\x1b[K\n"); in report_hline()
192 static uint64_t prev_done = ~0UL;
205 memset(hist, 0, sizeof hist); in report_histogram()
221 for (j = 0; j < REPORTWID; j++) { in report_histogram()
[all …]
/freebsd/sys/dev/kbd/
H A Dkbdtables.h39 static keymap_t key_map = { 0x6d, {
45 /*00*/{{ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP, }, 0xFF,0x00 },
46 /*01*/{{ 0x1B, 0x1B, 0x1B, 0x1B, 0x1B, 0x1B, DBG, 0x1B, }, 0x02,0x00 },
47 /*02*/{{ '1', '!', NOP, NOP, '1', '!', NOP, NOP, }, 0x33,0x00 },
48 /*03*/{{ '2', '@', 0x00, 0x00, '2', '@', 0x00, 0x00, }, 0x00,0x00 },
49 /*04*/{{ '3', '#', NOP, NOP, '3', '#', NOP, NOP, }, 0x33,0x00 },
50 /*05*/{{ '4', '$', NOP, NOP, '4', '$', NOP, NOP, }, 0x33,0x00 },
51 /*06*/{{ '5', '%', NOP, NOP, '5', '%', NOP, NOP, }, 0x33,0x00 },
52 /*07*/{{ '6', '^', 0x1E, 0x1E, '6', '^', 0x1E, 0x1E, }, 0x00,0x00 },
53 /*08*/{{ '7', '&', NOP, NOP, '7', '&', NOP, NOP, }, 0x33,0x00 },
[all …]
/freebsd/crypto/openssl/demos/pkey/
H A Ddsa.inc15 0xa2, 0x9b, 0x88, 0x72, 0xce, 0x8b, 0x84, 0x23,
16 0xb7, 0xd5, 0xd2, 0x1d, 0x4b, 0x02, 0xf5, 0x7e,
17 0x03, 0xe9, 0xe6, 0xb8, 0xa2, 0x58, 0xdc, 0x16,
18 0x61, 0x1b, 0xa0, 0x98, 0xab, 0x54, 0x34, 0x15,
19 0xe4, 0x15, 0xf1, 0x56, 0x99, 0x7a, 0x3e, 0xe2,
20 0x36, 0x65, 0x8f, 0xa0, 0x93, 0x26, 0x0d, 0xe3,
21 0xad, 0x42, 0x2e, 0x05, 0xe0, 0x46, 0xf9, 0xec,
22 0x29, 0x16, 0x1a, 0x37, 0x5f, 0x0e, 0xb4, 0xef,
23 0xfc, 0xef, 0x58, 0x28, 0x5c, 0x5d, 0x39, 0xed,
24 0x42, 0x5d, 0x7a, 0x62, 0xca, 0x12, 0x89, 0x6c,
[all …]

12345678910>>...43