| /freebsd/sys/contrib/libsodium/test/default/ |
| H A D | sign.c | 6 = { 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 }; 18 …0x9d,0x61,0xb1,0x9d,0xef,0xfd,0x5a,0x60,0xba,0x84,0x4a,0xf4,0x92,0xec,0x2c,0xc4,0x44,0x49,0xc5,0x6… 19 …0x4c,0xcd,0x08,0x9b,0x28,0xff,0x96,0xda,0x9d,0xb6,0xc3,0x46,0xec,0x11,0x4e,0x0f,0x5b,0x8a,0x31,0x9… 20 …0xc5,0xaa,0x8d,0xf4,0x3f,0x9f,0x83,0x7b,0xed,0xb7,0x44,0x2f,0x31,0xdc,0xb7,0xb1,0x66,0xd3,0x85,0x3… 21 …0x0d,0x4a,0x05,0xb0,0x73,0x52,0xa5,0x43,0x6e,0x18,0x03,0x56,0xda,0x0a,0xe6,0xef,0xa0,0x34,0x5f,0xf… 22 …0x6d,0xf9,0x34,0x0c,0x13,0x8c,0xc1,0x88,0xb5,0xfe,0x44,0x64,0xeb,0xaa,0x3f,0x7f,0xc2,0x06,0xa2,0xd… 23 …0xb7,0x80,0x38,0x1a,0x65,0xed,0xf8,0xb7,0x8f,0x69,0x45,0xe8,0xdb,0xec,0x79,0x41,0xac,0x04,0x9f,0xd… 24 …0x78,0xae,0x9e,0xff,0xe6,0xf2,0x45,0xe9,0x24,0xa7,0xbe,0x63,0x04,0x11,0x46,0xeb,0xc6,0x70,0xdb,0xd… [all …]
|
| H A D | secretbox_easy.exp | 1 …0xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9,0x8e,0x99,0x3b,0x9… 2 …0xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9,0x8e,0x99,0x3b,0x9… 3 …0xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9,0x8e,0x99,0x3b,0x9… 4 …0xf3,0xff,0xc7,0x70,0x3f,0x94,0x00,0xe5,0x2a,0x7d,0xfb,0x4b,0x3d,0x33,0x05,0xd9,0x8e,0x99,0x3b,0x9… 5 …0xf3,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…
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_pax_filename_encoding.c | 116 assertEqualIntA(a, 0, archive_write_set_format_pax(a)); in test_pax_filename_encoding_2() 117 assertEqualIntA(a, 0, archive_write_add_filter_none(a)); in test_pax_filename_encoding_2() 118 assertEqualIntA(a, 0, archive_write_set_bytes_per_block(a, 0)); in test_pax_filename_encoding_2() 119 assertEqualInt(0, in test_pax_filename_encoding_2() 160 assertEqualInt(0, archive_read_support_format_tar(a)); in test_pax_filename_encoding_2() 161 assertEqualInt(0, archive_read_open_memory(a, buff, used)); in test_pax_filename_encoding_2() 163 assertEqualInt(0, archive_read_next_header(a, &entry)); in test_pax_filename_encoding_2() 169 assertEqualInt(0, archive_read_next_header(a, &entry)); in test_pax_filename_encoding_2() 175 assertEqualInt(0, archive_read_next_header(a, &entry)); in test_pax_filename_encoding_2() 182 #if 0 /* Disable this until Tim check out it. */ [all …]
|
| H A D | test_read_format_cab_filename.c | 57 "\xc9\xbd\xa4\xc0\xa4\xe8\x2f\xb4\xc1\xbb\xfa\x2e\x74\x78\x74", in test_read_format_cab_filename_CP932_eucJP() 60 assertEqualInt(archive_entry_is_encrypted(ae), 0); in test_read_format_cab_filename_CP932_eucJP() 66 "\xc9\xbd\xa4\xc0\xa4\xe8\x2f\xb0\xec\xcd\xf7\xc9\xbd\x2e\x74\x78\x74", 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() 128 assertEqualInt(archive_entry_is_encrypted(ae), 0); in test_read_format_cab_filename_CP932_UTF8() 147 assertEqualInt(archive_entry_is_encrypted(ae), 0); in test_read_format_cab_filename_CP932_UTF8() 155 assertEqualIntA(a, ARCHIVE_FILTER_NONE, archive_filter_code(a, 0)); in test_read_format_cab_filename_CP932_UTF8()
|
| /freebsd/sys/dev/pms/RefTisa/sallsdk/hda/64k/ |
| H A D | ilaimg.h | 46 0x01,0x00,0x11,0x04,0x00,0x00,0x00,0x00,0x25,0x80,0xE0,0x03,0xC0,0xBF,0x17,0x3C, 47 0x08,0x00,0xF7,0x26,0x23,0xB8,0x17,0x02,0x40,0x00,0x08,0x3C,0x02,0x00,0x08,0x35, 48 0x00,0x60,0x88,0x40,0x00,0x90,0x80,0x40,0x07,0x00,0x08,0x24,0x00,0x98,0x88,0x40, 49 0x00,0x68,0x80,0x40,0x00,0x48,0x80,0x40,0xFF,0xFF,0x08,0x24,0x00,0x58,0x88,0x40, 50 0x00,0x60,0x08,0x40,0x00,0x00,0x00,0x00,0x40,0x00,0x01,0x3C,0x25,0x40,0x01,0x01, 51 0x00,0x60,0x88,0x40,0x00,0xE0,0x09,0x3C,0xF8,0x1F,0x29,0x25,0x21,0x48,0x30,0x01, 52 0xFF,0x3F,0x01,0x3C,0x00,0xF0,0x21,0x34,0x24,0x48,0x21,0x01,0x01,0x78,0x89,0x40, 53 0x00,0x00,0x01,0x3C,0xF8,0x04,0x21,0x24,0x21,0x08,0x30,0x00,0x09,0xF8,0x20,0x00, 54 0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 55 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, [all …]
|
| H A D | iop8070.h | 37 0x7F,0x45,0x4C,0x46,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 38 0x02,0x00,0x08,0x00,0x01,0x00,0x00,0x00,0x00,0x10,0x10,0xBC,0x34,0x00,0x00,0x00, 39 0x0C,0x34,0x04,0x00,0x00,0x00,0x04,0x02,0x34,0x00,0x20,0x00,0x2C,0x00,0x28,0x00, 40 0x41,0x00,0x40,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0x0F,0x9C, 41 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x34,0x00,0x00,0x07,0x00,0x00,0x00, 42 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x99, 43 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x00,0x00,0x07,0x00,0x00,0x00, 44 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x10,0x99, 45 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x00,0x00,0x07,0x00,0x00,0x00, 46 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0x11,0x99, [all …]
|
| H A D | iop8008.h | 46 0x7F,0x45,0x4C,0x46,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 47 0x02,0x00,0x08,0x00,0x01,0x00,0x00,0x00,0x00,0x10,0x10,0xBC,0x34,0x00,0x00,0x00, 48 0xF4,0x3F,0x04,0x00,0x00,0x00,0x04,0x02,0x34,0x00,0x20,0x00,0x2C,0x00,0x28,0x00, 49 0x3E,0x00,0x3D,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0x0F,0x9C, 50 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x00,0x00,0x07,0x00,0x00,0x00, 51 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x99, 52 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x00,0x00,0x07,0x00,0x00,0x00, 53 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x10,0x99, 54 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x00,0x00,0x07,0x00,0x00,0x00, 55 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0x11,0x99, [all …]
|
| H A D | iopimg.h | 45 0x7F,0x45,0x4C,0x46,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 46 0x02,0x00,0x08,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0xE0,0x9F,0x34,0x00,0x00,0x00, 47 0x41,0x38,0x05,0x00,0x00,0x00,0x04,0x02,0x34,0x00,0x20,0x00,0x27,0x00,0x28,0x00, 48 0x32,0x00,0x31,0x00,0x01,0x00,0x00,0x00,0x20,0x05,0x00,0x00,0x40,0x86,0xC8,0x9F, 49 0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x05,0x00,0x00,0x00, 50 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x20,0x06,0x00,0x00,0x40,0x87,0xC8,0x9F, 51 0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x05,0x00,0x00,0x00, 52 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xA0,0x06,0x00,0x00,0xC0,0x87,0xC8,0x9F, 53 0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x05,0x00,0x00,0x00, 54 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xA8,0x06,0x00,0x00,0x00,0x00,0xC0,0xBF, [all …]
|
| H A D | ila8008.h | 45 0x01,0x00,0x11,0x04,0x00,0x00,0x00,0x00,0x25,0x80,0xE0,0x03,0x20,0xBE,0x17,0x3C, 46 0x08,0x00,0xF7,0x26,0x23,0xB8,0x17,0x02,0x25,0x40,0xC0,0x00,0x25,0x30,0xA0,0x00, 47 0x25,0x28,0x80,0x00,0x00,0xB8,0x04,0x40,0x44,0xCE,0x04,0x7C,0x00,0xB8,0x84,0x40, 48 0x00,0x48,0x80,0x40,0x40,0x00,0x00,0x00,0xC0,0x00,0x00,0x00,0x00,0x78,0x04,0x40, 49 0x00,0x00,0x00,0x00,0x02,0x1C,0x04,0x00,0xFF,0x00,0x63,0x30,0x3B,0x00,0x60,0x10, 50 0x00,0x00,0x00,0x00,0x81,0x00,0x11,0x04,0x00,0x00,0x00,0x00,0x00,0x80,0x04,0x40, 51 0xF8,0xFF,0x02,0x24,0x24,0x20,0x82,0x00,0x03,0x00,0x84,0x34,0x00,0x80,0x84,0x40, 52 0x07,0x80,0x04,0x40,0x10,0x00,0x02,0x3C,0x25,0x20,0x82,0x00,0x07,0x80,0x84,0x40, 53 0x0C,0xBD,0x16,0x3C,0x28,0x20,0xC8,0x8E,0x02,0x10,0x04,0x40,0x00,0x18,0x87,0x7C, 54 0x12,0x00,0xE0,0x14,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x15,0x00,0x00,0x00,0x00, [all …]
|
| H A D | aap1img.h | 43 0x7F,0x45,0x4C,0x46,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 44 0x02,0x00,0x08,0x00,0x01,0x00,0x00,0x00,0x00,0x05,0xC2,0x9F,0x34,0x00,0x00,0x00, 45 0x93,0xD3,0x02,0x00,0x00,0x00,0x04,0x02,0x34,0x00,0x20,0x00,0x24,0x00,0x28,0x00, 46 0x33,0x00,0x32,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x4D,0xBC, 47 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x90,0x02,0x00,0x07,0x00,0x00,0x00, 48 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xD0,0x4F,0xBC, 49 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x07,0x00,0x00,0x00, 50 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xD8,0x4F,0xBC, 51 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0E,0x00,0x00,0x07,0x00,0x00,0x00, 52 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE6,0x4F,0xBC, [all …]
|
| H A D | ila8070.h | 37 0x01,0x00,0x11,0x04,0x00,0x00,0x00,0x00,0x25,0x80,0xE0,0x03,0x20,0xBE,0x17,0x3C, 38 0x08,0x00,0xF7,0x26,0x23,0xB8,0x17,0x02,0x25,0x40,0xC0,0x00,0x25,0x30,0xA0,0x00, 39 0x25,0x28,0x80,0x00,0x00,0xB8,0x04,0x40,0x44,0xCE,0x04,0x7C,0x00,0xB8,0x84,0x40, 40 0x00,0x48,0x80,0x40,0x40,0x00,0x00,0x00,0xC0,0x00,0x00,0x00,0x00,0x78,0x04,0x40, 41 0x00,0x00,0x00,0x00,0x02,0x1C,0x04,0x00,0xFF,0x00,0x63,0x30,0x3B,0x00,0x60,0x10, 42 0x00,0x00,0x00,0x00,0x81,0x00,0x11,0x04,0x00,0x00,0x00,0x00,0x00,0x80,0x04,0x40, 43 0xF8,0xFF,0x02,0x24,0x24,0x20,0x82,0x00,0x03,0x00,0x84,0x34,0x00,0x80,0x84,0x40, 44 0x07,0x80,0x04,0x40,0x10,0x00,0x02,0x3C,0x25,0x20,0x82,0x00,0x07,0x80,0x84,0x40, 45 0x0C,0xBD,0x16,0x3C,0x28,0x20,0xC8,0x8E,0x02,0x10,0x04,0x40,0x00,0x18,0x87,0x7C, 46 0x12,0x00,0xE0,0x14,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x15,0x00,0x00,0x00,0x00, [all …]
|
| H A D | raae8070.h | 37 0x7F,0x45,0x4C,0x46,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 38 0x02,0x00,0x08,0x00,0x01,0x00,0x00,0x00,0x00,0x08,0x00,0xBC,0x34,0x00,0x00,0x00, 39 0xDC,0x86,0x08,0x00,0x00,0x00,0x04,0x02,0x34,0x00,0x20,0x00,0x33,0x00,0x28,0x00, 40 0x4A,0x00,0x49,0x00,0x01,0x00,0x00,0x00,0x20,0x0B,0x00,0x00,0x80,0x04,0x00,0xBC, 41 0x00,0x00,0x00,0x00,0xCC,0x01,0x00,0x00,0xCC,0x01,0x00,0x00,0x05,0x00,0x00,0x00, 42 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE8,0x02,0x9C, 43 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF8,0x06,0x00,0x07,0x00,0x00,0x00, 44 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x99, 45 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x00,0x00,0x07,0x00,0x00,0x00, 46 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x10,0x99, [all …]
|
| H A D | aap18008.h | 43 0x7F,0x45,0x4C,0x46,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 44 0x02,0x00,0x08,0x00,0x01,0x00,0x00,0x00,0x00,0x20,0x00,0xBC,0x34,0x00,0x00,0x00, 45 0xCC,0xDF,0x07,0x00,0x00,0x00,0x04,0x02,0x34,0x00,0x20,0x00,0x32,0x00,0x28,0x00, 46 0x46,0x00,0x45,0x00,0x01,0x00,0x00,0x00,0x00,0x0B,0x00,0x00,0x80,0x04,0x00,0xBC, 47 0x00,0x00,0x00,0x00,0x1C,0x01,0x00,0x00,0x1C,0x01,0x00,0x00,0x05,0x00,0x00,0x00, 48 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x48,0x03,0x9C, 49 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF8,0x06,0x00,0x07,0x00,0x00,0x00, 50 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x99, 51 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x00,0x00,0x07,0x00,0x00,0x00, 52 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x10,0x99, [all …]
|
| /freebsd/crypto/libecc/include/libecc/curves/known/ |
| H A D | ec_params_sm2p192test.h | 18 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/sys/dev/xen/blkfront/ |
| H A D | blkfront.c | 70 #if 0 79 static MALLOC_DEFINE(M_XENBLOCKFRONT, "xbd", "Xen Block Front driver data"); 82 SYSCTL_NODE(_hw, OID_AUTO, xbd, CTLFLAG_RD | CTLFLAG_MPSAFE, 0, 83 "xbd driver parameters"); 85 &xbd_enable_indirect, 0, "Enable xbd indirect segments"); 91 if (xbd_flag != XBDF_NONE && (sc->xbd_flags & xbd_flag) != 0) in xbd_freeze() 101 if (xbd_flag != XBDF_NONE && (sc->xbd_flags & xbd_flag) == 0) in xbd_thaw() 104 if (sc->xbd_qfrozen_cnt == 0) in xbd_thaw() 105 panic("%s: Thaw with flag 0x%x while not frozen.", in xbd_thaw() 115 if ((cm->cm_flags & XBDCF_FROZEN) != 0) in xbd_cm_freeze() [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | rsa_mp_test.c | 45 "\xbd\xc2\x6f\x7b\xe0\x71\x49\x3c\x86\xf7\xa5\x94\x1c\x35\x10\x80" 49 "\xdb\x26\xbd\x66\x39\xbf\xf7\x3c\xee\x82\xbe\x92\x75\xc4\x02\xb4" 60 "\x21\x2d\x97\x61\x3d\x33\x28\xe0\x26\x7c\x9d\xd2\x3d\x78\x7a\xbd" 71 "\x5c\x50\x2e\x05\xd9\xbd\xde\x72\x12\x6b\x37\x38\x69\x5e\x2d\xd1" 92 "\x05\x7c\x9e\x1c\xbd\x90\x25\xe7\x40\x86\xf5\xa8\x3b\x7a\x3f\x99" 127 "\x1f\x33\x41\xc8\xf5\x62\xd1\xa5\xef\x1d\xa1\xd8\xbd\x71\xc6\xf7" 133 "\x6d\x59\x33\x12\x0d\x2b\x09\x2e\xaf\x01\x2c\x27\x01\xfc\xbd\x26" 145 return 0; in key2048_key() 166 return 0; in key2048p3_v1() 174 pris[0] = BN_bin2bn(ex_prime, sizeof(ex_prime) - 1, NULL); in key2048p3_v1() [all …]
|
| H A D | sha_test.c | 28 return 0; in test_static_sha_common() 33 return 0; in test_static_sha_common() 40 0xa9, 0x99, 0x3e, 0x36, 0x47, 0x06, 0x81, 0x6a, in test_static_sha1() 41 0xba, 0x3e, 0x25, 0x71, 0x78, 0x50, 0xc2, 0x6c, in test_static_sha1() 42 0x9c, 0xd0, 0xd8, 0x9d in test_static_sha1() 51 0x23, 0x09, 0x7d, 0x22, 0x34, 0x05, 0xd8, 0x22, in test_static_sha224() 52 0x86, 0x42, 0xa4, 0x77, 0xbd, 0xa2, 0x55, 0xb3, in test_static_sha224() 53 0x2a, 0xad, 0xbc, 0xe4, 0xbd, 0xa0, 0xb3, 0xf7, in test_static_sha224() 54 0xe3, 0x6c, 0x9d, 0xa7 in test_static_sha224() 63 0xba, 0x78, 0x16, 0xbf, 0x8f, 0x01, 0xcf, 0xea, in test_static_sha256() [all …]
|
| /freebsd/sys/dev/qlxgbe/ |
| H A D | ql_fw.c | 39 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/krb5/src/lib/crypto/crypto_tests/ |
| H A D | t_str2key.c | 43 { KV5M_DATA, 0, NULL }, 46 0, 53 { KV5M_DATA, 0, NULL }, 56 0, 63 { KV5M_DATA, 0, NULL }, 66 0, 73 { KV5M_DATA, 0, NULL }, 76 0, 83 { KV5M_DATA, 0, NULL }, 86 0, [all …]
|
| /freebsd/crypto/libecc/src/tests/ |
| H A D | x448_test_vectors.h | 15 …0x9a, 0x8f, 0x49, 0x25, 0xd1, 0x51, 0x9f, 0x57, 0x75, 0xcf, 0x46, 0xb0, 0x4b, 0x58, 0x00, 0xd4, 0x… 19 …0x3e, 0xb7, 0xa8, 0x29, 0xb0, 0xcd, 0x20, 0xf5, 0xbc, 0xfc, 0x0b, 0x59, 0x9b, 0x6f, 0xec, 0xcf, 0x… 23 …0x9b, 0x08, 0xf7, 0xcc, 0x31, 0xb7, 0xe3, 0xe6, 0x7d, 0x22, 0xd5, 0xae, 0xa1, 0x21, 0x07, 0x4a, 0x… 27 …0x07, 0xff, 0xf4, 0x18, 0x1a, 0xc6, 0xcc, 0x95, 0xec, 0x1c, 0x16, 0xa9, 0x4a, 0x0f, 0x74, 0xd1, 0x… 31 .name = "X448/WEI448 0", 46 …0x1c, 0x30, 0x6a, 0x7a, 0xc2, 0xa0, 0xe2, 0xe0, 0x99, 0x0b, 0x29, 0x44, 0x70, 0xcb, 0xa3, 0x39, 0x… 50 …0x9b, 0x08, 0xf7, 0xcc, 0x31, 0xb7, 0xe3, 0xe6, 0x7d, 0x22, 0xd5, 0xae, 0xa1, 0x21, 0x07, 0x4a, 0x… 54 …0x3e, 0xb7, 0xa8, 0x29, 0xb0, 0xcd, 0x20, 0xf5, 0xbc, 0xfc, 0x0b, 0x59, 0x9b, 0x6f, 0xec, 0xcf, 0x… 58 …0x07, 0xff, 0xf4, 0x18, 0x1a, 0xc6, 0xcc, 0x95, 0xec, 0x1c, 0x16, 0xa9, 0x4a, 0x0f, 0x74, 0xd1, 0x…
|
| H A D | ed25519_test_vectors.h | 15 …0x9d, 0x61, 0xb1, 0x9d, 0xef, 0xfd, 0x5a, 0x60, 0xba, 0x84, 0x4a, 0xf4, 0x92, 0xec, 0x2c, 0xc4, 0x… 17 …0xe5, 0x56, 0x43, 0x00, 0xc3, 0x60, 0xac, 0x72, 0x90, 0x86, 0xe2, 0xcc, 0x80, 0x6e, 0x82, 0x8a, 0x… 26 .msglen = 0, 31 .adata_len = 0 36 …0x4c, 0xcd, 0x08, 0x9b, 0x28, 0xff, 0x96, 0xda, 0x9d, 0xb6, 0xc3, 0x46, 0xec, 0x11, 0x4e, 0x0f, 0x… 38 0x72, }; 40 …0x92, 0xa0, 0x09, 0xa9, 0xf0, 0xd4, 0xca, 0xb8, 0x72, 0x0e, 0x82, 0x0b, 0x5f, 0x64, 0x25, 0x40, 0x… 54 .adata_len = 0 59 …0xc5, 0xaa, 0x8d, 0xf4, 0x3f, 0x9f, 0x83, 0x7b, 0xed, 0xb7, 0x44, 0x2f, 0x31, 0xdc, 0xb7, 0xb1, 0x… 61 0xaf, 0x82, }; [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | apple | 6 0 search/1/t FiLeStArTfIlEsTaRt binscii (apple ][) text 7 0 string \x0aGL Binary II (apple ][) data 8 0 string \x76\xff Squeezed (apple ][) data 9 0 string NuFile NuFile archive (apple ][) data 10 0 string N\xf5F\xe9l\xe5 NuFile archive (apple ][) data 11 0 belong 0x00051600 AppleSingle encoded Macintosh file 12 0 belong 0x00051607 AppleDouble encoded Macintosh file 18 0 string A2R 20 >>0 use applesauce 22 >>0 use applesauce [all …]
|
| /freebsd/crypto/openssl/demos/signature/ |
| H A D | rsa_pss.h | 12 0x30, 0x82, 0x09, 0x28, 0x02, 0x01, 0x00, 0x02, 0x82, 0x02, 0x01, 0x00, 13 0xa3, 0x14, 0xe4, 0xb8, 0xd8, 0x58, 0x0d, 0xab, 0xd7, 0x87, 0xa4, 0xf6, 14 0x84, 0x51, 0x74, 0x60, 0x4c, 0xe3, 0x60, 0x28, 0x89, 0x49, 0x65, 0x18, 15 0x5c, 0x8f, 0x1a, 0x1b, 0xe9, 0xdb, 0xc1, 0xc1, 0xf7, 0x08, 0x27, 0x44, 16 0xe5, 0x9d, 0x9a, 0x33, 0xc3, 0xac, 0x5a, 0xca, 0xba, 0x20, 0x5a, 0x9e, 17 0x3a, 0x18, 0xb5, 0x3d, 0xe3, 0x9d, 0x94, 0x58, 0xa7, 0xa9, 0x5a, 0x0b, 18 0x4f, 0xb8, 0xe5, 0xa3, 0x7b, 0x01, 0x11, 0x0f, 0x16, 0x11, 0xb8, 0x65, 19 0x2f, 0xa8, 0x95, 0xf7, 0x58, 0x2c, 0xec, 0x1d, 0x41, 0xad, 0xd1, 0x12, 20 0xca, 0x4a, 0x80, 0x35, 0x35, 0x43, 0x7e, 0xe0, 0x97, 0xfc, 0x86, 0x8f, 21 0xcf, 0x4b, 0xdc, 0xbc, 0x15, 0x2c, 0x8e, 0x90, 0x84, 0x26, 0x83, 0xc1, [all …]
|
| /freebsd/sys/crypto/openssl/i386/ |
| H A D | ecp_nistz256-x86.S | 7 …0x3c,0x4d,0x27,0xcc,0xf5,0x4a,0x4f,0x8f,0xe8,0xc8,0x04,0x68,0x09,0x4a,0x5b,0x80,0x9d,0x7a,0xe8,0x3… 8 …0x14,0xd6,0xc1,0x8d,0x61,0x66,0x3b,0xa7,0x20,0x1e,0xe4,0x77,0xd7,0x66,0x05,0xfb,0x5c,0xa9,0x9a,0x7… 9 …0xa9,0xdd,0xeb,0x91,0x5c,0x77,0x17,0x99,0x4e,0xc2,0x45,0x69,0x2e,0xcf,0x60,0xc6,0x3c,0xad,0x65,0x3… 10 …0x18,0x10,0x4e,0x46,0xc4,0x3e,0xa0,0x94,0x26,0x9d,0x62,0xd2,0x4b,0xb0,0xbc,0x0b,0xd5,0x56,0xa5,0xd… 11 …0xd4,0xd4,0x90,0x0d,0xae,0x37,0x4e,0xd1,0x8f,0xd1,0x0a,0xa7,0x63,0x5b,0xb7,0x65,0xcb,0xc8,0xba,0x2… 12 …0x30,0x46,0x3f,0xb5,0x8a,0x47,0x35,0x4c,0x6e,0xdb,0x26,0x1a,0x25,0xa3,0xd8,0x0b,0x1d,0x51,0x12,0x9… 13 …0xe7,0x00,0xac,0xb0,0x1b,0x39,0x46,0xf1,0xc9,0x18,0x7d,0xb7,0xc4,0x42,0xbc,0x8b,0x09,0x3e,0xa9,0x9… 14 …0x79,0x85,0xff,0x74,0xbe,0x40,0x07,0x27,0x75,0x2c,0xea,0x04,0xcc,0xa2,0x72,0x80,0x97,0x5f,0xfe,0x8… 15 …0x01,0x7d,0xfb,0x73,0x7d,0x3e,0xf7,0x55,0x41,0x39,0xe0,0x33,0x0d,0xe3,0x4b,0x6b,0x7b,0x3e,0x6e,0xd… 16 …0xb6,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 D | ecp_nistz256-ppc64.S | 9 …0x3c,0x4d,0x27,0xcc,0xf5,0x4a,0x4f,0x8f,0xe8,0xc8,0x04,0x68,0x09,0x4a,0x5b,0x80,0x9d,0x7a,0xe8,0x3… 10 …0x14,0xd6,0xc1,0x8d,0x61,0x66,0x3b,0xa7,0x20,0x1e,0xe4,0x77,0xd7,0x66,0x05,0xfb,0x5c,0xa9,0x9a,0x7… 11 …0xa9,0xdd,0xeb,0x91,0x5c,0x77,0x17,0x99,0x4e,0xc2,0x45,0x69,0x2e,0xcf,0x60,0xc6,0x3c,0xad,0x65,0x3… 12 …0x18,0x10,0x4e,0x46,0xc4,0x3e,0xa0,0x94,0x26,0x9d,0x62,0xd2,0x4b,0xb0,0xbc,0x0b,0xd5,0x56,0xa5,0xd… 13 …0xd4,0xd4,0x90,0x0d,0xae,0x37,0x4e,0xd1,0x8f,0xd1,0x0a,0xa7,0x63,0x5b,0xb7,0x65,0xcb,0xc8,0xba,0x2… 14 …0x30,0x46,0x3f,0xb5,0x8a,0x47,0x35,0x4c,0x6e,0xdb,0x26,0x1a,0x25,0xa3,0xd8,0x0b,0x1d,0x51,0x12,0x9… 15 …0xe7,0x00,0xac,0xb0,0x1b,0x39,0x46,0xf1,0xc9,0x18,0x7d,0xb7,0xc4,0x42,0xbc,0x8b,0x09,0x3e,0xa9,0x9… 16 …0x79,0x85,0xff,0x74,0xbe,0x40,0x07,0x27,0x75,0x2c,0xea,0x04,0xcc,0xa2,0x72,0x80,0x97,0x5f,0xfe,0x8… 17 …0x01,0x7d,0xfb,0x73,0x7d,0x3e,0xf7,0x55,0x41,0x39,0xe0,0x33,0x0d,0xe3,0x4b,0x6b,0x7b,0x3e,0x6e,0xd… 18 …0xb6,0x82,0x81,0xc1,0x53,0xee,0x00,0x34,0xa8,0x81,0xdf,0x5a,0xd3,0x07,0x7e,0x2e,0x17,0x40,0xa1,0x2… [all …]
|