| /freebsd/crypto/krb5/src/lib/krb5/ccache/ | 
| H A D | t_marshal.c | 69         "\x43\x4F\x4D\x0A\x00\x00\x00\x74\x65\x73\x74\x63\x6C\x69\x65\x6E"70         "\x74",
 74         "\x43\x4F\x4D\x0A\x00\x00\x00\x74\x65\x73\x74\x63\x6C\x69\x65\x6E"
 75         "\x74\x03\x00\x00\x00\x0B\x00\x00\x00\x45\x58\x41\x4D\x50\x4C\x45"
 76         "\x2E\x43\x4F\x4D\x04\x00\x00\x00\x74\x65\x73\x74\x04\x00\x00\x00"
 77         "\x68\x6F\x73\x74\x11\x00\x10\x00\x00\x00\x00\x01\x02\x03\x04\x05"
 81         "\x00\x00\x02\x0A\x00\x00\x00\x73\x69\x67\x6E\x74\x69\x63\x6B\x65"
 82         "\x74\x9C\xFF\x00\x00\x00\x00\x06\x00\x00\x00\x74\x69\x63\x6B\x65"
 83         "\x74\x00\x00\x00\x00",
 87         "\x43\x4F\x4D\x0A\x00\x00\x00\x74\x65\x73\x74\x63\x6C\x69\x65\x6E"
 [all …]
 
 | 
| /freebsd/contrib/libcbor/test/ | 
| H A D | string_test.c | 16 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...]
 | 
| /freebsd/crypto/heimdal/lib/hx509/ | 
| H A D | test_name.c | 51     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"
 112     "\x41\x20\x4c\x69\x6d\x69\x74\x65\x64\x31\x27\x30\x25\x06\x03\x55"
 113     "\x04\x03\x13\x1e\x43\x4f\x4d\x4f\x44\x4f\x20\x43\x65\x72\x74\x69"
 114     "\x66\x69\x63\x61\x74\x69\x6f\x6e\x20\x41\x75\x74\x68\x6f\x72\x69"
 [all …]
 
 | 
| /freebsd/sys/contrib/openzfs/module/zfs/ | 
| H A D | vdev_raidz_math_powerpc_altivec.c | 41 #define	ZERO_D			0, 1, 2, 347 #define	COPY_D			0, 1, 2, 3
 53 #define	ADD_D			0, 1, 2, 3
 59 #define	MUL_D			0, 1, 2, 3
 65 #define	GEN_P_P			0, 1, 2, 3
 75 #define	GEN_PQ_D		0, 1, 2, 3
 86 #define	GEN_PQR_D		0, 1, 2, 3
 97 #define	SYN_Q_D			0, 1, 2, 3
 108 #define	SYN_R_D			0, 1, 2, 3
 119 #define	SYN_PQ_D		0, 1, 2, 3
 [all …]
 
 | 
| H A D | vdev_raidz_math_aarch64_neon.c | 39 #define	ZERO_D			0, 1, 2, 345 #define	COPY_D			0, 1, 2, 3
 51 #define	ADD_D			0, 1, 2, 3
 57 #define	MUL_D			0, 1, 2, 3
 63 #define	GEN_P_P			0, 1, 2, 3
 73 #define	GEN_PQ_D		0, 1, 2, 3
 84 #define	GEN_PQR_D		0, 1, 2, 3
 95 #define	SYN_Q_D			0, 1, 2, 3
 106 #define	SYN_R_D			0, 1, 2, 3
 117 #define	SYN_PQ_D		0, 1, 2, 3
 [all …]
 
 | 
| H A D | vdev_raidz_math_ssse3.c | 62 #define	ZFS_ASM_BUG()	ASSERT(0)78 		    "pxor 0x00(%[SRC]), %%" VR0(r) "\n"			\
 79 		    "pxor 0x10(%[SRC]), %%" VR1(r) "\n"			\
 80 		    "pxor 0x20(%[SRC]), %%" VR2(r) "\n"			\
 81 		    "pxor 0x30(%[SRC]), %%" VR3(r) "\n"			\
 86 		    "pxor 0x00(%[SRC]), %%" VR0(r) "\n"			\
 87 		    "pxor 0x10(%[SRC]), %%" VR1(r) "\n"			\
 142 		    "movdqa 0x00(%[SRC]), %%" VR0(r) "\n"		\
 143 		    "movdqa 0x10(%[SRC]), %%" VR1(r) "\n"		\
 144 		    "movdqa 0x20(%[SRC]), %%" VR2(r) "\n"		\
 [all …]
 
 | 
