/freebsd/crypto/krb5/src/lib/crypto/builtin/des/ |
H A D | weak_key.c | 46 {0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01}, 47 {0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe}, 48 {0x1f,0x1f,0x1f,0x1f,0x0e,0x0e,0x0e,0x0e}, 49 {0xe0,0xe0,0xe0,0xe0,0xf1,0xf1,0xf1,0xf1}, 52 {0x01,0xfe,0x01,0xfe,0x01,0xfe,0x01,0xfe}, 53 {0xfe,0x01,0xfe,0x01,0xfe,0x01,0xfe,0x01}, 55 {0x1f,0xe0,0x1f,0xe0,0x0e,0xf1,0x0e,0xf1}, 56 {0xe0,0x1f,0xe0,0x1f,0xf1,0x0e,0xf1,0x0e}, 58 {0x01,0xe0,0x01,0xe0,0x01,0xf1,0x01,0xf1}, 59 {0xe0,0x01,0xe0,0x01,0xf1,0x01,0xf1,0x01}, [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-veyron-jerry.dts | 25 pinctrl-0 = <&pmic_int_l &dvs_1 &dvs_2>; 45 #size-cells = <0>; 52 0x01 0x00 0x06 0x00 0x08 0x02 0x89 0x01 53 0x24 0x00 0x67 0x09 0x14 0x01 0x00 0x0f 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c 54 0x05 0x0c 0x06 0x0c 0x07 0x09 0x08 0x09 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c 55 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 0x24 0x00 0x67 0x09 0x14 0x02 0x00 0x0f 56 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c 0x05 0x0c 0x06 0x0c 0x07 0x09 0x08 0x09 57 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 58 0x24 0x00 0x67 0x09 0x14 0x03 0x00 0x0f 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c 59 0x05 0x0c 0x06 0x0c 0x07 0x09 0x08 0x09 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c [all …]
|
/freebsd/sys/crypto/des/ |
H A D | des_setkey.c | 65 int des_check_key=0; 71 for (i=0; i<DES_KEY_SZ; i++) in des_set_odd_parity() 79 for (i=0; i<DES_KEY_SZ; i++) in des_check_key_parity() 82 return(0); in des_check_key_parity() 99 {0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01}, 100 {0xFE,0xFE,0xFE,0xFE,0xFE,0xFE,0xFE,0xFE}, 101 {0x1F,0x1F,0x1F,0x1F,0x0E,0x0E,0x0E,0x0E}, 102 {0xE0,0xE0,0xE0,0xE0,0xF1,0xF1,0xF1,0xF1}, 104 {0x01,0xFE,0x01,0xFE,0x01,0xFE,0x01,0xFE}, 105 {0xFE,0x01,0xFE,0x01,0xFE,0x01,0xFE,0x01}, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | UnicodeNameToCodepointGenerated.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 397 "SPACECAL SYMBOL BOTTOMHEART-SHAPED EYESPUNCTUATION SIGN 0 WHEELED " 778 "BARROSSED OOMANIAN ORM FEED YUQ NAEOREHEAD YRILLIC 0 " 829 "TIKRAMAONG UEX0 SPEARYNAMIC 0 WHEAT26 EYYYHAYANNA3 AREPAOCK SALY-CREE " 904 "OTIPPIRASHAOTHALPEN-PTINNE MOOD0 HEERITSI0 GEE0 GBOPOLI 0 DWO COAT0 " 970 "UYOTUEZUEHE-VE-J0B904A0-0E80UKY0 EUDY8 I8 A72CA-3A-2A-19E37 O9819 " 971 "L8F06D7AWXAYD6206-0AZUB57B89A-4AUJAL2WAUWI " 973 "IY-1Y-2DIBDJA2-0DE6WOQ5 UBIBBUDVAU5B65575-0XAUXEH4 " 974 "EX-3BXGX-2CA9CAHX004-0 [all...] |
/freebsd/sys/crypto/aesni/ |
H A D | intel_sha256.c | 79 tmp = _mm_shuffle_epi32(tmp, 0xB1); // CDAB in intel_sha256_step() 80 state1 = _mm_shuffle_epi32(state1, 0x1B); // EFGH in intel_sha256_step() 82 state1 = _mm_blend_epi16(state1, tmp, 0xF0); // CDGH in intel_sha256_step() 84 shuf_mask = _mm_set_epi64x(0x0c0d0e0f08090a0bull, 0x0405060700010203ull); in intel_sha256_step() 86 while (num_blks > 0) { in intel_sha256_step() 91 // Rounds 0-3 in intel_sha256_step() 95 _mm_set_epi64x(0xE9B5DBA5B5C0FBCFull, 0x71374491428A2F98ull)); in intel_sha256_step() 97 msg = _mm_shuffle_epi32(msg, 0x0E); in intel_sha256_step() 104 _mm_set_epi64x(0xAB1C5ED5923F82A4ull, 0x59F111F13956C25Bull)); in intel_sha256_step() 106 msg = _mm_shuffle_epi32(msg, 0x0E); in intel_sha256_step() [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_pkinit_dh2key.c | 55 if (ret != 0) in test_dh2key() 59 memcmp(key.keyvalue.data, result->data, result->length) != 0) in test_dh2key() 71 /* 0 */ 124 "\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f" 125 "\x10\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e" 127 "\x0e\x0f\x10\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c" 128 "\x0d\x0e\x0f\x10\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b" 129 "\x0c\x0d\x0e\x0f\x10\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a" 130 "\x0b\x0c\x0d\x0e\x0f\x10\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09" 131 "\x0a\x0b\x0c\x0d\x0e\x0f\x10\x00\x01\x02\x03\x04\x05\x06\x07\x08" [all …]
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_client.c | 17 x = 0; in t0_parse7E_unsigned() 22 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_unsigned() 23 if (y < 0x80) { in t0_parse7E_unsigned() 41 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_signed() 42 if (y < 0x80) { in t0_parse7E_signed() 52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80) 53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F) 54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8) 55 #define T0_INT1(x) T0_FBYTE(x, 0) 56 #define T0_INT2(x) T0_VBYTE(x, 7), T0_FBYTE(x, 0) [all …]
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pclmul.c | 45 return br_cpuid(0, 0, 0x00000002, 0); in pclmul_supported() 52 return pclmul_supported() ? &br_ghash_pclmul : 0; in br_ghash_pclmul_get() 81 * chunks. We number chunks from 0 to 3 in left to right order. 92 #define BYTESWAP_PREP (void)0 99 byteswap1 = _mm_shufflelo_epi16(byteswap1, 0x1B); \ 100 byteswap1 = _mm_shufflehi_epi16(byteswap1, 0x1B); \ 101 (x) = _mm_shuffle_epi32(byteswap1, 0x4E); \ 102 } while (0) 107 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); \ 108 } while (0) [all …]
|
/freebsd/crypto/openssl/crypto/des/ |
H A D | set_key.c | 63 for (i = 0; i < DES_KEY_SZ; i++) in DES_set_odd_parity() 69 * Return 1 if parity is okay and 0 if not. 76 for (i = 0; i < DES_KEY_SZ; i++) { in DES_check_key_parity() 96 {0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01}, 97 {0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE}, 98 {0x1F, 0x1F, 0x1F, 0x1F, 0x0E, 0x0E, 0x0E, 0x0E}, 99 {0xE0, 0xE0, 0xE0, 0xE0, 0xF1, 0xF1, 0xF1, 0xF1}, 101 {0x01, 0xFE, 0x01, 0xFE, 0x01, 0xFE, 0x01, 0xFE}, 102 {0xFE, 0x01, 0xFE, 0x01, 0xFE, 0x01, 0xFE, 0x01}, 103 {0x1F, 0xE0, 0x1F, 0xE0, 0x0E, 0xF1, 0x0E, 0xF1}, [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/sys/dev/usb/net/ |
H A D | if_kuefw.h | 41 * command (0xFF). The basic operation is that we must load the 48 * 0x02 (replacement interrupt vector data) and the fixup segment 49 * is of type 0x03 (replacement interrupt fixup data). The interrupt 50 * code is 0x64 (load new code). The length word is the total length 58 #define KUE_QTBTYPE_WRITE_DATA 0x00 60 #define KUE_QTBTYPE_WRITE_INTVEC 0x01 62 #define KUE_QTBTYPE_REPL_INTVEC 0x02 64 #define KUE_QTBTYPE_FIXUP_INTVEC 0x03 66 #define KUE_QTBTYPE_JUMP 0x04 68 #define KUE_QTBTYPE_CALL 0x05 [all …]
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ghashv8-armx.S | 9 # define INST(a,b,c,d) .byte c,0xef,a,b 12 # define INST(a,b,c,d) .byte a,b,c,0xf2 21 vmov.i8 q11,#0xe1 22 vshl.i64 q11,q11,#57 @ 0xc2.0 26 vext.8 q8,q10,q11,#8 @ t0=0xc2....01 35 vst1.64 {q12},[r0]! @ store Htable[0] 39 INST(0xa8,0x0e,0xa8,0xf2) @ pmull q0,q12,q12 41 INST(0xa9,0x4e,0xa9,0xf2) @ pmull2 q2,q12,q12 42 INST(0xa0,0x2e,0xa0,0xf2) @ pmull q1,q8,q8 48 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase [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() 109 "\x20\x4d\x61\x6e\x63\x68\x65\x73\x74\x65\x72\x31\x10\x30\x0e\x06" 120 "\x10\x30\x0e\x06\x03\x55\x04\x07\x13\x07\x53\x61\x6c\x66\x6f\x72" 144 "\x81\x8b\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x0b\x58\xe5" 146 "\xff\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01" 167 "\x04\x0e\xbe\x0b\x83\xa6\x17\x83\xb9\x30\x12\xa0\xc5\x33\x15\x05" [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | pgp | 9 0 beshort 0xa600 PGP encrypted data 11 #0 string -----BEGIN\040PGP text/PGP armored data 29 >>&0 use pgp 30 0 string -----BEGIN\040PGP\040MESSAGE- PGP message 37 >>&0 use pgp 39 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE- PGP signed message 44 0 string -----BEGIN\040PGP\040SIGNATURE- PGP signature 49 >>&0 use pgp 56 0 name pgp 57 >0 byte 0x67 Reserved (old) [all …]
|
H A D | ti-8x | 13 0 string **TI80** TI-80 Graphing Calculator File. 14 0 string **TI81** TI-81 Graphing Calculator File. 18 0 string **TI73** TI-73 Graphing Calculator 19 >0x00003B byte 0x00 (real number) 20 >0x00003B byte 0x01 (list) 21 >0x00003B byte 0x02 (matrix) 22 >0x00003B byte 0x03 (equation) 23 >0x00003B byte 0x04 (string) 24 >0x00003B byte 0x05 (program) 25 >0x00003B byte 0x06 (assembly program) [all …]
|
/freebsd/sys/dev/bxe/ |
H A D | 57711_init_values.c | 55 {OP_WR, 0x600dc, 0x1}, 56 {OP_SW, 0x61000, 0x2000000}, 57 {OP_RD, 0x600d8, 0x0}, 58 {OP_SW, 0x60200, 0x30200}, 59 {OP_WR, 0x600dc, 0x0}, 62 {OP_RD, 0x600b8, 0x0}, 63 {OP_RD, 0x600c8, 0x0}, 64 {OP_WR, 0x6016c, 0x0}, 67 {OP_RD, 0x600bc, 0x0}, 68 {OP_RD, 0x600cc, 0x0}, [all …]
|
H A D | 57710_init_values.c | 55 {OP_WR, 0x600dc, 0x1}, 56 {OP_SW, 0x61000, 0x2000000}, 57 {OP_RD, 0x600d8, 0x0}, 58 {OP_SW, 0x60200, 0x30200}, 59 {OP_WR, 0x600dc, 0x0}, 62 {OP_WR, 0x60068, 0xb8}, 63 {OP_WR, 0x60078, 0x114}, 64 {OP_RD, 0x600b8, 0x0}, 65 {OP_RD, 0x600c8, 0x0}, 68 {OP_WR, 0x6006c, 0xb8}, [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | destest.c | 34 {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 35 {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}, 36 {0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 37 {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11}, 38 {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF}, 39 {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11}, 40 {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 41 {0xFE, 0xDC, 0xBA, 0x98, 0x76, 0x54, 0x32, 0x10}, 42 {0x7C, 0xA1, 0x10, 0x45, 0x4A, 0x1A, 0x6E, 0x57}, 43 {0x01, 0x31, 0xD9, 0x61, 0x9D, 0xC1, 0x37, 0x6E}, [all …]
|
H A D | evp_libctx_test.c | 44 OPT_EOF = 0, 68 if (id >= 0 && id < 3) in getname() 82 int ret = 0; in test_dsa_param_keygen() 102 * A value of 0 uses p, 1 uses q and 2 uses g. in test_dsa_param_keygen() 108 expected = (pind == 0 && qind == 1 && gind == 2); in test_dsa_param_keygen() 127 || !TEST_int_gt(EVP_PKEY_keygen_init(gen_ctx), 0) in test_dsa_param_keygen() 154 int ret = 0; in do_dh_param_keygen() 165 * A value of 0 uses p, 1 uses q and 2 uses g. in do_dh_param_keygen() 171 expected = (pind == 0 && qind == 1 && gind == 2); in do_dh_param_keygen() 190 || !TEST_int_gt(EVP_PKEY_keygen_init(gen_ctx), 0) in do_dh_param_keygen() [all …]
|
H A D | acvp_test.inc | 11 #define FAIL 0 54 0x50, 0x0F, 0x05, 0x86, 0xD3, 0xAA, 0x8A, 0x48, 55 0x46, 0x63, 0x0D, 0xD7, 0xC7, 0x5D, 0x5F, 0x1D, 56 0xB2, 0xA7, 0x9B, 0xE8, 0xC8, 0xBB, 0xBE, 0x2C, 57 0x93, 0x33, 0xDC, 0xCB, 0xBB, 0x2F, 0xB3, 0xCF, 58 0x55, 0x88, 0x7A, 0x97, 0xD1, 0x75, 0x73, 0xFE, 59 0x92, 0x02, 0x5C, 0xC8, 0xE3, 0xF4, 0x35, 0x4B, 60 0x08, 0x7E, 0xF4, 0xD3, 0x7D, 0x86, 0x06, 0x92, 61 0xBA, 0x15, 0x3F, 0xCF, 0x0C, 0xC4, 0xBF, 0xBC, 65 0x1F, 0x74, 0xD6, 0x99, 0xEB, 0x1D, 0x4F, 0x26, [all …]
|
/freebsd/crypto/libecc/include/libecc/curves/known/ |
H A D | ec_params_brainpoolp320r1.h | 8 0xd3, 0x5e, 0x47, 0x20, 0x36, 0xbc, 0x4f, 0xb7, 9 0xe1, 0x3c, 0x78, 0x5e, 0xd2, 0x01, 0xe0, 0x65, 10 0xf9, 0x8f, 0xcf, 0xa6, 0xf6, 0xf4, 0x0d, 0xef, 11 0x4f, 0x92, 0xb9, 0xec, 0x78, 0x93, 0xec, 0x28, 12 0xfc, 0xd4, 0x12, 0xb1, 0xf1, 0xb3, 0x2e, 0x27, 19 0x01, 0x40, 26 0x2c, 0xa1, 0xb8, 0xdf, 0xc9, 0x43, 0xb0, 0x48, 27 0x1e, 0xc3, 0x87, 0xa1, 0x2d, 0xfe, 0x1f, 0x9a, 28 0x06, 0x70, 0x30, 0x59, 0x09, 0x0b, 0xf2, 0x10, 29 0xb0, 0x6d, 0x46, 0x13, 0x87, 0x6c, 0x13, 0xd7, [all …]
|
H A D | ec_params_brainpoolp512t1.h | 8 0xaa, 0xdd, 0x9d, 0xb8, 0xdb, 0xe9, 0xc4, 0x8b, 9 0x3f, 0xd4, 0xe6, 0xae, 0x33, 0xc9, 0xfc, 0x07, 10 0xcb, 0x30, 0x8d, 0xb3, 0xb3, 0xc9, 0xd2, 0x0e, 11 0xd6, 0x63, 0x9c, 0xca, 0x70, 0x33, 0x08, 0x71, 12 0x7d, 0x4d, 0x9b, 0x00, 0x9b, 0xc6, 0x68, 0x42, 13 0xae, 0xcd, 0xa1, 0x2a, 0xe6, 0xa3, 0x80, 0xe6, 14 0x28, 0x81, 0xff, 0x2f, 0x2d, 0x82, 0xc6, 0x85, 15 0x28, 0xaa, 0x60, 0x56, 0x58, 0x3a, 0x48, 0xf3, 22 0x02, 0x00, 29 0x55, 0x22, 0x62, 0x47, 0x24, 0x16, 0x3b, 0x74, [all …]
|
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
H A D | t_decrypt.c | 44 { KV5M_DATA, 0, "", }, 0, 46 "\x7A\x25\xDF\x89\x92\x29\x6D\xCE\xDA\x0E\x13\x5B\xC4\x04\x6E\x23" 92 "\x89\x43\x3E\x83\xFD\x0E\xA3\x66\x6C\xFF\xCD\x18\xD8\xDE\xEB\xC5" 100 { KV5M_DATA, 0, "", }, 0, 150 { KV5M_DATA, 0, "", }, 0, 200 { KV5M_DATA, 0, "", }, 0, 211 "\x98\x45\x0E\x3F\x3B\xAA\x13\xF5\xC9\x9B\xEB\x93\x69\x81\xB0\x6F" }, 232 "\xEC\x36\x6D\x03\x27\xA9\x33\xBF\x49\x33\x0E\x65\x0E\x49\xBC\x6B" 250 { KV5M_DATA, 0, "", }, 0, 305 { KV5M_DATA, 0, "", }, 0, [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_phy.c | 35 { 0 }, 39 /* 6 Mb */ { AH_TRUE, OFDM, 6000, 0x0b, 0x00, (0x80|12), 0 }, 40 /* 9 Mb */ { AH_TRUE, OFDM, 9000, 0x0f, 0x00, 18, 0 }, 41 /* 12 Mb */ { AH_TRUE, OFDM, 12000, 0x0a, 0x00, (0x80|24), 2 }, 42 /* 18 Mb */ { AH_TRUE, OFDM, 18000, 0x0e, 0x00, 36, 2 }, 43 /* 24 Mb */ { AH_TRUE, OFDM, 24000, 0x09, 0x00, (0x80|48), 4 }, 44 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 }, 45 /* 48 Mb */ { AH_TRUE, OFDM, 48000, 0x08, 0x00, 96, 4 }, 46 /* 54 Mb */ { AH_TRUE, OFDM, 54000, 0x0c, 0x00, 108, 4 } 52 { 0 }, [all …]
|
/freebsd/contrib/bearssl/samples/ |
H A D | chain-ec.h | 34 0x30, 0x82, 0x01, 0xB0, 0x30, 0x82, 0x01, 0x56, 0xA0, 0x03, 0x02, 0x01, 35 0x02, 0x02, 0x14, 0x1C, 0x4D, 0x00, 0x91, 0x69, 0xE2, 0x46, 0xAC, 0x90, 36 0x7C, 0x64, 0x5C, 0x53, 0xF1, 0xFF, 0xB7, 0xC1, 0xCB, 0x6E, 0x7A, 0x30, 37 0x0A, 0x06, 0x08, 0x2A, 0x86, 0x48, 0xCE, 0x3D, 0x04, 0x03, 0x02, 0x30, 38 0x27, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 39 0x43, 0x41, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 40 0x0F, 0x49, 0x6E, 0x74, 0x65, 0x72, 0x6D, 0x65, 0x64, 0x69, 0x61, 0x74, 41 0x65, 0x20, 0x43, 0x41, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x30, 0x30, 0x31, 42 0x30, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5A, 0x17, 0x0D, 0x33, 43 0x37, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5A, [all …]
|