Home
last modified time | relevance | path

Searched +full:0 +full:x66 (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/freebsd/sys/contrib/libsodium/test/default/
H A Dscalarmult_ed25519.c5 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 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 …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dsign.c18 '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 Daeskeys_i386.S47 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 Dvt_font_default.c38 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/sys/dev/vt/logo/
H A Dlogo_beastie.c38 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/providers/implementations/keymgmt/
H A Decx_kmgmt.c93 return 0; in x25519_new_key()
94 return ossl_ecx_key_new(PROV_LIBCTX_OF(provctx), ECX_KEY_TYPE_X25519, 0, in x25519_new_key()
101 return 0; in x448_new_key()
102 return ossl_ecx_key_new(PROV_LIBCTX_OF(provctx), ECX_KEY_TYPE_X448, 0, in x448_new_key()
109 return 0; in ed25519_new_key()
110 return ossl_ecx_key_new(PROV_LIBCTX_OF(provctx), ECX_KEY_TYPE_ED25519, 0, in ed25519_new_key()
117 return 0; in ed448_new_key()
118 return ossl_ecx_key_new(PROV_LIBCTX_OF(provctx), ECX_KEY_TYPE_ED448, 0, in ed448_new_key()
125 int ok = 0; in ecx_has()
134 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in ecx_has()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Decx_meth.c38 return 0; in ecx_pub_encode()
44 return 0; in ecx_pub_encode()
51 return 0; in ecx_pub_encode()
62 int ret = 0; in ecx_pub_decode()
65 return 0; in ecx_pub_decode()
83 return CRYPTO_memcmp(akey->pubkey, bkey->pubkey, KEYLEN(a)) == 0; in ecx_pub_cmp()
89 int ret = 0; in ecx_priv_decode_ex()
109 return 0; in ecx_priv_encode()
114 oct.flags = 0; in ecx_priv_encode()
117 if (penclen < 0) { in ecx_priv_encode()
[all …]
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dt_decrypt.c44 { 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/libecc/src/tests/
H A Ded25519ctx_test_vectors.h160x03, 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,
220x55, 0xa4, 0xcc, 0x2f, 0x70, 0xa5, 0x4e, 0x04, 0x28, 0x8c, 0x5f, 0x4c, 0xd1, 0xe4, 0x5a, 0x7b, 0x…
25 0x66, 0x6f, 0x6f,
450x03, 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,
510xfc, 0x60, 0xd5, 0x87, 0x2f, 0xc4, 0x6b, 0x3a, 0xa6, 0x9f, 0x8b, 0x5b, 0x43, 0x51, 0xd5, 0x80, 0x…
54 0x62, 0x61, 0x72,
740x03, 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 …]
H A Ddecdsa_test_vectors.h16 0xa1, 0xf0, 0x0d, 0xad, 0x97, 0xae, 0xec, 0x91,
17 0xc9, 0x55, 0x85, 0xf3, 0x62, 0x00, 0xc6, 0x5f,
18 0x3c, 0x01, 0x81, 0x2a, 0xa6, 0x03, 0x78, 0xf5,
19 0xe0, 0x7e, 0xc1, 0x30, 0x4c, 0x7c, 0x6c, 0x9d,
20 0xeb, 0xbe, 0x98, 0x0b, 0x96, 0x92, 0x66, 0x8f,
21 0x81, 0xd4, 0xde, 0x79, 0x22, 0xa0, 0xf9, 0x7a
24 0x6f, 0xab, 0x03, 0x49, 0x34, 0xe4, 0xc0, 0xfc,
25 0x9a, 0xe6, 0x7f, 0x5b, 0x56, 0x59, 0xa9, 0xd7,
26 0xd1, 0xfe, 0xfd, 0x18, 0x7e, 0xe0, 0x9f, 0xd4
29 .name="DECDSA-SHA224/SECP192R1 0",
[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()
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 Dec_params_brainpoolp256t1.h8 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 Dec_params_brainpoolp224r1.h24 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 Dec_params_brainpoolp224t1.h8 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 Defi_partition.h48 #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/crypto/openssl/fuzz/
H A Dserver.c29 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/contrib/netbsd-tests/dev/audio/
H A Dh_pad_musa.c2 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 Dec_secp521r1.c28 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 Dgpt.h59 #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/sys/dev/aic7xxx/
H A Daic7xxx_seq.h9 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/contrib/processor-trace/libipt/test/src/
H A Dptunit-ild.c44 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/crypto/openssl/test/
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/libcbor/test/
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...]
/freebsd/crypto/openssl/ssl/
H A Dtls13_enc.c22 static const unsigned char label_prefix[] = { 0x74, 0x6C, 0x73, 0x31, 0x33, 0x20, 0x00 };
32 * |fatal| is set. Returns 1 on success 0 on failure.
51 return 0; in tls13_hkdf_expand()
64 return 0; in tls13_hkdf_expand()
67 if ((ret = EVP_MD_get_size(md)) <= 0) { in tls13_hkdf_expand()
73 return 0; in tls13_hkdf_expand()
79 (char *)mdname, 0); in tls13_hkdf_expand()
93 ret = EVP_KDF_derive(kctx, out, outlen, params) <= 0; in tls13_hkdf_expand()
96 if (ret != 0) { in tls13_hkdf_expand()
103 return ret == 0; in tls13_hkdf_expand()
[all …]

12345678910>>...34