Home
last modified time | relevance | path

Searched +full:0 +full:xe3 (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab_filename.c60 assertEqualInt(archive_entry_is_encrypted(ae), 0); in test_read_format_cab_filename_CP932_eucJP()
69 assertEqualInt(archive_entry_is_encrypted(ae), 0); in test_read_format_cab_filename_CP932_eucJP()
77 assertEqualIntA(a, ARCHIVE_FILTER_NONE, archive_filter_code(a, 0)); in test_read_format_cab_filename_CP932_eucJP()
116 "\xe8\xa1\xa8\xe3\x81\x9f\xe3\x82\x99\xe3\x82\x88\x2f" in test_read_format_cab_filename_CP932_UTF8()
123 "\xe8\xa1\xa8\xe3\x81\xa0\xe3\x82\x88\x2f" in test_read_format_cab_filename_CP932_UTF8()
128 assertEqualInt(archive_entry_is_encrypted(ae), 0); in test_read_format_cab_filename_CP932_UTF8()
136 "\xe8\xa1\xa8\xe3\x8 in test_read_format_cab_filename_CP932_UTF8()
[all...]
H A Dtest_read_format_zip_filename.c61 assertEqualInt(archive_entry_is_encrypted(ae), 0); in DEFINE_TEST()
62 assertEqualIntA(a, archive_read_has_encrypted_entries(a), 0); in DEFINE_TEST()
70 assertEqualInt(archive_entry_is_encrypted(ae), 0); in DEFINE_TEST()
71 assertEqualIntA(a, archive_read_has_encrypted_entries(a), 0); in DEFINE_TEST()
76 assertEqualInt(archive_entry_is_encrypted(ae), 0); in DEFINE_TEST()
77 assertEqualIntA(a, archive_read_has_encrypted_entries(a), 0); in DEFINE_TEST()
80 assertEqualIntA(a, ARCHIVE_FILTER_NONE, archive_filter_code(a, 0)); in DEFINE_TEST()
117 assertEqualInt(archive_entry_is_encrypted(ae), 0); in DEFINE_TEST()
118 assertEqualIntA(a, archive_read_has_encrypted_entries(a), 0); in DEFINE_TEST()
122 "\xe8\xa1\xa8\xe3\x8 in DEFINE_TEST()
[all...]
H A Dtest_read_format_lha_filename_utf16.c87 #define KATAKANA_FNAME "\xe3\x83\x86\xe3\x82\xb9\xe3\x83\x88.txt" in test_read_format_lha_filename_UTF16_UTF8()
88 #define KATAKANA_DIRNAME "\xe3\x83\x86\xe3\x82\xb9\xe3\x83\x88/" in test_read_format_lha_filename_UTF16_UTF8()
98 assertEqualInt(0, archive_entry_size(ae)); in test_read_format_lha_filename_UTF16_UTF8()
115 assertEqualInt(0, archive_entry_size(ae)); in test_read_format_lha_filename_UTF16_UTF8()
126 assertEqualIntA(a, ARCHIVE_FILTER_NONE, archive_filter_code(a, 0)); in test_read_format_lha_filename_UTF16_UTF8()
H A Dtest_read_format_rar.c39 assertA(0 == archive_read_support_filter_all(a)); in DEFINE_TEST()
40 assertA(0 == archive_read_set_format(a, ARCHIVE_FORMAT_RAR)); in DEFINE_TEST()
41 assertA(0 == archive_read_open_filename(a, reffile, 10240)); in DEFINE_TEST()
42 assertA(0 == archive_read_next_header(a, &ae)); in DEFINE_TEST()
58 assertA(0 == archive_read_support_filter_all(a)); in DEFINE_TEST()
59 assertA(0 == archive_read_support_format_all(a)); in DEFINE_TEST()
60 assertA(0 == archive_read_open_filename(a, reffile, 10240)); in DEFINE_TEST()
63 assertA(0 == archive_read_next_header(a, &ae)); in DEFINE_TEST()
72 assertEqualInt(archive_entry_is_encrypted(ae), 0); in DEFINE_TEST()
73 assertEqualIntA(a, archive_read_has_encrypted_entries(a), 0); in DEFINE_TEST()
[all …]
H A Dtest_read_format_xar.c43 od -t x1 archive1.xar | sed -E -e 's/^0[0-9]+//;s/^ //;s/( )([0-9a-f]{2})/0x\2,/g;$ D' > archive…
46 0x78,0x61,0x72,0x21,0x00,0x1c,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0xc6,
47 0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x70,0x00,0x00,0x00,0x01,0x78,0xda,0xc4,0x54,
48 0xc9,0x6e,0xdb,0x30,0x14,0xbc,0xe7,0x2b,0x08,0xdd,0x55,0xae,0xb6,0x45,0x83,0x56,
49 0xd0,0x4b,0xd1,0x7b,0xd3,0x4b,0x6f,0x34,0x17,0x89,0x88,0x36,0x48,0x54,0xe0,0xe4,
50 0xeb,0x4b,0x52,0x52,0x0c,0xa7,0x71,0x6f,0x45,0x01,0x01,0x1a,0x0e,0x87,0xa3,0xa7,
51 0xf7,0x06,0x14,0x8f,0x97,0xb6,0x01,0x2f,0x66,0x9c,0x5c,0xdf,0x9d,0x32,0xfc,0x05,
52 0x65,0xc0,0x74,0xaa,0xd7,0xae,0xab,0x4e,0xd9,0xcf,0xa7,0x6f,0x79,0x91,0x3d,0x96,
53 0x0f,0xe2,0x22,0xc7,0xf2,0x01,0x08,0xdf,0xab,0xf0,0x02,0x42,0x8d,0x46,0xfa,0x70,
54 0x22,0xf7,0xae,0x35,0x25,0x41,0x88,0xe7,0x98,0xe4,0x88,0x3c,0x61,0x7a,0xa4,0xe8,
[all …]
/freebsd/sys/contrib/libsodium/test/default/
H A Dsecretbox_easy.exp10xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9,0x8e,0x99,0x3b,0x9…
20xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9,0x8e,0x99,0x3b,0x9…
30xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9,0x8e,0x99,0x3b,0x9…
40xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9,0x8e,0x99,0x3b,0x9…
50xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9,0x8e,0x99,0x3b,0x9…
6 ,0x25,0x39,0x12,0x1d,0x8e,0x23,0x4e,0x65,0x2d,0x65,0x1f,0xa4,0xc8,0xcf,0xf8,0x80,0x8e
7 ,0x25,0x39,0x12,0x1d,0x8e,0x23,0x4e,0x65,0x2d,0x65,0x1f,0xa4,0xc8,0xcf,0xf8,0x80,0x8e
8 ,0x8c,0xf3,0x90,0x57,0xc9,0xbc,0xf2,0xba,0x98,0x87,0xfb,0x15,0x9f,0x21,0x0c,0xd8,0x23,0x88,0x8f,0xb…
9 ,0xbe,0x07,0x5f,0xc5,0x3c,0x81,0xf2,0xd5,0xcf,0x14,0xd2,0xe8,0xe8,0x1a,0xac,0xd2,0xba,0x1b,0xaa,0x6…
H A Daead_chacha20poly1305.exp1 ,0xe3,0xe4,0x46,0xf7,0xed,0xe9,0xa1,0x9b
2 ,0x62,0xa4,0x67,0x7d,0xab,0xf4,0xe3,0xd2
3 ,0x4b,0x87,0x6b,0xb2,0x84,0x75,0x38,0x96
4 ,0xe1,0xd6
5 ,0xe3,0xe4,0x46,0xf7,0xed,0xe9,0xa1,0x9b
6 ,0x62,0xa4,0x69,0xe7,0x78,0x9b,0xcd,0x95
7 ,0x4e,0x65,0x8e,0xd3,0x84,0x23,0xe2,0x31
8 ,0x61,0xdc
9 ,0xe3,0xe4,0x46,0xf7,0xed,0xe9,0xa1,0x9b
10 ,0x62,0xa4,0x69,0xe7,0x78,0x9b,0xcd,0x95
[all …]
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 Dbox.exp1 ,0xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5
2 ,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9
3 ,0x8e,0x99,0x3b,0x9f,0x48,0x68,0x12,0x73
4 ,0xc2,0x96,0x50,0xba,0x32,0xfc,0x76,0xce
5 ,0x48,0x33,0x2e,0xa7,0x16,0x4d,0x96,0xa4
6 ,0x47,0x6f,0xb8,0xc5,0x31,0xa1,0x18,0x6a
7 ,0xc0,0xdf,0xc1,0x7c,0x98,0xdc,0xe8,0x7b
8 ,0x4d,0xa7,0xf0,0x11,0xec,0x48,0xc9,0x72
9 ,0x71,0xd2,0xc2,0x0f,0x9b,0x92,0x8f,0xe2
10 ,0x27,0x0d,0x6f,0xb8,0x63,0xd5,0x17,0x38
[all …]
H A Dsecretbox.exp1 ,0xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5
2 ,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9
3 ,0x8e,0x99,0x3b,0x9f,0x48,0x68,0x12,0x73
4 ,0xc2,0x96,0x50,0xba,0x32,0xfc,0x76,0xce
5 ,0x48,0x33,0x2e,0xa7,0x16,0x4d,0x96,0xa4
6 ,0x47,0x6f,0xb8,0xc5,0x31,0xa1,0x18,0x6a
7 ,0xc0,0xdf,0xc1,0x7c,0x98,0xdc,0xe8,0x7b
8 ,0x4d,0xa7,0xf0,0x11,0xec,0x48,0xc9,0x72
9 ,0x71,0xd2,0xc2,0x0f,0x9b,0x92,0x8f,0xe2
10 ,0x27,0x0d,0x6f,0xb8,0x63,0xd5,0x17,0x38
[all …]
H A Dbox2.c5 static unsigned char bobsk[32] = { 0x5d, 0xab, 0x08, 0x7e, 0x62, 0x4a, 0x8a,
6 0x4b, 0x79, 0xe1, 0x7f, 0x8b, 0x83, 0x80,
7 0x0e, 0xe6, 0x6f, 0x3b, 0xb1, 0x29, 0x26,
8 0x18, 0xb6, 0xfd, 0x1c, 0x2f, 0x8b, 0x27,
9 0xff, 0x88, 0xe0, 0xeb };
11 static unsigned char alicepk[32] = { 0x85, 0x20, 0xf0, 0x09, 0x89, 0x30, 0xa7,
12 0x54, 0x74, 0x8b, 0x7d, 0xdc, 0xb4, 0x3e,
13 0xf7, 0x5a, 0x0d, 0xbf, 0x3a, 0x0d, 0x26,
14 0x38, 0x1a, 0xf4, 0xeb, 0xa4, 0xa9, 0x8e,
15 0xaa, 0x9b, 0x4e, 0x6a };
[all …]
H A Dstream4.exp1 ,0x8e,0x99,0x3b,0x9f,0x48,0x68,0x12,0x73
2 ,0xc2,0x96,0x50,0xba,0x32,0xfc,0x76,0xce
3 ,0x48,0x33,0x2e,0xa7,0x16,0x4d,0x96,0xa4
4 ,0x47,0x6f,0xb8,0xc5,0x31,0xa1,0x18,0x6a
5 ,0xc0,0xdf,0xc1,0x7c,0x98,0xdc,0xe8,0x7b
6 ,0x4d,0xa7,0xf0,0x11,0xec,0x48,0xc9,0x72
7 ,0x71,0xd2,0xc2,0x0f,0x9b,0x92,0x8f,0xe2
8 ,0x27,0x0d,0x6f,0xb8,0x63,0xd5,0x17,0x38
9 ,0xb4,0x8e,0xee,0xe3,0x14,0xa7,0xcc,0x8a
10 ,0xb9,0x32,0x16,0x45,0x48,0xe5,0x26,0xae
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Du8_textprep_data.h84 * Each UTF-8 character is seen as a 4-byte entity so that U+0061 (or 0x61 in
85 * UTF-8) would be seen as 0x00 0x00 0x00 0x61. Similarly, U+1D15E would be
86 * 0xF0 0x9D 0x85 0x9E in UTF-8.
96 * 0xF0 0x9D 0x85 0x9E in UTF-8, the target decomposition character bytes
100 * b2_tbl_id = u8_common_b1_tbl[0][0xF0];
101 * b3_tbl_id = u8_decomp_b2_tbl[0][b2_tbl_id][0x9D];
102 * b4_tbl_id = u8_decomp_b3_tbl[0][b3_tbl_id][0x85].tbl_id;
103 * b4_base = u8_decomp_b3_tbl[0][b3_tbl_id][0x85].base;
104 * if (b4_tbl_id >= 0x8000) {
105 * b4_tbl_id -= 0x8000;
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Du8_textprep_data.h85 * Each UTF-8 character is seen as a 4-byte entity so that U+0061 (or 0x61 in
86 * UTF-8) would be seen as 0x00 0x00 0x00 0x61. Similarly, U+1D15E would be
87 * 0xF0 0x9D 0x85 0x9E in UTF-8.
97 * 0xF0 0x9D 0x85 0x9E in UTF-8, the target decomposition character bytes
101 * b2_tbl_id = u8_common_b1_tbl[0][0xF0];
102 * b3_tbl_id = u8_decomp_b2_tbl[0][b2_tbl_id][0x9D];
103 * b4_tbl_id = u8_decomp_b3_tbl[0][b3_tbl_id][0x85].tbl_id;
104 * b4_base = u8_decomp_b3_tbl[0][b3_tbl_id][0x85].base;
105 * if (b4_tbl_id >= 0x8000) {
106 * b4_tbl_id -= 0x8000;
[all …]
/freebsd/crypto/openssl/demos/encrypt/
H A Drsa_encrypt.h12 0x30, 0x82, 0x04, 0xa4, 0x02, 0x01, 0x00, 0x02, 0x82, 0x01, 0x01, 0x00,
13 0xc2, 0x44, 0xbc, 0xcf, 0x5b, 0xca, 0xcd, 0x80, 0x77, 0xae, 0xf9, 0x7a,
14 0x34, 0xbb, 0x37, 0x6f, 0x5c, 0x76, 0x4c, 0xe4, 0xbb, 0x0c, 0x1d, 0xe7,
15 0xfe, 0x0f, 0xda, 0xcf, 0x8c, 0x56, 0x65, 0x72, 0x6e, 0x2c, 0xf9, 0xfd,
16 0x87, 0x43, 0xeb, 0x4c, 0x26, 0xb1, 0xd3, 0xf0, 0x87, 0xb1, 0x18, 0x68,
17 0x14, 0x7d, 0x3c, 0x2a, 0xfa, 0xc2, 0x5d, 0x70, 0x19, 0x11, 0x00, 0x2e,
18 0xb3, 0x9c, 0x8e, 0x38, 0x08, 0xbe, 0xe3, 0xeb, 0x7d, 0x6e, 0xc7, 0x19,
19 0xc6, 0x7f, 0x59, 0x48, 0x84, 0x1b, 0xe3, 0x27, 0x30, 0x46, 0x30, 0xd3,
20 0xfc, 0xfc, 0xb3, 0x35, 0x75, 0xc4, 0x31, 0x1a, 0xc0, 0xc2, 0x4c, 0x0b,
21 0xc7, 0x01, 0x95, 0xb2, 0xdc, 0x17, 0x77, 0x9b, 0x09, 0x15, 0x04, 0xbc,
[all …]
/freebsd/sys/dev/qlxgbe/
H A Dql_fw.c39 0x03, 0x00, 0x40, 0x40, 0x05, 0x04, 0x43, 0x00, 0x00, 0x00, 0x00, 0x00,
40 0xa8, 0x49, 0x1b, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
41 0x00, 0x00, 0x00, 0x00, 0xba, 0x8f, 0x63, 0x84, 0x2f, 0x5a, 0x19, 0xd4,
42 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
43 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
44 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
45 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
46 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
47 0xe0, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xf3, 0x03, 0x00,
48 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
[all …]
/freebsd/crypto/openssl/test/
H A Dchacha_internal_test.c21 0x03020100, 0x07060504, 0x0b0a0908, 0x0f0e0d0c,
22 0x13121110, 0x17161514, 0x1b1a1918, 0x1f1e1d1c
26 0x00000000, 0x00000000, 0x03020100, 0x07060504
30 0xf7, 0x98, 0xa1, 0x89, 0xf1, 0x95, 0xe6, 0x69,
31 0x82, 0x10, 0x5f, 0xfb, 0x64, 0x0b, 0xb7, 0x75,
32 0x7f, 0x57, 0x9d, 0xa3, 0x16, 0x02, 0xfc, 0x93,
33 0xec, 0x01, 0xac, 0x56, 0xf8, 0x5a, 0xc3, 0xc1,
34 0x34, 0xa4, 0x54, 0x7b, 0x73, 0x3b, 0x46, 0x41,
35 0x30, 0x42, 0xc9, 0x44, 0x00, 0x49, 0x17, 0x69,
36 0x05, 0xd3, 0xbe, 0x59, 0xea, 0x1c, 0x53, 0xf1,
[all …]
/freebsd/sys/dev/syscons/logo/
H A Dlogo.c9 0x00, 0x00, 0x00,
10 0x0b, 0x00, 0x00,
11 0x0b, 0x0b, 0x0b,
12 0x13, 0x01, 0x01,
13 0x1b, 0x05, 0x04,
14 0x13, 0x13, 0x13,
15 0x1b, 0x1b, 0x1b,
16 0x1c, 0x15, 0x14,
17 0x25, 0x03, 0x01,
18 0x33, 0x0e, 0x0c,
[all …]
/freebsd/crypto/libecc/src/tests/
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 …]
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 …]
/freebsd/tests/sys/opencrypto/
H A Dblake2-kat.h27 0x69, 0x21, 0x7A, 0x30, 0x79, 0x90, 0x80, 0x94,
28 0xE1, 0x11, 0x21, 0xD0, 0x42, 0x35, 0x4A, 0x7C,
29 0x1F, 0x55, 0xB6, 0x48, 0x2C, 0xA1, 0xA5, 0x1E,
30 0x1B, 0x25, 0x0D, 0xFD, 0x1E, 0xD0, 0xEE, 0xF9
33 0xE3, 0x4D, 0x74, 0xDB, 0xAF, 0x4F, 0xF4, 0xC6,
34 0xAB, 0xD8, 0x71, 0xCC, 0x22, 0x04, 0x51, 0xD2,
35 0xEA, 0x26, 0x48, 0x84, 0x6C, 0x77, 0x57, 0xFB,
36 0xAA, 0xC8, 0x2F, 0xE5, 0x1A, 0xD6, 0x4B, 0xEA
39 0xDD, 0xAD, 0x9A, 0xB1, 0x5D, 0xAC, 0x45, 0x49,
40 0xBA, 0x42, 0xF4, 0x9D, 0x26, 0x24, 0x96, 0xBE,
[all …]
/freebsd/sys/crypto/openssl/i386/
H A Decp_nistz256-x86.S70x3c,0x4d,0x27,0xcc,0xf5,0x4a,0x4f,0x8f,0xe8,0xc8,0x04,0x68,0x09,0x4a,0x5b,0x80,0x9d,0x7a,0xe8,0x3…
80x14,0xd6,0xc1,0x8d,0x61,0x66,0x3b,0xa7,0x20,0x1e,0xe4,0x77,0xd7,0x66,0x05,0xfb,0x5c,0xa9,0x9a,0x7…
90xa9,0xdd,0xeb,0x91,0x5c,0x77,0x17,0x99,0x4e,0xc2,0x45,0x69,0x2e,0xcf,0x60,0xc6,0x3c,0xad,0x65,0x3…
100x18,0x10,0x4e,0x46,0xc4,0x3e,0xa0,0x94,0x26,0x9d,0x62,0xd2,0x4b,0xb0,0xbc,0x0b,0xd5,0x56,0xa5,0xd…
110xd4,0xd4,0x90,0x0d,0xae,0x37,0x4e,0xd1,0x8f,0xd1,0x0a,0xa7,0x63,0x5b,0xb7,0x65,0xcb,0xc8,0xba,0x2…
120x30,0x46,0x3f,0xb5,0x8a,0x47,0x35,0x4c,0x6e,0xdb,0x26,0x1a,0x25,0xa3,0xd8,0x0b,0x1d,0x51,0x12,0x9…
130xe7,0x00,0xac,0xb0,0x1b,0x39,0x46,0xf1,0xc9,0x18,0x7d,0xb7,0xc4,0x42,0xbc,0x8b,0x09,0x3e,0xa9,0x9…
140x79,0x85,0xff,0x74,0xbe,0x40,0x07,0x27,0x75,0x2c,0xea,0x04,0xcc,0xa2,0x72,0x80,0x97,0x5f,0xfe,0x8…
150x01,0x7d,0xfb,0x73,0x7d,0x3e,0xf7,0x55,0x41,0x39,0xe0,0x33,0x0d,0xe3,0x4b,0x6b,0x7b,0x3e,0x6e,0xd…
160xb6,0x82,0x81,0xc1,0x53,0xee,0x00,0x34,0xa8,0x81,0xdf,0x5a,0xd3,0x07,0x7e,0x2e,0x17,0x40,0xa1,0x2…
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Decp_nistz256-ppc64.S90x3c,0x4d,0x27,0xcc,0xf5,0x4a,0x4f,0x8f,0xe8,0xc8,0x04,0x68,0x09,0x4a,0x5b,0x80,0x9d,0x7a,0xe8,0x3…
100x14,0xd6,0xc1,0x8d,0x61,0x66,0x3b,0xa7,0x20,0x1e,0xe4,0x77,0xd7,0x66,0x05,0xfb,0x5c,0xa9,0x9a,0x7…
110xa9,0xdd,0xeb,0x91,0x5c,0x77,0x17,0x99,0x4e,0xc2,0x45,0x69,0x2e,0xcf,0x60,0xc6,0x3c,0xad,0x65,0x3…
120x18,0x10,0x4e,0x46,0xc4,0x3e,0xa0,0x94,0x26,0x9d,0x62,0xd2,0x4b,0xb0,0xbc,0x0b,0xd5,0x56,0xa5,0xd…
130xd4,0xd4,0x90,0x0d,0xae,0x37,0x4e,0xd1,0x8f,0xd1,0x0a,0xa7,0x63,0x5b,0xb7,0x65,0xcb,0xc8,0xba,0x2…
140x30,0x46,0x3f,0xb5,0x8a,0x47,0x35,0x4c,0x6e,0xdb,0x26,0x1a,0x25,0xa3,0xd8,0x0b,0x1d,0x51,0x12,0x9…
150xe7,0x00,0xac,0xb0,0x1b,0x39,0x46,0xf1,0xc9,0x18,0x7d,0xb7,0xc4,0x42,0xbc,0x8b,0x09,0x3e,0xa9,0x9…
160x79,0x85,0xff,0x74,0xbe,0x40,0x07,0x27,0x75,0x2c,0xea,0x04,0xcc,0xa2,0x72,0x80,0x97,0x5f,0xfe,0x8…
170x01,0x7d,0xfb,0x73,0x7d,0x3e,0xf7,0x55,0x41,0x39,0xe0,0x33,0x0d,0xe3,0x4b,0x6b,0x7b,0x3e,0x6e,0xd…
180xb6,0x82,0x81,0xc1,0x53,0xee,0x00,0x34,0xa8,0x81,0xdf,0x5a,0xd3,0x07,0x7e,0x2e,0x17,0x40,0xa1,0x2…
[all …]
/freebsd/sys/crypto/openssl/powerpc64le/
H A Decp_nistz256-ppc64.S90x3c,0x4d,0x27,0xcc,0xf5,0x4a,0x4f,0x8f,0xe8,0xc8,0x04,0x68,0x09,0x4a,0x5b,0x80,0x9d,0x7a,0xe8,0x3…
100x14,0xd6,0xc1,0x8d,0x61,0x66,0x3b,0xa7,0x20,0x1e,0xe4,0x77,0xd7,0x66,0x05,0xfb,0x5c,0xa9,0x9a,0x7…
110xa9,0xdd,0xeb,0x91,0x5c,0x77,0x17,0x99,0x4e,0xc2,0x45,0x69,0x2e,0xcf,0x60,0xc6,0x3c,0xad,0x65,0x3…
120x18,0x10,0x4e,0x46,0xc4,0x3e,0xa0,0x94,0x26,0x9d,0x62,0xd2,0x4b,0xb0,0xbc,0x0b,0xd5,0x56,0xa5,0xd…
130xd4,0xd4,0x90,0x0d,0xae,0x37,0x4e,0xd1,0x8f,0xd1,0x0a,0xa7,0x63,0x5b,0xb7,0x65,0xcb,0xc8,0xba,0x2…
140x30,0x46,0x3f,0xb5,0x8a,0x47,0x35,0x4c,0x6e,0xdb,0x26,0x1a,0x25,0xa3,0xd8,0x0b,0x1d,0x51,0x12,0x9…
150xe7,0x00,0xac,0xb0,0x1b,0x39,0x46,0xf1,0xc9,0x18,0x7d,0xb7,0xc4,0x42,0xbc,0x8b,0x09,0x3e,0xa9,0x9…
160x79,0x85,0xff,0x74,0xbe,0x40,0x07,0x27,0x75,0x2c,0xea,0x04,0xcc,0xa2,0x72,0x80,0x97,0x5f,0xfe,0x8…
170x01,0x7d,0xfb,0x73,0x7d,0x3e,0xf7,0x55,0x41,0x39,0xe0,0x33,0x0d,0xe3,0x4b,0x6b,0x7b,0x3e,0x6e,0xd…
180xb6,0x82,0x81,0xc1,0x53,0xee,0x00,0x34,0xa8,0x81,0xdf,0x5a,0xd3,0x07,0x7e,0x2e,0x17,0x40,0xa1,0x2…
[all …]
/freebsd/sys/crypto/openssl/arm/
H A Decp_nistz256-armv4.S150x3c,0x4d,0x27,0xcc,0xf5,0x4a,0x4f,0x8f,0xe8,0xc8,0x04,0x68,0x09,0x4a,0x5b,0x80,0x9d,0x7a,0xe8,0x3…
160x14,0xd6,0xc1,0x8d,0x61,0x66,0x3b,0xa7,0x20,0x1e,0xe4,0x77,0xd7,0x66,0x05,0xfb,0x5c,0xa9,0x9a,0x7…
170xa9,0xdd,0xeb,0x91,0x5c,0x77,0x17,0x99,0x4e,0xc2,0x45,0x69,0x2e,0xcf,0x60,0xc6,0x3c,0xad,0x65,0x3…
180x18,0x10,0x4e,0x46,0xc4,0x3e,0xa0,0x94,0x26,0x9d,0x62,0xd2,0x4b,0xb0,0xbc,0x0b,0xd5,0x56,0xa5,0xd…
190xd4,0xd4,0x90,0x0d,0xae,0x37,0x4e,0xd1,0x8f,0xd1,0x0a,0xa7,0x63,0x5b,0xb7,0x65,0xcb,0xc8,0xba,0x2…
200x30,0x46,0x3f,0xb5,0x8a,0x47,0x35,0x4c,0x6e,0xdb,0x26,0x1a,0x25,0xa3,0xd8,0x0b,0x1d,0x51,0x12,0x9…
210xe7,0x00,0xac,0xb0,0x1b,0x39,0x46,0xf1,0xc9,0x18,0x7d,0xb7,0xc4,0x42,0xbc,0x8b,0x09,0x3e,0xa9,0x9…
220x79,0x85,0xff,0x74,0xbe,0x40,0x07,0x27,0x75,0x2c,0xea,0x04,0xcc,0xa2,0x72,0x80,0x97,0x5f,0xfe,0x8…
230x01,0x7d,0xfb,0x73,0x7d,0x3e,0xf7,0x55,0x41,0x39,0xe0,0x33,0x0d,0xe3,0x4b,0x6b,0x7b,0x3e,0x6e,0xd…
240xb6,0x82,0x81,0xc1,0x53,0xee,0x00,0x34,0xa8,0x81,0xdf,0x5a,0xd3,0x07,0x7e,0x2e,0x17,0x40,0xa1,0x2…
[all …]

12345678910>>...31