| /freebsd/contrib/libfido2/regress/ | 
| H A D | compress.c | 23 	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 …]
 
 | 
| H A D | cred.c | 22 	0xf9, 0x64, 0x57, 0xe7, 0x2d, 0x97, 0xf6, 0xbb,23 	0xdd, 0xd
 [all...]
 | 
| /freebsd/usr.sbin/ppp/ | 
| H A D | chap_ms.c | 60   {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,61    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 62    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 63    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
 66   {0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2,
 67    0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2,
 68    0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2,
 69    0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2, 0xF2};
 89     return word & 0xFE;  in Get7Bits()
 97     des_key[0] = Get7Bits(key,  0);  in MakeKey()
 [all …]
 
 | 
| /freebsd/contrib/wpa/src/crypto/ | 
| H A D | ms_funcs.c | 23  * Returns: 0 on success, -1 on failure31 	for (i = 0, j = 0; i < utf8_string_len; i++) {  in utf8_to_ucs2()
 37 		if (c <= 0x7F) {  in utf8_to_ucs2()
 46 			if ((c & 0xE0) == 0xC0) {  in utf8_to_ucs2()
 49 					     ((c & 0x1F) << 6) | (c2 & 0x3F));  in utf8_to_ucs2()
 59 					     ((c & 0xF) << 12) |  in utf8_to_ucs2()
 60 					     ((c2 & 0x3F) << 6) | (c3 & 0x3F));  in utf8_to_ucs2()
 68 	return 0;  in utf8_to_ucs2()
 76  * @username: 0-to-256-char UserName (IN)
 79  * Returns: 0 on success, -1 on failure
 [all …]
 
 | 
| /freebsd/contrib/libarchive/libarchive/test/ | 
| 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()
 117 	    "\xe6\xbc\xa2\xe5\xad\x97\x2e\x74\x78\x74", in test_read_format_cab_filename_CP932_UTF8()
 124 	    "\xe6\xbc\xa2\xe5\xad\x97\x2e\x74\x7 in test_read_format_cab_filename_CP932_UTF8()
 [all...]
 | 
| H A D | test_read_format_lha_filename.c | 67 	assertEqualString("\xB4\xC1\xBB\xFA\x2E\x74\x78\x74", in test_read_format_lha_filename_CP932_eucJP() 70 	assertEqualInt(archive_entry_is_encrypted(ae), 0); in test_read_format_lha_filename_CP932_eucJP()
 75 	assertEqualString("\xC9\xBD\x2E\x74\x78\x74", archive_entry_pathname(ae)); in test_read_format_lha_filename_CP932_eucJP()
 77 	assertEqualInt(archive_entry_is_encrypted(ae), 0); in test_read_format_lha_filename_CP932_eucJP()
 84 	assertEqualIntA(a, ARCHIVE_FILTER_NONE, archive_filter_code(a, 0)); in test_read_format_lha_filename_CP932_eucJP()
 129 	assertEqualString("\xE6\xBC\xA2\xE5\xAD\x97\x2E\x74\x78\x74", in test_read_format_lha_filename_CP932_UTF8()
 135 	assertEqualString("\xE8\xA1\xA8\x2E\x74\x7 in test_read_format_lha_filename_CP932_UTF8()
 [all...]
 | 
| H A D | test_read_format_zip_filename.c | 58 	    "\xc9\xbd\xa4\xc0\xa4\xe8\x2f\xb0\xec\xcd\xf7\xc9\xbd\x2e\x74\x78\x74", in DEFINE_TEST() 61 	assertEqualInt(archive_entry_is_encrypted(ae), 0); in DEFINE_TEST()
 62 	assertEqualIntA(a, archive_read_has_encrypted_entries(a), 0); in DEFINE_TEST()
 67 	    "\xc9\xbd\xa4\xc0\xa4\xe8\x2f\xb4\xc1\xbb\xfa\x2e\x74\x78\x74", 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()
 [all...]
 | 
| /freebsd/contrib/unbound/testcode/ | 
| H A D | unitdname.c | 58 	if(e != 0)  in dname_to_buf()71 	unit_assert( query_dname_len(buff) == 0);  in dname_test_qdl()
 83 	sldns_buffer_write_at(buff, 0, "\012abCDeaBCde\003cOm\000", 16);  in dname_test_qdtl()
 86 		"\012abcdeabcde\003com\000", 16) == 0);  in dname_test_qdtl()
 88 	sldns_buffer_write_at(buff, 0, "\001+\012abC{e-ZYXe\003NET\000", 18);  in dname_test_qdtl()
 91 		"\001+\012abc{e-zyxe\003net\000", 18) == 0);  in dname_test_qdtl()
 93 	sldns_buffer_write_at(buff, 0, "\000", 1);  in dname_test_qdtl()
 95 	unit_assert( memcmp(sldns_buffer_begin(buff), "\000", 1) == 0);  in dname_test_qdtl()
 97 	sldns_buffer_write_at(buff, 0, "\002NL\000", 4);  in dname_test_qdtl()
 99 	unit_assert( memcmp(sldns_buffer_begin(buff), "\002nl\000", 4) == 0);  in dname_test_qdtl()
 [all …]
 
 | 
| /freebsd/crypto/openssl/test/ | 
| H A D | cmsapitest.c | 26     int testresult = 0;  in test_encrypt_decrypt()38     if (!TEST_int_gt(sk_X509_push(certstack, cert), 0))  in test_encrypt_decrypt()
 57             || !TEST_int_eq(strcmp(buf, msg), 0))  in test_encrypt_decrypt()
 68     return testresult && TEST_int_eq(ERR_peek_error(), 0);  in test_encrypt_decrypt()
 94     int ret = 0;  in test_CMS_add1_cert()
 97         && TEST_ptr(CMS_add1_signer(cms, cert, privkey, NULL, 0))  in test_CMS_add1_cert()
 109     int ret = 0;  in test_d2i_CMS_bio_NULL()
 118         0x30, 0x82, 0x05, 0xc5, 0x06, 0x09, 0x2a, 0x86,  in test_d2i_CMS_bio_NULL()
 119         0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02, 0xa0,  in test_d2i_CMS_bio_NULL()
 120         0x82, 0x05, 0xb6, 0x30, 0x82, 0x05, 0xb2, 0x02,  in test_d2i_CMS_bio_NULL()
 [all …]
 
 | 
