| /src/crypto/external/apache2/openssl/lib/libdefault/prov/ |
| der_ecx.h | 21 #define DER_OID_V_id_X25519 DER_P_OBJECT, 3, 0x2B, 0x65, 0x6E 28 #define DER_OID_V_id_X448 DER_P_OBJECT, 3, 0x2B, 0x65, 0x6F 35 #define DER_OID_V_id_Ed25519 DER_P_OBJECT, 3, 0x2B, 0x65, 0x70 42 #define DER_OID_V_id_Ed448 DER_P_OBJECT, 3, 0x2B, 0x65, 0x71
|
| der_ml_dsa.h | 21 #define DER_OID_V_id_ml_dsa_44 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x11 28 #define DER_OID_V_id_ml_dsa_65 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x12 35 #define DER_OID_V_id_ml_dsa_87 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x13
|
| der_slh_dsa.h | 21 #define DER_OID_V_id_slh_dsa_sha2_128s DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x14 28 #define DER_OID_V_id_slh_dsa_sha2_128f DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x15 35 #define DER_OID_V_id_slh_dsa_sha2_192s DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x16 42 #define DER_OID_V_id_slh_dsa_sha2_192f DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x17 49 #define DER_OID_V_id_slh_dsa_sha2_256s DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x18 56 #define DER_OID_V_id_slh_dsa_sha2_256f DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x19 63 #define DER_OID_V_id_slh_dsa_shake_128s DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x1A 70 #define DER_OID_V_id_slh_dsa_shake_128f DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x1B 77 #define DER_OID_V_id_slh_dsa_shake_192s DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x1C 84 #define DER_OID_V_id_slh_dsa_shake_192f DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x1 [all...] |
| der_digests.h | 20 #define DER_OID_V_sigAlgs DER_P_OBJECT, 8, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03 52 #define DER_OID_V_id_sha256 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01 59 #define DER_OID_V_id_sha384 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02 66 #define DER_OID_V_id_sha512 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03 73 #define DER_OID_V_id_sha224 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04 80 #define DER_OID_V_id_sha512_224 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x05 87 #define DER_OID_V_id_sha512_256 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x06 94 #define DER_OID_V_id_sha3_224 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x07 101 #define DER_OID_V_id_sha3_256 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x08 108 #define DER_OID_V_id_sha3_384 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x0 [all...] |
| der_dsa.h | 36 #define DER_OID_V_id_dsa_with_sha224 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x01 43 #define DER_OID_V_id_dsa_with_sha256 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x02 50 #define DER_OID_V_id_dsa_with_sha384 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x03 57 #define DER_OID_V_id_dsa_with_sha512 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x04 64 #define DER_OID_V_id_dsa_with_sha3_224 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x05 71 #define DER_OID_V_id_dsa_with_sha3_256 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x06 78 #define DER_OID_V_id_dsa_with_sha3_384 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x07 85 #define DER_OID_V_id_dsa_with_sha3_512 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x08
|
| der_wrap.h | 29 #define DER_OID_V_id_aes128_wrap DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x05 36 #define DER_OID_V_id_aes192_wrap DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x19 43 #define DER_OID_V_id_aes256_wrap DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2D
|
| /src/crypto/external/bsd/openssl/lib/libdefault/prov/ |
| der_ecx.h | 21 #define DER_OID_V_id_X25519 DER_P_OBJECT, 3, 0x2B, 0x65, 0x6E 28 #define DER_OID_V_id_X448 DER_P_OBJECT, 3, 0x2B, 0x65, 0x6F 35 #define DER_OID_V_id_Ed25519 DER_P_OBJECT, 3, 0x2B, 0x65, 0x70 42 #define DER_OID_V_id_Ed448 DER_P_OBJECT, 3, 0x2B, 0x65, 0x71
|
| der_digests.h | 20 #define DER_OID_V_sigAlgs DER_P_OBJECT, 8, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03 52 #define DER_OID_V_id_sha256 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01 59 #define DER_OID_V_id_sha384 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02 66 #define DER_OID_V_id_sha512 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03 73 #define DER_OID_V_id_sha224 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04 80 #define DER_OID_V_id_sha512_224 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x05 87 #define DER_OID_V_id_sha512_256 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x06 94 #define DER_OID_V_id_sha3_224 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x07 101 #define DER_OID_V_id_sha3_256 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x08 108 #define DER_OID_V_id_sha3_384 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x0 [all...] |
| der_dsa.h | 36 #define DER_OID_V_id_dsa_with_sha224 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x01 43 #define DER_OID_V_id_dsa_with_sha256 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x02 50 #define DER_OID_V_id_dsa_with_sha384 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x03 57 #define DER_OID_V_id_dsa_with_sha512 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x04 64 #define DER_OID_V_id_dsa_with_sha3_224 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x05 71 #define DER_OID_V_id_dsa_with_sha3_256 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x06 78 #define DER_OID_V_id_dsa_with_sha3_384 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x07 85 #define DER_OID_V_id_dsa_with_sha3_512 DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x08
|
| der_wrap.h | 29 #define DER_OID_V_id_aes128_wrap DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x05 36 #define DER_OID_V_id_aes192_wrap DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x19 43 #define DER_OID_V_id_aes256_wrap DER_P_OBJECT, 9, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2D
|
| /src/external/bsd/ppp/dist/pppd/ |
| crypto.c | 263 0x4f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x63, 264 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x20, 0x73, 0x69, 265 0x64, 0x65, 0x2c, 0x20, 0x74, 0x68, 0x69, 0x73, 266 0x20, 0x69, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 267 0x73, 0x65, 0x6e, 0x64, 0x20, 0x6b, 0x65, 0x79, 268 0x3b, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 269 0x20, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x20, 270 0x73, 0x69, 0x64, 0x65, 0x2c, 0x20, 0x69, 0x74 [all...] |
| mppe.c | 175 0x68, 0x65, 0x20, 0x4d, 0x50, 0x50, 0x45, 0x20, 0x4d, 176 0x61, 0x73, 0x74, 0x65, 0x72, 0x20, 0x4b, 0x65, 0x79 }; 180 { 0x4f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x63, 0x6c, 0x69, 181 0x65, 0x6e, 0x74, 0x20, 0x73, 0x69, 0x64, 0x65, 0x2c, 0x20, 183 0x65, 0x20, 0x73, 0x65, 0x6e, 0x64, 0x20, 0x6b, 0x65, 0x79, 184 0x3b, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73 [all...] |
| /src/external/mit/libcbor/dist/test/ |
| type_3_test.c | 34 unsigned char short_string_data[] = {0x6C, 0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x20, 52 0x6F, 0xC4, 0x8C, 0x61, 0x75, 0x65, 0x73, 0x20, 53 0xC3, 0x9F, 0x76, 0xC4, 0x9B, 0x74, 0x65, 0x21}; 70 0x78, 0x96, 0x4C, 0x6F, 0x72, 0x65, 0x6D, 0x20, 0x69, 0x70, 0x73, 0x75, 72 0x61, 0x6D, 0x65, 0x74, 0x2C, 0x20, 0x63, 0x6F, 0x6E, 0x73, 0x65, 0x63, 73 0x74, 0x65, 0x74, 0x75, 0x72, 0x20, 0x61, 0x64, 0x69, 0x70, 0x69, 0x73, 74 0x63, 0x69, 0x6E, 0x67, 0x20, 0x65, 0x6C, 0x69, 0x74, 0x2E, 0x20, 0x44, 75 0x6F, 0x6E, 0x65, 0x63, 0x20, 0x6D, 0x69, 0x20, 0x74, 0x65, 0x6C, 0x6C [all...] |
| unicode_test.c | 28 unsigned char invalid_sequence_data[] = {0x65, 0xC4, 0x00};
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| ms_funcs.c | 234 0x4D, 0x61, 0x67, 0x69, 0x63, 0x20, 0x73, 0x65, 0x72, 0x76, 235 0x65, 0x72, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x6C, 0x69, 0x65, 241 0x65, 0x20, 0x69, 0x74, 0x20, 0x64, 0x6F, 0x20, 0x6D, 0x6F, 242 0x72, 0x65, 0x20, 0x74, 0x68, 0x61, 0x6E, 0x20, 0x6F, 0x6E, 243 0x65, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6F, 330 0x68, 0x65, 0x20, 0x4d, 0x50, 0x50, 0x45, 0x20, 0x4d, 331 0x61, 0x73, 0x74, 0x65, 0x72, 0x20, 0x4b, 0x65, 0x7 [all...] |
| /src/sys/dev/microcode/aic7xxx/ |
| aic7xxx_seq.h | 11 0x00, 0x65, 0xec, 0x59, 40 0x00, 0x65, 0xcc, 0x58, 67 0x00, 0x65, 0xf2, 0x58, 75 0x00, 0x65, 0xf2, 0x58, 77 0x00, 0x65, 0xaa, 0x50, 79 0x00, 0x65, 0xaa, 0x48, 83 0x00, 0x65, 0xf2, 0x58, 93 0x00, 0x65, 0x20, 0x41, 95 0x00, 0x65, 0x9e, 0x40, 99 0x00, 0x65, 0xae, 0x40 [all...] |
| /src/sys/crypto/chacha/ |
| chacha_selftest.c | 179 0x54,0x68,0x65,0x20, 0x64,0x68,0x6f,0x6c, 180 0x65,0x20,0x28,0x70, 0x72,0x6f,0x6e,0x6f, 181 0x75,0x6e,0x63,0x65, 0x64,0x20,0x22,0x64, 182 0x6f,0x6c,0x65,0x22, 0x29,0x20,0x69,0x73, 185 0x68,0x65,0x20,0x41, 0x73,0x69,0x61,0x74, 187 0x64,0x6f,0x67,0x2c, 0x20,0x72,0x65,0x64, 192 0x62,0x6f,0x75,0x74, 0x20,0x74,0x68,0x65, 193 0x20,0x73,0x69,0x7a, 0x65,0x20,0x6f,0x66, 194 0x20,0x61,0x20,0x47, 0x65,0x72,0x6d,0x61, 195 0x6e,0x20,0x73,0x68, 0x65,0x70,0x68,0x65 [all...] |
| /src/external/bsd/pam-u2f/dist/fuzz/ |
| wiredata.h | 23 0x31, 0x02, 0x85, 0x6b, 0x63, 0x72, 0x65, 0x64, \ 24 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x6b, \ 26 0x63, 0x2d, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, \ 27 0x6c, 0x6c, 0x61, 0x72, 0x67, 0x65, 0x42, 0x6c, \ 28 0x6f, 0x62, 0x4b, 0x65, 0x79, 0x68, 0x63, 0x72, \ 29 0x65, 0x64, 0x42, 0x6c, 0x6f, 0x62, 0x6c, 0x6d, \ 30 0x69, 0x6e, 0x50, 0x69, 0x6e, 0x4c, 0x65, 0x6e, \ 36 0x74, 0xf4, 0x68, 0x63, 0x72, 0x65, 0x64, 0x4d, \ 39 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x50, 0x69, [all...] |
| /src/external/gpl2/groff/dist/src/devices/grolbp/ |
| charset.h | 7 0x72,0x64,0x65,0x2d,0x42,0x6f,0x6f,0x6b,0x00,0x41,0x76, 8 0x61,0x6e,0x74,0x47,0x61,0x72,0x64,0x65,0x2d,0x44,0x65, 10 0x64,0x65,0x2d,0x42,0x6f,0x6f,0x6b,0x4f,0x62,0x6c,0x69, 11 0x71,0x75,0x65,0x00,0x41,0x76,0x61,0x6e,0x74,0x47,0x61, 12 0x72,0x64,0x65,0x2d,0x44,0x65,0x6d,0x69,0x4f,0x62,0x6c, 13 0x69,0x71,0x75,0x65,0x00,0x42,0x6f,0x6f,0x6b,0x6d,0x61, 15 0x6b,0x6d,0x61,0x6e,0x2d,0x44,0x65,0x6d,0x69,0x00,0x42, 18 0x6b,0x6d,0x61,0x6e,0x2d,0x44,0x65,0x6d,0x69,0x49,0x74 [all...] |
| /src/external/bsd/libfido2/dist/regress/ |
| compress.c | 129 0x61, 0x76, 0x61, 0x6e, 0x20, 0x62, 0x72, 0x65, 130 0x64, 0x65, 0x73, 0x20, 0x4c, 0x41, 0x4d, 0x20, 133 0x67, 0x6f, 0x74, 0x20, 0x72, 0x65, 0x76, 0x6f, 135 0x49, 0x6f, 0x64, 0x61, 0x6d, 0x6f, 0x65, 0x62, 139 0x65, 0x74, 0x74, 0x65, 0x20, 0x61, 0x63, 0x72, 140 0x69, 0x64, 0x69, 0x6e, 0x65, 0x20, 0x68, 0x6f, 142 0x61, 0x65, 0x61, 0x6e, 0x20, 0x63, 0x6f, 0x6e, 143 0x63, 0x65, 0x72, 0x74, 0x69, 0x6e, 0x69, 0x73, 144 0x74, 0x20, 0x74, 0x65, 0x74, 0x72, 0x61, 0x70 [all...] |
| /src/tests/lib/libc/locale/ |
| t_iconv.c | 89 0x54,0x68,0x65,0x20, 0x6e,0x65,0x78,0x74, 90 0x20,0x73,0x65,0x6e, 0x74,0x65,0x6e,0x63, 91 0x65,0x20,0x69,0x73, 0x20,0x69,0x6e,0x20, 96 0x82,0x42,0x79,0x65, 0x2e 101 0x54,0x68,0x65,0x20,0x6e,0x65,0x78,0x74, 102 0x20,0x73,0x65,0x6e,0x74,0x65,0x6e,0x63 [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| rctest.c | 60 0x68, 0x6b, 0xe4, 0x70, 0xe4, 0x69, 0x64, 0x65, 63 0x75, 0x2e, 0x20, 0x4b, 0x65, 0x73, 0xe4, 0x79, 69 0x76, 0x65, 0x72, 0x68, 0x6f, 0x75, 0x75, 0x2e, 71 0x6c, 0x6f, 0x69, 0x74, 0x73, 0x65, 0x2c, 0x20, 72 0x73, 0x75, 0x72, 0x65, 0x20, 0x68, 0x75, 0x6f, 74 0x74, 0x61, 0x20, 0x6d, 0x65, 0x74, 0x73, 0xe4, 76 0x73, 0x20, 0x6d, 0x75, 0x6c, 0x6c, 0x65, 0x20, 79 0x69, 0x6c, 0x76, 0x65, 0x6e, 0x2c, 0x20, 0x6d, 83 0x75, 0x75, 0x6c, 0x69, 0x73, 0x65, 0x6e, 0x2c, 88 0x61, 0x72, 0x6a, 0x6f, 0x74, 0x20, 0x76, 0x65, [all...] |
| /src/sys/arch/sparc64/sparc64/ |
| static_edid.c | 54 /* 60 */ 0x61, 0x74, 0x75, 0x72, 0x65, 0x74, 0x65, 0x63, 56 /* 70 */ 0x00, 0x4d, 0x65, 0x73, 0x6f, 0x20, 0x39, 0x39,
|
| /src/sys/external/isc/libsodium/dist/test/default/ |
| core1.c | 13 static unsigned char c[16] = { 0x65, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x20, 0x33, 14 0x32, 0x2d, 0x62, 0x79, 0x74, 0x65, 0x20, 0x6b };
|
| core2.c | 15 static unsigned char c[16] = { 0x65, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x20, 0x33, 16 0x32, 0x2d, 0x62, 0x79, 0x74, 0x65, 0x20, 0x6b };
|