Home
last modified time | relevance | path

Searched +full:0 +full:x31 (Results 1 – 25 of 962) sorted by relevance

12345678910>>...39

/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()
107 "\x81\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x47\x42\x31\x1b"
109 "\x20\x4d\x61\x6e\x63\x68\x65\x73\x74\x65\x72\x31\x10\x30\x0e\x06"
110 "\x03\x55\x04\x07\x13\x07\x53\x61\x6c\x66\x6f\x72\x64\x31\x1a\x30"
112 "\x41\x20\x4c\x69\x6d\x69\x74\x65\x64\x31\x27\x30\x25\x06\x03\x55"
115 "\x74\x79\x30\x1e\x17\x0d\x30\x36\x31\x32\x30\x31\x30\x30\x30\x30"
[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 …]
H A Daic79xx_seq.h9 0xff, 0x02, 0x06, 0x78,
10 0x00, 0xea, 0x6e, 0x59,
11 0x01, 0xea, 0x04, 0x30,
12 0xff, 0x04, 0x0c, 0x78,
13 0x19, 0xea, 0x6e, 0x59,
14 0x19, 0xea, 0x04, 0x00,
15 0x33, 0xea, 0x68, 0x59,
16 0x33, 0xea, 0x00, 0x00,
17 0x60, 0x3a, 0x3a, 0x68,
18 0x04, 0x4d, 0x35, 0x78,
[all …]
/freebsd/crypto/openssl/test/
H A Dcmsapitest.c25 int testresult = 0; in test_encrypt_decrypt()
36 if (!TEST_int_gt(sk_X509_push(certstack, cert), 0)) in test_encrypt_decrypt()
49 || !TEST_int_eq(strcmp(buf, msg), 0)) in test_encrypt_decrypt()
59 return testresult && TEST_int_eq(ERR_peek_error(), 0); in test_encrypt_decrypt()
86 int ret = 0; in test_d2i_CMS_bio_NULL()
95 0x30, 0x82, 0x05, 0xc5, 0x06, 0x09, 0x2a, 0x86, in test_d2i_CMS_bio_NULL()
96 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02, 0xa0, in test_d2i_CMS_bio_NULL()
97 0x82, 0x05, 0xb6, 0x30, 0x82, 0x05, 0xb2, 0x02, in test_d2i_CMS_bio_NULL()
98 0x01, 0x01, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x09, in test_d2i_CMS_bio_NULL()
99 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, in test_d2i_CMS_bio_NULL()
[all …]
H A Dpkcs7_test.c20 0x30, 0x82, 0x01, 0x51, 0x30, 0x81, 0xf7, 0xa0, 0x03, 0x02, 0x01, 0x02,
21 0x02, 0x02, 0x03, 0x09, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce,
22 0x3d, 0x04, 0x03, 0x02, 0x30, 0x27, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03,
23 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x18, 0x30, 0x16, 0x06,
24 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0f, 0x63, 0x72, 0x79, 0x70, 0x74, 0x6f,
25 0x67, 0x72, 0x61, 0x70, 0x68, 0x79, 0x20, 0x43, 0x41, 0x30, 0x1e, 0x17,
26 0x0d, 0x31, 0x37, 0x30, 0x31, 0x30, 0x31, 0x31, 0x32, 0x30, 0x31, 0x30,
27 0x30, 0x5a, 0x17, 0x0d, 0x33, 0x38, 0x31, 0x32, 0x33, 0x31, 0x30, 0x38,
28 0x33, 0x30, 0x30, 0x30, 0x5a, 0x30, 0x27, 0x31, 0x0b, 0x30, 0x09, 0x06,
29 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x18, 0x30, 0x16,
[all …]
H A Dlocaletest.c27 0x30, 0x82, 0x03, 0x09, 0x30, 0x82, 0x01, 0xf1, 0xa0, 0x03, 0x02, 0x01, in setup_tests()
28 0x02, 0x02, 0x14, 0x08, 0xe0, 0x8c, 0xd3, 0xf3, 0xbf, 0x2c, 0xf2, 0x0d, in setup_tests()
29 0x0a, 0x75, 0xd1, 0xe8, 0xea, 0xbe, 0x70, 0x61, 0xd9, 0x67, 0xf9, 0x30, in setup_tests()
30 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b, in setup_tests()
31 0x05, 0x00, 0x30, 0x14, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, in setup_tests()
32 0x03, 0x0c, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x68, 0x6f, 0x73, 0x74, in setup_tests()
33 0x30, 0x1e, 0x17, 0x0d, 0x32, 0x32, 0x30, 0x34, 0x31, 0x31, 0x31, 0x34, in setup_tests()
34 0x31, 0x39, 0x35, 0x37, 0x5a, 0x17, 0x0d, 0x32, 0x32, 0x30, 0x35, 0x31, in setup_tests()
35 0x31, 0x31, 0x34, 0x31, 0x39, 0x35, 0x37, 0x5a, 0x30, 0x14, 0x31, 0x12, in setup_tests()
36 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x09, 0x6c, 0x6f, 0x63, in setup_tests()
[all …]
H A Dpkcs12_format_test.c37 0x30, 0x82, 0x01, 0xed, 0x30, 0x82, 0x01, 0x56, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x09, 0x00,
38 0x8b, 0x4b, 0x5e, 0x6c, 0x03, 0x28, 0x4e, 0xe6, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86,
39 0xf7, 0x0d, 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x19, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55,
40 0x04, 0x03, 0x0c, 0x0e, 0x50, 0x31, 0x32, 0x54, 0x65, 0x73, 0x74, 0x2d, 0x52, 0x6f, 0x6f, 0x74,
41 0x2d, 0x41, 0x30, 0x1e, 0x17, 0x0d, 0x31, 0x39, 0x30, 0x39, 0x33, 0x30, 0x30, 0x30, 0x34, 0x36,
42 0x35, 0x36, 0x5a, 0x17, 0x0d, 0x32, 0x39, 0x30, 0x39, 0x32, 0x37, 0x30, 0x30, 0x34, 0x36, 0x35,
43 0x36, 0x5a, 0x30, 0x1b, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x10, 0x50,
44 0x31, 0x32, 0x54, 0x65, 0x73, 0x74, 0x2d, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2d, 0x31, 0x30,
45 0x81, 0x9f, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05,
46 0x00, 0x03, 0x81, 0x8d, 0x00, 0x30, 0x81, 0x89, 0x02, 0x81, 0x81, 0x00, 0xbc, 0xdc, 0x6f, 0x8c,
[all …]
/freebsd/contrib/bearssl/samples/
H A Dchain-ec.h34 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 …]
H A Dchain-ec+rsa.h34 0x30, 0x82, 0x02, 0x71, 0x30, 0x82, 0x01, 0x59, 0xA0, 0x03, 0x02, 0x01,
35 0x02, 0x02, 0x14, 0x6E, 0x63, 0xBB, 0x49, 0xCE, 0x41, 0x7E, 0x03, 0x8C,
36 0xF5, 0x46, 0xF2, 0x8A, 0xAE, 0x61, 0x08, 0x35, 0xB0, 0x94, 0xB3, 0x30,
37 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B,
38 0x05, 0x00, 0x30, 0x27, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04,
39 0x06, 0x13, 0x02, 0x43, 0x41, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55,
40 0x04, 0x03, 0x13, 0x0F, 0x49, 0x6E, 0x74, 0x65, 0x72, 0x6D, 0x65, 0x64,
41 0x69, 0x61, 0x74, 0x65, 0x20, 0x43, 0x41, 0x30, 0x1E, 0x17, 0x0D, 0x31,
42 0x30, 0x30, 0x31, 0x30, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5A,
43 0x17, 0x0D, 0x33, 0x37, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x35, 0x39,
[all …]
H A Dchain-rsa.h34 0x30, 0x82, 0x03, 0x3C, 0x30, 0x82, 0x02, 0x24, 0xA0, 0x03, 0x02, 0x01,
35 0x02, 0x02, 0x14, 0x58, 0xDA, 0xBA, 0x36, 0xCD, 0xED, 0xA0, 0xDA, 0x5C,
36 0x10, 0x33, 0x73, 0x8E, 0x0C, 0x64, 0x92, 0x79, 0x92, 0xAF, 0x03, 0x30,
37 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B,
38 0x05, 0x00, 0x30, 0x27, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04,
39 0x06, 0x13, 0x02, 0x43, 0x41, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55,
40 0x04, 0x03, 0x13, 0x0F, 0x49, 0x6E, 0x74, 0x65, 0x72, 0x6D, 0x65, 0x64,
41 0x69, 0x61, 0x74, 0x65, 0x20, 0x43, 0x41, 0x30, 0x1E, 0x17, 0x0D, 0x31,
42 0x30, 0x30, 0x31, 0x30, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5A,
43 0x17, 0x0D, 0x33, 0x37, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x35, 0x39,
[all …]
/freebsd/contrib/bearssl/src/int/
H A Di62_modpow2.c41 } while (0)
58 } while (0)
68 fmacc = _addcarry_u64(0, fmalo, (v1), &fmalo); \
69 _addcarry_u64(fmacc, fmahi, 0, &fmahi); \
70 fmacc = _addcarry_u64(0, fmalo, (v2), &(lo)); \
71 _addcarry_u64(fmacc, fmahi, 0, &(hi)); \
72 } while (0)
90 } while (0)
102 fmacc = _addcarry_u64(0, fma1lo, (v1), &fma1lo); \
103 _addcarry_u64(fmacc, fma1hi, 0, &fma1hi); \
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c65 do { if (strcmp(*(ac)->e, *(bc)->e) != 0) return 1; } while(0)
67 do { if ((ac)->e->length != (bc)->e->length || memcmp((ac)->e->data, (bc)->e->data, (ac)->e->length) != 0) return 1; } while(0)
69 do { if (strcmp((ac)->e, (bc)->e) != 0) return 1; } while(0)
71 do { if ((ac)->e != (bc)->e) return 1; } while(0)
73 do { if (*(ac)->e != *(bc)->e) return 1; } while(0)
75 do { if (memcmp((ac)->e, (bc)->e,len) != 0) return 1; } while(0)
[all...]
/freebsd/contrib/libfido2/fuzz/
H A Dwiredata_u2f.h12 0x00, 0x00, 0x99, 0x01, 0x83, 0x00, 0x02, 0x69, \
13 0x85, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
14 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
17 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
18 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
19 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
22 0x00, 0x00, 0x99, 0x01, 0x83, 0x00, 0x4e, 0x01, \
23 0x00, 0x00, 0x00, 0x2c, 0x30, 0x45, 0x02, 0x20, \
[all …]
/freebsd/sys/contrib/libsodium/test/default/
H A Dbox2.exp1 ,0xbe,0x07,0x5f,0xc5,0x3c,0x81,0xf2,0xd5
2 ,0xcf,0x14,0x13,0x16,0xeb,0xeb,0x0c,0x7b
3 ,0x52,0x28,0xc5,0x2a,0x4c,0x62,0xcb,0xd4
4 ,0x4b,0x66,0x84,0x9b,0x64,0x24,0x4f,0xfc
5 ,0xe5,0xec,0xba,0xaf,0x33,0xbd,0x75,0x1a
6 ,0x1a,0xc7,0x28,0xd4,0x5e,0x6c,0x61,0x29
7 ,0x6c,0xdc,0x3c,0x01,0x23,0x35,0x61,0xf4
8 ,0x1d,0xb6,0x6c,0xce,0x31,0x4a,0xdb,0x31
9 ,0x0e,0x3b,0xe8,0x25,0x0c,0x46,0xf0,0x6d
10 ,0xce,0xea,0x3a,0x7f,0xa1,0x34,0x80,0x57
[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 …]
H A Daead_chacha20poly1305.exp1 ,0xe3,0xe4,0x46,0xf7,0xed,0xe9,0xa1,0x9b
2 ,0x62,0xa4,0x67,0x7d,0xab,0xf4,0xe3,0xd2
3 ,0x4b,0x87,0x6b,0xb2,0x84,0x75,0x38,0x96
4 ,0xe1,0xd6
5 ,0xe3,0xe4,0x46,0xf7,0xed,0xe9,0xa1,0x9b
6 ,0x62,0xa4,0x69,0xe7,0x78,0x9b,0xcd,0x95
7 ,0x4e,0x65,0x8e,0xd3,0x84,0x23,0xe2,0x31
8 ,0x61,0xdc
9 ,0xe3,0xe4,0x46,0xf7,0xed,0xe9,0xa1,0x9b
10 ,0x62,0xa4,0x69,0xe7,0x78,0x9b,0xcd,0x95
[all …]
H A Dsecretbox2.exp1 ,0xbe,0x07,0x5f,0xc5,0x3c,0x81,0xf2,0xd5
2 ,0xcf,0x14,0x13,0x16,0xeb,0xeb,0x0c,0x7b
3 ,0x52,0x28,0xc5,0x2a,0x4c,0x62,0xcb,0xd4
4 ,0x4b,0x66,0x84,0x9b,0x64,0x24,0x4f,0xfc
5 ,0xe5,0xec,0xba,0xaf,0x33,0xbd,0x75,0x1a
6 ,0x1a,0xc7,0x28,0xd4,0x5e,0x6c,0x61,0x29
7 ,0x6c,0xdc,0x3c,0x01,0x23,0x35,0x61,0xf4
8 ,0x1d,0xb6,0x6c,0xce,0x31,0x4a,0xdb,0x31
9 ,0x0e,0x3b,0xe8,0x25,0x0c,0x46,0xf0,0x6d
10 ,0xce,0xea,0x3a,0x7f,0xa1,0x34,0x80,0x57
[all …]
/freebsd/contrib/libcbor/test/data/
H A Dpretty.cbor2 0x5B, 0x31, 0x2C, 0x20, 0x2D, 0x31, 0x2C, 0x20, 0x28, 0x5F, 0x20, 0x68, 0x27, 0x30, 0x31, 0x27, 0x2…
/freebsd/contrib/libfido2/regress/
H A Dcred.c22 0xf9, 0x64, 0x57, 0xe7, 0x2d, 0x97, 0xf6, 0xbb,
23 0xdd, 0xd
[all...]
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.h51 0x31,0x52,0x00,0xDA,0xFC,0x00,0x00,0x00,0x00,0x00, \
52 0x00,0x00,0x50,0x2C,0x40,0x00,0x31,0x92,0x50,0x2C, \
53 0x00,0x88,0x18,0x2F,0x00,0x01,0x1B,0xFE,0x18,0x71, \
54 0x02,0x1F,0x00,0x08,0x00,0x83,0x02,0x1F,0x00,0x20, \
55 0x28,0x1B,0x00,0x05,0x29,0x1F,0x30,0xD0,0x60,0x4F, \
56 0x00,0x07,0x00,0x05,0x00,0x00,0xC3,0x8F,0x00,0x52, \
57 0x00,0x01,0x07,0x01,0x60,0x3B,0x00,0x00,0x30,0xD0, \
58 0x00,0xDA,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00, \
59 0x40,0x4C,0x00,0x00,0x02,0x8F,0x00,0x00,0x30,0xF2, \
60 0x00,0x06,0x18,0x5D,0x00,0x00,0x9F,0xFF,0x30,0xF2, \
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Defi_partition.h47 #define EFI_SIGNATURE 0x5452415020494645ULL
77 #define V_UNASSIGNED 0x00 /* unassigned partition */
78 #define V_USR 0x04 /* Usr filesystem */
79 #define V_RESERVED 0x0b /* SMI reserved data */
87 #define EFI_UNUSED { 0x00000000, 0x0000, 0x0000, 0x00, 0x00, \
88 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }
89 #define EFI_RESV1 { 0x6a96237f, 0x1dd2, 0x11b2, 0x99, 0xa6, \
90 { 0x08, 0x00, 0x20, 0x73, 0x66, 0x31 } }
91 #define EFI_BOOT { 0x6a82cb45, 0x1dd2, 0x11b2, 0x99, 0xa6, \
92 { 0x08, 0x00, 0x20, 0x73, 0x66, 0x31 } }
[all …]
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/
H A Dgostr34_10_94.c105 b.magic = WORD(0); in gostr34_10_94_sign()
107 k.magic = k_.magic = r.magic = s.magic = z.magic = WORD(0); in gostr34_10_94_sign()
112 ret = local_memset(hash, 0, sizeof(hash)); EG(ret, err); in gostr34_10_94_sign()
154 ret = nn_init(&r, 0); EG(ret, err); in gostr34_10_94_sign()
160 /* If r is 0, restart the process */ in gostr34_10_94_sign()
175 rshift = 0; in gostr34_10_94_sign()
184 /* If z = 0, then set it to 1 */ in gostr34_10_94_sign()
192 * a random value b in ]0,q[ */ in gostr34_10_94_sign()
215 /* If s is 0, restart the process */ in gostr34_10_94_sign()
226 IGNORE_RET_VAL(local_memset(sig, 0, siglen)); in gostr34_10_94_sign()
[all …]
/freebsd/sys/crypto/openssl/i386/
H A Dx86cpuid.S33 .byte 0x0f,0xa2
57 .byte 0x0f,0xa2
62 .byte 0x0f,0xa2
68 .byte 0x0f,0xa2
73 .byte 0x0f,0xa2
87 movl $0,%ecx
88 .byte 0x0f,0xa2
95 .byte 0x0f,0xa2
97 cmpl $0,%ebp
108 cmpl $0,%esi
[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/wireguard-tools/
H A Dcurve25519-fiat32.h14 * entries t[0]...t[9], represents the integer t[0]+2^26 t[1]+2^51 t[2]+2^77
37 h[0] = a0&((1<<26)-1); /* 26 used, 32-26 left. 26 */ in fe_frombytes_impl()
100 t = -!!t; /* all set if nonzero, 0 if 0 */ in cmovznz32()
115 { const u32 x2 = in1[0]; in fe_freeze()
116 { u32 x20; u8/*bool*/ x21 = subborrow_u26(0x0, x2, 0x3ffffed, &x20); in fe_freeze()
117 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze()
118 { u32 x26; u8/*bool*/ x27 = subborrow_u26(x24, x6, 0x3ffffff, &x26); in fe_freeze()
119 { u32 x29; u8/*bool*/ x30 = subborrow_u25(x27, x8, 0x1ffffff, &x29); in fe_freeze()
120 { u32 x32; u8/*bool*/ x33 = subborrow_u26(x30, x10, 0x3ffffff, &x32); in fe_freeze()
121 { u32 x35; u8/*bool*/ x36 = subborrow_u25(x33, x12, 0x1ffffff, &x35); in fe_freeze()
[all …]

12345678910>>...39