| H A D | x509_test.c | 26     0x30, 0x77, 0x02, 0x01, 0x01, 0x04, 0x20, 0x7d, 0x2b, 0xfe, 0x5c, 0xcb, 0xcb, 0x27, 0xd6, 0x28,27     0xfe, 0x98, 0x34, 0x84, 0x4a, 0x13, 0x6f, 0x70, 0xc4, 0x1a, 0x0b, 0xfc, 0xde, 0xb0, 0xb2, 0x32,
 28     0xb1, 0xdd, 0x4f, 0x0e, 0xbc, 0xdf, 0x89, 0xa0, 0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d,
 29     0x03, 0x01, 0x07, 0xa1, 0x44, 0x03, 0x42, 0x00, 0x04, 0xbf, 0x82, 0xd9, 0xc9, 0x4b, 0x19, 0x43,
 30     0x45, 0x6b, 0xd4, 0x50, 0x64, 0x9b, 0xd5, 0x8d, 0x5a, 0xd9, 0xdc, 0xc9, 0x24, 0x23, 0x7a, 0x3b,
 31     0x48, 0x23, 0xe2, 0x2a, 0x24, 0xf2, 0x9c, 0x6f, 0x87, 0xd0, 0xc4, 0x0f, 0xcc, 0x7e, 0x7c, 0x8d,
 32     0xfc, 0x08, 0x46, 0x37, 0x85, 0x4f, 0x5b, 0x3a, 0x0b, 0x97, 0xd7, 0x57, 0x2a, 0x5a, 0x6b, 0x7a,
 33     0x0b, 0xe4, 0xe8, 0x9c, 0x4a, 0xbb, 0xbf, 0x09, 0x4d
 37     0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a,
 38     0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0xbf, 0x82, 0xd9, 0xc9, 0x4b,
 [all …]
 
 | 
