| /freebsd/sys/contrib/libsodium/test/default/ | 
| H A D | scalarmult_ed25519.c | 5     0xf6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 6     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f 9     0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 10     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f 13     0xe4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 14     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f 18     0x58, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 19     0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66 33     if (crypto_scalarmult_ed25519_base(q, n) != 0) {  in main() 37     if (crypto_scalarmult_ed25519(q2, n, p) != 0) {  in main() [all …] 
 | 
| 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/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ | 
| H A D | sign.c | 18         'c', 'o', 'l', 'l', 'i', 's', 'i', 'o', 'n', 's', 1, 0  in _crypto_sign_ed25519_ref10_hinit() 30     k[0] &= 248;  in _crypto_sign_ed25519_clamp() 43         0x58, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66,  in _crypto_sign_ed25519_synthetic_r_hv() 44         0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66,  in _crypto_sign_ed25519_synthetic_r_hv() 45         0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66,  in _crypto_sign_ed25519_synthetic_r_hv() 46         0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66,  in _crypto_sign_ed25519_synthetic_r_hv() 48     static const unsigned char zeros[128] = { 0x00 };  in _crypto_sign_ed25519_synthetic_r_hv() 49     static const unsigned char empty_labelset[3] = { 0x02, 0x00, 0x00 };  in _crypto_sign_ed25519_synthetic_r_hv() 109     return 0;  in _crypto_sign_ed25519_detached() 117     return _crypto_sign_ed25519_detached(sig, siglen_p, m, mlen, sk, 0);  in crypto_sign_ed25519_detached() [all …] 
 | 
| /freebsd/sys/crypto/aesni/ | 
| H A D | aeskeys_i386.S | 47 	pshufd	$0b11111111,%xmm1,%xmm1 48 	shufps	$0b00010000,%xmm0,%xmm4 50 	shufps	$0b10001100,%xmm0,%xmm4 54 	addl	$0x10,%edx 61 	pshufd	$0b01010101,%xmm1,%xmm1 62 	shufps	$0b00010000,%xmm0,%xmm4 64 	shufps	$0b10001100,%xmm0,%xmm4 70 	pshufd	$0b11111111,%xmm0,%xmm3 74 	shufps	$0b01000100,%xmm0,%xmm6 76 	shufps	$0b01001110,%xmm2,%xmm1 [all …] 
 | 
| /freebsd/sys/dev/vt/font/ | 
| H A D | vt_font_default.c | 38 	0x00, 0x00, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x7e, 39 	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 40 	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x10, 41 	0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 42 	0x00, 0x24, 0x24, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 43 	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, 0x24, 0x7e, 0x24, 0x24, 44 	0x7e, 0x24, 0x24, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x10, 0x7c, 45 	0x92, 0x90, 0x90, 0x7c, 0x12, 0x12, 0x92, 0x7c, 0x10, 0x10, 0x00, 0x00, 46 	0x00, 0x00, 0x64, 0x94, 0x68, 0x08, 0x10, 0x10, 0x20, 0x2c, 0x52, 0x4c, 47 	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x24, 0x18, 0x30, 0x4a, [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/sys/dev/vt/logo/ | 
| H A D | logo_beastie.c | 38 	0x16, 0x00, 0x62, 0x16, 0x88, 0x03, 0x80, 0x16, 0x00, 0x23, 0x88, 0x80, 39 	0x00, 0x00, 0x08, 0x88, 0x16, 0x00, 0x21, 0x08, 0x16, 0x00, 0x06, 0x88, 40 	0x16, 0x00, 0x20, 0x80, 0x16, 0x00, 0x06, 0x08, 0x80, 0x16, 0x00, 0x1e, 41 	0x08, 0x16, 0x00, 0x08, 0x88, 0x16, 0x00, 0x1e, 0x08, 0x16, 0x00, 0x06, 42 	0x87, 0x00, 0x08, 0x16, 0x00, 0x1e, 0x80, 0x16, 0x00, 0x06, 0x77, 0x80, 43 	0x00, 0x80, 0x16, 0x00, 0x1d, 0x80, 0x16, 0x00, 0x06, 0x08, 0x00, 0x00, 44 	0x08, 0x16, 0x00, 0x1d, 0x80, 0x16, 0x00, 0x09, 0x08, 0x16, 0x00, 0x1c, 45 	0x08, 0x16, 0x00, 0x0a, 0x08, 0x16, 0x00, 0x1c, 0x08, 0x16, 0x00, 0x0b, 46 	0x80, 0x16, 0x00, 0x1b, 0x08, 0x16, 0x00, 0x0b, 0x80, 0x16, 0x00, 0x1b, 47 	0x08, 0x00, 0x08, 0x70, 0x16, 0x00, 0x03, 0x77, 0x70, 0x16, 0x00, 0x03, [all …] 
 | 
| /freebsd/crypto/openssl/fuzz/ | 
| H A D | dtlsserver.c | 39 Wu5FmXPKvJLmPuKQJMbOJSGDJLvdT/0dyM9aU3xKw64iv7S3laERWyW4/OemMQXs 53 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 …] 
 | 
| H A D | server.c | 29     0x30, 0x82, 0x02, 0xff, 0x30, 0x82, 0x01, 0xe7, 0xa0, 0x03, 0x02, 0x01, 30     0x02, 0x02, 0x11, 0x00, 0xb1, 0x84, 0xee, 0x34, 0x99, 0x98, 0x76, 0xfb, 31     0x6f, 0xb2, 0x15, 0xc8, 0x47, 0x79, 0x05, 0x9b, 0x30, 0x0d, 0x06, 0x09, 32     0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 33     0x12, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x07, 34     0x41, 0x63, 0x6d, 0x65, 0x20, 0x43, 0x6f, 0x30, 0x1e, 0x17, 0x0d, 0x31, 35     0x35, 0x31, 0x31, 0x30, 0x37, 0x30, 0x30, 0x32, 0x34, 0x35, 0x36, 0x5a, 36     0x17, 0x0d, 0x31, 0x36, 0x31, 0x31, 0x30, 0x36, 0x30, 0x30, 0x32, 0x34, 37     0x35, 0x36, 0x5a, 0x30, 0x12, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 38     0x04, 0x0a, 0x13, 0x07, 0x41, 0x63, 0x6d, 0x65, 0x20, 0x43, 0x6f, 0x30, [all …] 
 | 
| /freebsd/crypto/openssl/crypto/ec/ | 
| H A D | ecx_meth.c | 38         return 0;  in ecx_pub_encode() 43         return 0;  in ecx_pub_encode() 49         return 0;  in ecx_pub_encode() 60     int ret = 0;  in ecx_pub_decode() 63         return 0;  in ecx_pub_decode() 81     return CRYPTO_memcmp(akey->pubkey, bkey->pubkey, KEYLEN(a)) == 0;  in ecx_pub_cmp() 87     int ret = 0;  in ecx_priv_decode_ex() 107         return 0;  in ecx_priv_encode() 112     oct.flags = 0;  in ecx_priv_encode() 115     if (penclen < 0) {  in ecx_priv_encode() [all …] 
 | 
| /freebsd/crypto/openssl/providers/implementations/keymgmt/ | 
| H A D | ecx_kmgmt.c | 108         return 0;  in x25519_new_key() 109     return ossl_ecx_key_new(PROV_LIBCTX_OF(provctx), ECX_KEY_TYPE_X25519, 0,  in x25519_new_key() 116         return 0;  in x448_new_key() 117     return ossl_ecx_key_new(PROV_LIBCTX_OF(provctx), ECX_KEY_TYPE_X448, 0,  in x448_new_key() 124         return 0;  in ed25519_new_key() 125     return ossl_ecx_key_new(PROV_LIBCTX_OF(provctx), ECX_KEY_TYPE_ED25519, 0,  in ed25519_new_key() 132         return 0;  in ed448_new_key() 133     return ossl_ecx_key_new(PROV_LIBCTX_OF(provctx), ECX_KEY_TYPE_ED448, 0,  in ed448_new_key() 140     int ok = 0;  in ecx_has() 149         if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)  in ecx_has() [all …] 
 | 
| /freebsd/crypto/libecc/src/tests/ | 
| H A D | ed25519ctx_test_vectors.h | 16 …0x03, 0x05, 0x33, 0x4e, 0x38, 0x1a, 0xf7, 0x8f, 0x14, 0x1c, 0xb6, 0x66, 0xf6, 0x19, 0x9f, 0x57, 0x… 19 	0xf7, 0x26, 0x93, 0x6d, 0x19, 0xc8, 0x00, 0x49, 0x4e, 0x3f, 0xda, 0xff, 0x20, 0xb2, 0x76, 0xa8, 22 …0x55, 0xa4, 0xcc, 0x2f, 0x70, 0xa5, 0x4e, 0x04, 0x28, 0x8c, 0x5f, 0x4c, 0xd1, 0xe4, 0x5a, 0x7b, 0x… 25 	0x66, 0x6f, 0x6f, 45 …0x03, 0x05, 0x33, 0x4e, 0x38, 0x1a, 0xf7, 0x8f, 0x14, 0x1c, 0xb6, 0x66, 0xf6, 0x19, 0x9f, 0x57, 0x… 48 	0xf7, 0x26, 0x93, 0x6d, 0x19, 0xc8, 0x00, 0x49, 0x4e, 0x3f, 0xda, 0xff, 0x20, 0xb2, 0x76, 0xa8, 51 …0xfc, 0x60, 0xd5, 0x87, 0x2f, 0xc4, 0x6b, 0x3a, 0xa6, 0x9f, 0x8b, 0x5b, 0x43, 0x51, 0xd5, 0x80, 0x… 54 	0x62, 0x61, 0x72, 74 …0x03, 0x05, 0x33, 0x4e, 0x38, 0x1a, 0xf7, 0x8f, 0x14, 0x1c, 0xb6, 0x66, 0xf6, 0x19, 0x9f, 0x57, 0x… 77 	0x50, 0x8e, 0x9e, 0x68, 0x82, 0xb9, 0x79, 0xfe, 0xa9, 0x00, 0xf6, 0x2a, 0xdc, 0xea, 0xca, 0x35, [all …] 
 | 
| /freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ | 
| H A D | t_decrypt.c | 44         { KV5M_DATA, 0, "", }, 0, 60           "\x80\x46\x79\x6E\x51\x04\xBC\xCD\xFB\x66\x9A\x91\xD4\x4B\xC3\x56" 61           "\x66\x09\x45\xC7" } 92           "\x89\x43\x3E\x83\xFD\x0E\xA3\x66\x6C\xFF\xCD\x18\xD8\xDE\xEB\xC5" 100         { KV5M_DATA, 0, "", }, 0, 123           "\xBE\x60\x96\x26\x2C\x66\xF2\x9D\xF2\x32\xA8\x7C\x9F\x98\x75\x5D" 150         { KV5M_DATA, 0, "", }, 0, 200         { KV5M_DATA, 0, "", }, 0, 202           "\x5A\x5C\x0F\x0B\xA5\x4F\x38\x28\xB2\x19\x5E\x66\xCA\x24\xA2\x89" }, 205           "\x36\xC5\x38\xE8\x41\x67\x84\xA1\x67\x2E\x66\x76" } [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() 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" 120     "\x10\x30\x0e\x06\x03\x55\x04\x07\x13\x07\x53\x61\x6c\x66\x6f\x72" 124     "\x65\x72\x74\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x20\x41\x75\x74" 131     "\xd8\x6a\x86\x77\x44\xbb\x59\x66\x97\x50\x5e\xb4\xd4\x2c\x70\x44" [all …] 
 | 
| /freebsd/crypto/libecc/include/libecc/curves/known/ | 
| H A D | ec_params_brainpoolp256t1.h | 8 	0xa9, 0xfb, 0x57, 0xdb, 0xa1, 0xee, 0xa9, 0xbc, 9 	0x3e, 0x66, 0x0a, 0x90, 0x9d, 0x83, 0x8d, 0x72, 10 	0x6e, 0x3b, 0xf6, 0x23, 0xd5, 0x26, 0x20, 0x28, 11 	0x20, 0x13, 0x48, 0x1d, 0x1f, 0x6e, 0x53, 0x77, 18 	0x01, 0x00, 25 	0x56, 0x04, 0xa8, 0x24, 0x5e, 0x11, 0x56, 0x43, 26 	0xc1, 0x99, 0xf5, 0x6f, 0x62, 0x7c, 0x72, 0x8d, 27 	0x91, 0xc4, 0x09, 0xdc, 0x2a, 0xd9, 0xdf, 0xd7, 28 	0xdf, 0xec, 0xb7, 0xe2, 0xe0, 0x91, 0xac, 0x89, 34 	0x47, 0x17, 0xaa, 0x21, 0xe5, 0x95, 0x7f, 0xa8, [all …] 
 | 
| H A D | ec_params_brainpoolp224r1.h | 24 	0xD7, 0xC1, 0x34, 0xAA, 0x26, 0x43, 0x66, 0x86, 25 	0x2A, 0x18, 0x30, 0x25, 0x75, 0xD1, 0xD7, 0x87, 26 	0xB0, 0x9F, 0x07, 0x57, 0x97, 0xDA, 0x89, 0xF5, 27 	0x7E, 0xC8, 0xC0, 0xFF 33 static const u8 brainpoolp224r1_p_bitlen[] = { 0xE0 }; 39 	0xD7, 0xC1, 0x34, 0xAA, 0x26, 0x43, 0x66, 0x86, 40 	0x2A, 0x18, 0x30, 0x25, 0x75, 0xD1, 0xD7, 0x87, 41 	0xB0, 0x9F, 0x07, 0x57, 0x97, 0xDA, 0x89, 0xF5, 42 	0x7E, 0xC8, 0xC0, 0xFF, 0x00, 0x00, 0x00, 0x00 46 	0x00, 0x00, 0x00, 0x00, 0x79, 0x36, 0x06, 0x11, [all …] 
 | 
| H A D | ec_params_brainpoolp224t1.h | 8 	0xd7, 0xc1, 0x34, 0xaa, 0x26, 0x43, 0x66, 0x86, 9 	0x2a, 0x18, 0x30, 0x25, 0x75, 0xd1, 0xd7, 0x87, 10 	0xb0, 0x9f, 0x07, 0x57, 0x97, 0xda, 0x89, 0xf5, 11 	0x7e, 0xc8, 0xc0, 0xff, 18 	0xe0, 25 	0x79, 0x36, 0x06, 0x11, 0x1c, 0x3f, 0xb2, 0x44, 26 	0x7b, 0x57, 0x6c, 0xf5, 0xa8, 0xe8, 0x42, 0x8f, 27 	0x5c, 0xbf, 0x03, 0x89, 0xd6, 0x82, 0x78, 0x5e, 28 	0x20, 0xb5, 0x62, 0xf7, 34 	0x2b, 0x3d, 0x40, 0xdd, 0x7e, 0xa5, 0x57, 0x7c, [all …] 
 | 
| /freebsd/sys/contrib/openzfs/include/sys/ | 
| H A D | efi_partition.h | 48 #define	EFI_SIGNATURE	0x5452415020494645ULL 78 #define	V_UNASSIGNED	0x00		/* unassigned partition */ 79 #define	V_USR		0x04		/* Usr filesystem */ 80 #define	V_RESERVED	0x0b		/* SMI reserved data */ 88 #define	EFI_UNUSED		{ 0x00000000, 0x0000, 0x0000, 0x00, 0x00, \ 89 				    { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } 90 #define	EFI_RESV1		{ 0x6a96237f, 0x1dd2, 0x11b2, 0x99, 0xa6, \ 91 				    { 0x08, 0x00, 0x20, 0x73, 0x66, 0x31 } } 92 #define	EFI_BOOT		{ 0x6a82cb45, 0x1dd2, 0x11b2, 0x99, 0xa6, \ 93 				    { 0x08, 0x00, 0x20, 0x73, 0x66, 0x31 } } [all …] 
 | 
| /freebsd/contrib/netbsd-tests/dev/audio/ | 
| H A D | h_pad_musa.c | 2 0x46, 0xdb, 0x76, 0x67, 0x61, 0xff, 0xfc, 0x67, 0xff, 0xe9, 0xdb, 0x79, 3 0x5d, 0x53, 0x5b, 0x79, 0xef, 0x65, 0x67, 0x5b, 0x67, 0x67, 0x72, 0x66, 4 0x4f, 0x5b, 0xe7, 0xf5, 0x5e, 0x53, 0x61, 0xe7, 0x5c, 0x53, 0x67, 0x67, 5 0x67, 0x5b, 0x54, 0x60, 0x4e, 0xec, 0xef, 0x5b, 0x5b, 0x6f, 0x69, 0xff, 6 0x71, 0x53, 0x77, 0x67, 0x67, 0x5b, 0x5b, 0x5b, 0x75, 0x6c, 0x67, 0x6d, 7 0x67, 0x7e, 0xff, 0x63, 0x66, 0x61, 0x67, 0x5b, 0x5b, 0x67, 0x67, 0x5f, 8 0x5b, 0x64, 0x5b, 0x5b, 0x55, 0x53, 0x5c, 0x5d, 0x67, 0x53, 0x63, 0x5e, 9 0xe7, 0xf5, 0x51, 0x5b, 0x5e, 0x5e, 0x67, 0x5b, 0x67, 0xff, 0x67, 0x67, 10 0xe9, 0x6e, 0x67, 0x5c, 0x60, 0x67, 0x7a, 0xff, 0xe7, 0xff, 0x58, 0x5b, 11 0x64, 0x6e, 0x67, 0x55, 0x5f, 0xff, 0xff, 0xff, 0xff, 0x56, 0x5b, 0x53, [all …] 
 | 
| /freebsd/contrib/bearssl/src/ec/ | 
| H A D | ec_secp521r1.c | 28 	0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 29 	0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 30 	0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 31 	0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 32 	0xFF, 0xFA, 0x51, 0x86, 0x87, 0x83, 0xBF, 0x2F, 33 	0x96, 0x6B, 0x7F, 0xCC, 0x01, 0x48, 0xF7, 0x09, 34 	0xA5, 0xD0, 0x3B, 0xB5, 0xC9, 0xB8, 0x89, 0x9C, 35 	0x47, 0xAE, 0xBB, 0x6F, 0xB7, 0x1E, 0x91, 0x38, 36 	0x64, 0x09 40 	0x04, 0x00, 0xC6, 0x85, 0x8E, 0x06, 0xB7, 0x04, [all …] 
 | 
| /freebsd/sys/sys/disk/ | 
| H A D | gpt.h | 59 #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/processor-trace/libipt/test/src/ | 
| H A D | ptunit-ild.c | 44 	memset(&iext, 0, sizeof(iext));  in ptunit_ild_decode() 45 	memset(&insn, 0, sizeof(insn));  in ptunit_ild_decode() 52 	ptu_int_eq(errcode, 0);  in ptunit_ild_decode() 70 	memset(&iext, 0, sizeof(iext));  in ptunit_ild_classify() 71 	memset(&insn, 0, sizeof(insn));  in ptunit_ild_classify() 78 	ptu_int_eq(errcode, 0);  in ptunit_ild_classify() 98 	memset(&iext, 0, sizeof(iext));  in ptunit_ild_invalid() 99 	memset(&insn, 0, sizeof(insn));  in ptunit_ild_invalid() 132 	uint8_t insn[] = { 0x68, 0x11, 0x22, 0x33, 0x44 };  in push() 141 	uint8_t insn[] = { 0xE9, 0x60, 0xF9, 0xFF, 0xFF };  in jmp_rel() [all …] 
 | 
| /freebsd/sys/dev/aic7xxx/ | 
| H A D | aic7xxx_seq.h | 9 	0xb2, 0x00, 0x00, 0x08, 10 	0xf7, 0x11, 0x22, 0x08, 11 	0x00, 0x65, 0xee, 0x59, 12 	0xf7, 0x01, 0x02, 0x08, 13 	0xff, 0x6a, 0x24, 0x08, 14 	0x40, 0x00, 0x40, 0x68, 15 	0x08, 0x1f, 0x3e, 0x10, 16 	0x40, 0x00, 0x40, 0x68, 17 	0xff, 0x40, 0x3c, 0x60, 18 	0x08, 0x1f, 0x3e, 0x10, [all …] 
 | 
| /freebsd/crypto/openssl/test/ | 
| 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 …] 
 | 
| H A D | ml_dsa.inc | 61     0x7d, 0x9b, 0xac, 0xa9, 0xc8, 0xd5, 0xe3, 0x02, 0xbf, 0x5c, 0xe4, 0xc8, 0x5b, 0x76, 0x85, 0x38, 62     0x8c, 0xec, 0xd8, 0x2d, 0x72, 0xec, 0x25, 0x99, 0x76, 0xf4, 0xcb, 0x65, 0xc3, 0x60, 0xd7, 0x4b, 63     0x7a, 0xa8, 0xb2, 0x3c, 0xa3, 0xc9, 0xd7, 0x86, 0xfa, 0x3d, 0x94, 0x9a, 0x9d, 0xfc, 0x16, 0x00, 64     0xc8, 0x21, 0xb8, 0x08, 0xf0, 0xbe, 0xb3, 0x8f, 0x81, 0x5d, 0x76, 0x88, 0x92, 0x81, 0x59, 0xd7, 65     0xd9, 0xe9, 0xc1, 0xf8, 0x0f, 0xbe, 0xae, 0xb0, 0x71, 0x8b, 0x4a, 0x27, 0xe5, 0xae, 0x16, 0xaf, 66     0x32, 0x5f, 0x23, 0x62, 0x53, 0x91, 0x64, 0xd1, 0xb0, 0xf2, 0x82, 0x13, 0x16, 0x84, 0x08, 0x9e, 67     0x9c, 0x61, 0x44, 0x2c, 0x8c, 0x6e, 0xf0, 0x38, 0x18, 0xe4, 0xfa, 0xb3, 0x83, 0x49, 0x8a, 0x91, 68     0xf1, 0xa6, 0xba, 0x3d, 0x11, 0x38, 0xfa, 0x2e, 0x68, 0x63, 0xe7, 0xbf, 0xc3, 0x7c, 0x76, 0x8b, 69     0x80, 0x88, 0x11, 0x02, 0x10, 0x68, 0x34, 0x53, 0x58, 0x85, 0x56, 0x78, 0x54, 0x24, 0x33, 0x44, 70     0x50, 0x22, 0x11, 0x75, 0x75, 0x22, 0x26, 0x75, 0x23, 0x16, 0x20, 0x88, 0x46, 0x65, 0x34, 0x44, [all …] 
 |