92 |
keygen_cb (void *opaque, const char *what, int type, int curretn, int total) |
keygen_cb (void *opaque, const char *what, int type, int curretn, int total) |
93 |
{ |
{ |
94 |
static char cb[8192] = {0}; |
static char cb[8192] = {0}; |
95 |
static int cb_pos = 0; |
static unsigned int cb_pos = 0; |
96 |
|
|
97 |
if (!opaque && !what && !type && !curretn && !total) { |
if (!opaque && !what && !type && !curretn && !total) { |
98 |
memset (cb, 0, sizeof (cb)); |
memset (cb, 0, sizeof (cb)); |
126 |
if (flush) |
if (flush) |
127 |
keygen_cb (NULL, NULL, 0, 0, 0); |
keygen_cb (NULL, NULL, 0, 0, 0); |
128 |
} |
} |
|
|
|