| H A D | ossl_store_test.c | 26     OPT_EOF = 0,41     int ret = 0;  in test_store_open()
 68   0x30, 0x82, 0x01, 0x3b, 0x30, 0x81, 0xee, 0xa0, 0x03, 0x02, 0x01, 0x02,
 69   0x02, 0x01, 0x00, 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x70, 0x30, 0x81,
 70   0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02,
 71   0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13,
 72   0x0a, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x74, 0x6f, 0x6e, 0x31,
 73   0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65,
 74   0x64, 0x6d, 0x6f, 0x6e, 0x64, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55,
 75   0x04, 0x0a, 0x13, 0x15, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66,
 [all …]
 
 | 
| H A D | provider_pkey_test.c | 30     int ret = 0;  in fetch_sig()33         return 0;  in fetch_sig()
 56     int i, ret = 0;  in test_pkey_sig()
 61         return 0;  in test_pkey_sig()
 83     for (i = 0; i < 3; i++) {  in test_pkey_sig()
 103         if (!TEST_int_eq(EVP_PKEY_sign(ctx, NULL, &siglen, NULL, 0), 1)  in test_pkey_sig()
 128     int ret = 0;  in test_alternative_keygen_init()
 137     if (!TEST_int_gt(EVP_PKEY_keygen_init(ctx), 0))  in test_alternative_keygen_init()
 154         return 0;  in test_alternative_keygen_init()
 160     if (!TEST_int_gt(EVP_PKEY_keygen_init(ctx), 0))  in test_alternative_keygen_init()
 [all …]
 
 | 
| /freebsd/crypto/openssl/fuzz/ | 
| H A D | dtlsserver.c | 39 Wu5FmXPKvJLmPuKQJMbOJSGDJLvdT/0dyM9aU3xKw64iv7S3laERWyW4/OemMQXs53 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49,
 54 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0a, 0x4d, 0x49, 0x49, 0x44,
 55 0x6f, 0x7a, 0x43, 0x43, 0x41, 0x6f, 0x75, 0x67, 0x41, 0x77, 0x49, 0x42, 0x41, 0x67, 0x49, 0x55,
 56 0x53, 0x4b, 0x77, 0x51, 0x44, 0x31, 0x71, 0x52, 0x74, 0x53, 0x2b, 0x6c, 0x72, 0x69, 0x64, 0x61,
 57 0x77, 0x6d, 0x61, 0x59, 0x4b, 0x36, 0x63, 0x65, 0x6a, 0x32, 0x6b, 0x77, 0x44, 0x51, 0x59, 0x4a,
 58 0x4b, 0x6f, 0x5a, 0x49, 0x68, 0x76, 0x63, 0x4e, 0x41, 0x51, 0x45, 0x4c, 0x0a, 0x42, 0x51, 0x41,
 59 0x77, 0x59, 0x54, 0x45, 0x4c, 0x4d, 0x41, 0x6b, 0x47, 0x41, 0x31, 0x55, 0x45, 0x42, 0x68, 0x4d,
 60 0x43, 0x62, 0x6d, 0x38, 0x78, 0x43, 0x7a, 0x41, 0x4a, 0x42, 0x67, 0x4e, 0x56, 0x42, 0x41, 0x67,
 61 0x4d, 0x41, 0x6d, 0x35, 0x76, 0x4d, 0x51, 0x73, 0x77, 0x43, 0x51, 0x59, 0x44, 0x56, 0x51, 0x51,
 [all …]
 
 | 
| /freebsd/crypto/krb5/src/kdc/ | 
| H A D | t_ndr.c | 49     0x01, 0x10, 0x08, 0x00, 0xcc, 0xcc, 0xcc, 0xcc, 0xa0, 0x00, 0x00, 0x00,50     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x2a, 0x00, 0x2c, 0x00,
 51     0x04, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x00, 0x02, 0x00,
 52     0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00,
 53     0x73, 0x00, 0x76, 0x00, 0x63, 0x00, 0x32, 0x00, 0x2f, 0x00, 0x61, 0x00,
 54     0x64, 0x00, 0x73, 0x00, 0x65, 0x00, 0x72, 0x00, 0x76, 0x00, 0x65, 0x00,
 55     0x72, 0x00, 0x2e, 0x00, 0x61, 0x00, 0x64, 0x00, 0x2e, 0x00, 0x74, 0x00,
 56     0x65, 0x00, 0x73, 0x00, 0x74, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
 57     0x3a, 0x00, 0x3c, 0x00, 0x0c, 0x00, 0x02, 0x00, 0x1e, 0x00, 0x00, 0x00,
 58     0x00, 0x00, 0x00, 0x00, 0x1d, 0x00, 0x00, 0x00, 0x73, 0x00, 0x76, 0x00,
 [all …]
 
 | 
| /freebsd/sys/contrib/dev/ral/ | 
| H A D | microcode.h | 27 	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/sys/dev/usb/wlan/ | 
| H A D | if_rumfw.h | 25 	0x02, 0x13, 0x25, 0x12, 0x10, 0xd9, 0x02, 0x12, 0x58, 0x02, 0x13,26 	0x58, 0x02, 0x13, 0x5a, 0xc0, 0xd0, 0x75, 0xd0, 0x18, 0x12, 0x13,
 27 	0x5c, 0xd0, 0xd0, 0x22, 0x02, 0x14, 0x5c, 0x02, 0x14, 0xe7, 0xed,
 28 	0x4c, 0x70, 0x44, 0x90, 0x01, 0xa8, 0x74, 0x80, 0xf0, 0xef, 0x30,
 29 	0xe5, 0x07, 0xe4, 0x90, 0x00, 0x0f, 0xf0, 0x80, 0x2c, 0xe5, 0x40,
 30 	0x24, 0xc0, 0x60, 0x13, 0x24, 0xc0, 0x60, 0x16, 0x24, 0xc0, 0x60,
 31 	0x19, 0x24, 0xc0, 0x70, 0x1a, 0xe4, 0x90, 0x00, 0x0b, 0xf0, 0x80,
 32 	0x13, 0xe4, 0x90, 0x00, 0x13, 0xf0, 0x80, 0x0c, 0xe4, 0x90, 0x00,
 33 	0x1b, 0xf0, 0x80, 0x05, 0xe4, 0x90, 0x00, 0x23, 0xf0, 0xe4, 0x90,
 34 	0x01, 0xa8, 0xf0, 0xd3, 0x22, 0x90, 0x02, 0x02, 0xed, 0xf0, 0x90,
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ | 
| H A D | imx7d-flex-concentrator.dts | 23 		reg = <0x80000000 0x40000000>;52 		pinctrl-0 = <&pinctrl_leds>;
 54 		led-0 {
 91 		pinctrl-0 = <&pinctrl_restart>;
 109 	pinctrl-0 = <&pinctrl_ecspi2>;
 113 	pcf2127: rtc@0 {
 115 		reg = <0>;
 123 	pinctrl-0 = <&pinctrl_ecspi4>;
 133 	st33htph: tpm@0 {
 [all...]
 | 
| /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 …]
 
 | 
| /freebsd/crypto/heimdal/kuser/ | 
| H A D | kdigest.c | 44 static int version_flag = 0;45 static int help_flag	= 0;
 50     {"ccache",	0,	arg_string,	&ccache_string, "credential cache", NULL },
 51     {"version",	0,	arg_flag,	&version_flag, "print version", NULL },
 52     {"help",	0,	arg_flag,	&help_flag,  NULL, NULL }
 84     return 0;  in digest_probe()
 128     return 0;  in digest_server_init()
 153     if (strcasecmp(opt->type_string, "CHAP") == 0) {  in digest_server_request()
 222     return 0;  in digest_server_request()
 251     0x4D, 0x61, 0x67, 0x69, 0x63, 0x20, 0x73, 0x65, 0x72, 0x76,
 [all …]
 
 |