297 |
case GPGME_PK_ELG: |
case GPGME_PK_ELG: |
298 |
case GPGME_PK_ELG_E: return "ELG"; |
case GPGME_PK_ELG_E: return "ELG"; |
299 |
case GPGME_PK_RSA: return "RSA"; |
case GPGME_PK_RSA: return "RSA"; |
300 |
|
default: return "???"; |
301 |
} |
} |
302 |
return "???"; |
return "???"; |
303 |
} |
} |
375 |
{ |
{ |
376 |
gpgme_user_id_t u; |
gpgme_user_id_t u; |
377 |
const char *attr; |
const char *attr; |
|
int i = 0; |
|
378 |
u32 key_attr =0; |
u32 key_attr =0; |
379 |
|
|
380 |
if (uididx < 0 || count_userids (key) > uididx) |
if (uididx < 0 || count_userids (key) > uididx) |
495 |
static const char* |
static const char* |
496 |
calc_validity (gpg_group_t grp) |
calc_validity (gpg_group_t grp) |
497 |
{ |
{ |
498 |
int level = 0, valid; |
int valid=0; |
499 |
gpg_member_t mbr; |
gpg_member_t mbr; |
500 |
gpgme_key_t key; |
gpgme_key_t key; |
501 |
|
|
548 |
listview_ctrl_t lv; |
listview_ctrl_t lv; |
549 |
listview_column_t col; |
listview_column_t col; |
550 |
int j, n = 0; |
int j, n = 0; |
551 |
int kl_nolist = 0, rc = 0; |
int rc = 0; |
552 |
|
|
553 |
rc = listview_new (&lv); |
rc = listview_new (&lv); |
554 |
if( rc ) |
if( rc ) |
812 |
int |
int |
813 |
keylist_add_key (listview_ctrl_t lv, int mode, gpgme_key_t key) |
keylist_add_key (listview_ctrl_t lv, int mode, gpgme_key_t key) |
814 |
{ |
{ |
815 |
int uids, rc = 0, i, n = 0; |
int uids, rc = 0, i; |
816 |
gpgme_subkey_t k; |
gpgme_subkey_t k; |
817 |
|
|
818 |
/* if the entire key is disabled, just return. */ |
/* if the entire key is disabled, just return. */ |