Home
last modified time | relevance | path

Searched +full:0 +full:x61 (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/freebsd/crypto/openssl/test/
H A Dsm3_internal_test.c25 0x61, 0x62, 0x63 in test_sm3()
32 0x66, 0xc7, 0xf0, 0xf4, 0x62, 0xee, 0xed, 0xd9, in test_sm3()
33 0xd1, 0xf2, 0xd4, 0x6b, 0xdc, 0x10, 0xe4, 0xe2, in test_sm3()
34 0x41, 0x67, 0xc4, 0x87, 0x5c, 0xf2, 0xf7, 0xa2, in test_sm3()
35 0x29, 0x7d, 0xa0, 0x2b, 0x8f, 0x4b, 0xa8, 0xe0 in test_sm3()
39 0x61, 0x62, 0x63, 0x64, 0x61, 0x62, 0x63, 0x64, in test_sm3()
40 0x61, 0x62, 0x63, 0x64, 0x61, 0x62, 0x63, 0x64, in test_sm3()
41 0x61, 0x62, 0x63, 0x64, 0x61, 0x62, 0x63, 0x64, in test_sm3()
42 0x61, 0x62, 0x63, 0x64, 0x61, 0x62, 0x63, 0x64, in test_sm3()
43 0x61, 0x62, 0x63, 0x64, 0x61, 0x62, 0x63, 0x64, in test_sm3()
[all …]
H A Dpoly1305_internal_test.c44 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x67, 0x72,
45 0x61, 0x70, 0x68, 0x69, 0x63, 0x20, 0x46, 0x6f,
46 0x72, 0x75, 0x6d, 0x20, 0x52, 0x65, 0x73, 0x65,
47 0x61, 0x72, 0x63, 0x68, 0x20, 0x47, 0x72, 0x6f,
49 0x75, 0x70
55 0x85, 0xd6, 0xbe, 0x78, 0x57, 0x55, 0x6d, 0x33,
56 0x7f, 0x44, 0x52, 0xfe, 0x42, 0xd5, 0x06, 0xa8,
57 0x01, 0x03, 0x80, 0x8a, 0xfb, 0x0d, 0xb2, 0xfd,
58 0x4a, 0xbf, 0xf6, 0xaf, 0x41, 0x49, 0xf5, 0x1b
64 0xa8, 0x06, 0x1d, 0xc1, 0x30, 0x51, 0x36, 0xc6,
[all …]
/freebsd/contrib/libfido2/regress/
H A Dcompress.c23 0x78, 0x9c, 0xb5, 0x52, 0x3b, 0x6f, 0xdb, 0x30,
24 0x10, 0xde, 0xf5, 0x2b, 0x0e, 0x99, 0x12, 0x40,
25 0x75, 0x13, 0x4f, 0x45, 0x3b, 0xd1, 0x12, 0x6d,
26 0x1d, 0x20, 0x8b, 0x2a, 0x49, 0xd9, 0xf5, 0x28,
27 0x4b, 0x4c, 0x42, 0xc0, 0x12, 0x03, 0x3d, 0x12,
28 0xe4, 0xdf, 0xf7, 0xc8, 0x3a, 0x88, 0xd3, 0x0c,
29 0x9d, 0xea, 0xc1, 0x3e, 0xf3, 0x8e, 0xdf, 0xeb,
30 0x98, 0xb8, 0xa7, 0xd7, 0xc1, 0x3e, 0x3c, 0x4e,
31 0x70, 0xdd, 0xdc, 0xc0, 0xf2, 0xf6, 0xee, 0xdb,
32 0x97, 0xe5, 0xed, 0x72, 0x09, 0x87, 0xf9, 0x68,
[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()
108 "\x30\x19\x06\x03\x55\x04\x08\x13\x12\x47\x72\x65\x61\x74\x65\x72"
109 "\x20\x4d\x61\x6e\x63\x68\x65\x73\x74\x65\x72\x31\x10\x30\x0e\x06"
110 "\x03\x55\x04\x07\x13\x07\x53\x61\x6c\x66\x6f\x72\x64\x31\x1a\x30"
114 "\x66\x69\x63\x61\x74\x69\x6f\x6e\x20\x41\x75\x74\x68\x6f\x72\x69"
119 "\x61\x74\x65\x72\x20\x4d\x61\x6e\x63\x68\x65\x73\x74\x65\x72\x31"
[all …]
/freebsd/contrib/libcbor/test/
H A Dmap_test.c23 unsigned char empty_map[] = {0xA0};
30 assert_true(cbor_map_size(map) == 0); in test_empty_map()
32 assert_size_equal(cbor_map_allocated(map), 0); in test_empty_map()
37 unsigned char simple_map[] = {0xA2, 0x01, 0x02, 0x03, 0x04};
49 assert_uint8(handle[0].key, 1); in test_simple_map()
50 assert_uint8(handle[0].value, 2); in test_simple_map()
57 unsigned char simple_indef_map[] = {0xBF, 0x01, 0x02, 0x03, 0x04, 0xFF};
69 assert_uint8(handle[0].key, 1); in test_indef_simple_map()
70 assert_uint8(handle[0].value, 2); in test_indef_simple_map()
83 0xA1, 0x68, 0x67, 0x6C, 0x6F, 0x73, 0x73, 0x61, 0x72, 0x79, 0xA1, 0x65,
[all …]
H A Dstring_test.c16 unsigned char empty_string_data[] = {0x60};
23 assert_size_equal(cbor_string_length(string), 0); in test_empty_string()
24 assert_size_equal(cbor_string_codepoint_count(string), 0); in test_empty_string()
30 unsigned char short_string_data[] = {0x6C, 0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x2
[all...]
H A Dpretty_printer_test.c27 output[output_size] = '\0'; in test_pretty_printer()
49 unsigned char data[] = {0x01, 0x02, 0x03};
58 unsigned char data[] = {0x01, 0x02, 0x03};
141 " Map entry 0\n"
154 " Map entry 0\n"
/freebsd/crypto/heimdal/lib/wind/
H A Dtest-ldap.c53 { { 0x20 }, 1, { 0 }, 0 },
54 { { 0x20, 0x61 }, 2, { 0x20, 0x61, 0x20}, 3 },
55 { { 0x20, 0x61, 0x20 }, 3, { 0x20, 0x61, 0x20}, 3 },
56 { { 0x20, 0x61, 0x20, 0x61 }, 4, { 0x20, 0x61, 0x20, 0x20, 0x61, 0x20}, 6 }
60 { { 0x20 }, 1, { 0x20 }, 1 },
61 { { 0x20, 0x41 }, 2, { 0x20, 0x61}, 2 }
69 unsigned failures = 0; in main()
75 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) { in main()
78 olen = sizeof(out)/sizeof(out[0]); in main()
93 if (memcmp(t->out, out, sizeof(out[0]) * olen) != 0) { in main()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-apalis.dtsi25 reg = <0x10000000 0>;
30 brightness-levels = <0 45 63 88 119 158 203 255>;
34 pinctrl-0 = <&pinctrl_gpio_bl_on>;
36 pwms = <&pwm4 0 5000000 PWM_POLARITY_INVERTED>;
42 #clock-cells = <0>;
49 pinctrl-0 = <&pinctrl_gpio_keys>;
63 #size-cells = <0>;
66 pinctrl-0 = <&pinctrl_ipu1_lcdif>;
69 port@0 {
70 reg = <0>;
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbstowcs.c87 0x5B, 0x01, 0x7F, 0x5D, 0x5B, 0x80, 0x07FF, 0x5D, 0x5B, 0x0800,
88 0xFFFF, 0x5D, 0x5B, 0x10000, 0x10FFFF, 0x5D, 0x0A
102 0x4200234A, 0x42002349, 0x42002353, 0x42002447, 0x42002439,
103 0x42002123, 0x61, 0x61, 0x61, 0x61, 0x42002422, 0x42002424,
104 0x42002426, 0x42002428, 0x4200242A, 0x0A
113 0x8272, 0x8269, 0x8268, 0x8272, 0x82C5, 0x82B7, 0x8142, 0x61,
114 0x61, 0x61, 0x61, 0x82A0, 0x82A2, 0x82A4, 0x82A6, 0x82A8, 0x0A
123 0xA3C5, 0xA3D5, 0xA3C3, 0xA4C7, 0xA4B9, 0xA1A3, 0x61, 0x61, 0x61,
124 0x61, 0xA4A2, 0xA4A4, 0xA4A6, 0xA4A8, 0xA4AA, 0x0A
133 0
[all …]
/freebsd/contrib/libfido2/fuzz/
H A Dwiredata_fido2.h12 0xff, 0xff, 0xff, 0xff, 0x86, 0x00, 0x11, 0x80, \
13 0x43, 0x56, 0x40, 0xb1, 0x4e, 0xd9, 0x2d, 0x00, \
14 0x22, 0x00, 0x02, 0x02, 0x05, 0x02, 0x01, 0x05, \
15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
17 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
18 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
19 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
22 0x00, 0x22, 0x00, 0x02, 0xbb, 0x00, 0x01, 0x02, \
23 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
[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 …]
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.h93 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3,
94 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3,
95 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3,
96 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3,
97 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3,
98 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3,
99 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3,
100 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3,
101 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3,
102 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3,
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_mac_metadata.c39 0x00, 0x05, 0x16, 0x07, 0x00, 0x02, 0x00, 0x00, in DEFINE_TEST()
40 0x4d, 0x6 in DEFINE_TEST()
[all...]
/freebsd/usr.sbin/bhyve/kbdlayout/
H A Dbe_acc7 '!',0x3e; ! (0x21)
8 '"',0x26; " (0x22)
9 '$',0x5b; $ (0x24)
10 '%',0x52; % (0x25)
11 '&',0x16; & (0x26)
12 ''',0x25; ' (0x27)
13 '(',0x2e; ( (0x28)
14 ')',0x4e; ) (0x29)
15 '*',0x5b; * (0x2a)
16 '+',0x4a; + (0x2b)
[all …]
H A Dbe7 '!',0x3e; ! (0x21)
8 '"',0x26; " (0x22)
9 '$',0x5b; $ (0x24)
10 '%',0x52; % (0x25)
11 '&',0x16; & (0x26)
12 ''',0x25; ' (0x27)
13 '(',0x2e; ( (0x28)
14 ')',0x4e; ) (0x29)
15 '*',0x5b; * (0x2a)
16 '+',0x4a; + (0x2b)
[all …]
H A Dee7 '"',0x1e; " (0x22)
8 '&',0x36; & (0x26)
9 ''',0x5d; ' (0x27)
10 '(',0x3e; ( (0x28)
11 ')',0x46; ) (0x29)
12 '*',0x5d; * (0x2a)
13 '+',0x4e; + (0x2b)
14 '-',0x4a; - (0x2d)
15 ':',0x49; : (0x3a)
16 ';',0x41; ; (0x3b)
[all …]
H A Ddk7 '"',0x5b; " (0x22)
8 '&',0x36; & (0x26)
9 ''',0x55; ' (0x27)
10 '(',0x3e; ( (0x28)
11 ')',0x46; ) (0x29)
12 '*',0x5d; * (0x2a)
13 '+',0x4e; + (0x2b)
14 '-',0x4a; - (0x2d)
15 ':',0x49; : (0x3a)
16 ';',0x41; ; (0x3b)
[all …]
H A Ddk_macbook7 '"',0x1e; " (0x22)
8 '$',0x0e; $ (0x24)
9 '&',0x36; & (0x26)
10 ''',0x5d; ' (0x27)
11 '(',0x3e; ( (0x28)
12 ')',0x46; ) (0x29)
13 '*',0x5d; * (0x2a)
14 '+',0x4e; + (0x2b)
15 '-',0x4a; - (0x2d)
16 ':',0x49; : (0x3a)
[all …]
H A Dch7 '!',0x5b; ! (0x21)
8 '"',0x1e; " (0x22)
9 '$',0x5d; $ (0x24)
10 '&',0x36; & (0x26)
11 ''',0x4e; ' (0x27)
12 '(',0x3e; ( (0x28)
13 ')',0x46; ) (0x29)
14 '*',0x26; * (0x2a)
15 '+',0x16; + (0x2b)
16 '-',0x4a; - (0x2d)
[all …]
/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 …]
H A Dbox2.exp1 ,0xbe,0x07,0x5f,0xc5,0x3c,0x81,0xf2,0xd5
2 ,0xcf,0x14,0x13,0x16,0xeb,0xeb,0x0c,0x7b
3 ,0x52,0x28,0xc5,0x2a,0x4c,0x62,0xcb,0xd4
4 ,0x4b,0x66,0x84,0x9b,0x64,0x24,0x4f,0xfc
5 ,0xe5,0xec,0xba,0xaf,0x33,0xbd,0x75,0x1a
6 ,0x1a,0xc7,0x28,0xd4,0x5e,0x6c,0x61,0x29
7 ,0x6c,0xdc,0x3c,0x01,0x23,0x35,0x61,0xf4
8 ,0x1d,0xb6,0x6c,0xce,0x31,0x4a,0xdb,0x31
9 ,0x0e,0x3b,0xe8,0x25,0x0c,0x46,0xf0,0x6d
10 ,0xce,0xea,0x3a,0x7f,0xa1,0x34,0x80,0x57
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8x-colibri.dtsi14 pinctrl-0 = <&pinctrl_gpiokeys>;
29 pinctrl-0 = <&pinctrl_usbc_det>;
58 pinctrl-0 = <&pinctrl_usbh1_reg>;
87 pinctrl-0 = <&pinctrl_adc0>;
94 pinctrl-0 = <&pinctrl_pwm_a>;
127 #size-cells = <0>;
130 pinctrl-0 = <&pinctrl_i2c0>, <&pinctrl_sgtl5000_usb_clk>;
136 reg = <0x8>;
143 pinctrl-0 = <&pinctrl_usb3503a>;
155 reg = <0xa>;
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/
H A Dcache.json4 "EventCode": "0x80",
9 "EventCode": "0x81",
14 "EventCode": "0x82",
19 "EventCode": "0x83",
24 "EventCode": "0x84",
29 "EventCode": "0x85",
34 "EventCode": "0x86",
39 "EventCode": "0x87",
41 "UMask": "0x04"
45 "EventCode": "0x87",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/
H A Dcache.json4 "EventCode": "0x60",
6 "UMask": "0x80"
10 "EventCode": "0x60",
12 "UMask": "0x40"
16 "EventCode": "0x60",
18 "UMask": "0x20"
22 "EventCode": "0x60",
24 "UMask": "0x10"
28 "EventCode": "0x60",
30 "UMask": "0x08"
[all …]

12345678910>>...35