51 |
KEYFLAG_DISABLED = 4 |
KEYFLAG_DISABLED = 4 |
52 |
}; |
}; |
53 |
|
|
54 |
|
/* Symbolic column IDs. */ |
55 |
|
enum km_col_t { |
56 |
|
KM_COL_UID = 0, |
57 |
|
KM_COL_KEYID = 1, |
58 |
|
KM_COL_TYPE = 2, |
59 |
|
KM_COL_SIZE = 3, |
60 |
|
KM_COL_CIPHER = 4, |
61 |
|
KM_COL_VALID = 5, |
62 |
|
KM_COL_TRUST = 6, |
63 |
|
KM_COL_CREAT = 7 |
64 |
|
}; |
65 |
|
|
66 |
|
|
67 |
/* Signature verification context for a file. */ |
/* Signature verification context for a file. */ |
68 |
struct file_sig_ctx_s { |
struct file_sig_ctx_s { |
69 |
char *file; /* plaintext file name */ |
char *file; /* plaintext file name */ |