Mercurial > dropbear
comparison gendss.c @ 1355:3fdd8c5a0195 fuzz
merge main to fuzz
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 18 May 2017 23:45:10 +0800 |
parents | 750ec4ec4cbe |
children | 06d52bcb8094 |
comparison
equal
deleted
inserted
replaced
1354:7618759e9327 | 1355:3fdd8c5a0195 |
---|---|
33 | 33 |
34 #define QSIZE 20 /* 160 bit */ | 34 #define QSIZE 20 /* 160 bit */ |
35 | 35 |
36 /* This is just a test */ | 36 /* This is just a test */ |
37 | 37 |
38 #ifdef DROPBEAR_DSS | 38 #if DROPBEAR_DSS |
39 | 39 |
40 static void getq(dropbear_dss_key *key); | 40 static void getq(dropbear_dss_key *key); |
41 static void getp(dropbear_dss_key *key, unsigned int size); | 41 static void getp(dropbear_dss_key *key, unsigned int size); |
42 static void getg(dropbear_dss_key *key); | 42 static void getg(dropbear_dss_key *key); |
43 static void getx(dropbear_dss_key *key); | 43 static void getx(dropbear_dss_key *key); |