Macros | |
#define | KDIST_NONE 0 |
No key needs to be distributed. More... | |
#define | KDIST_ENCKEY (1 << 0) |
Distribute encryption and master identification info. More... | |
#define | KDIST_IDKEY (1 << 1) |
Distribute identity and address info. More... | |
#define | KDIST_SIGNKEY (1 << 2) |
Distribute signing info. More... | |
#define | KDIST_ALL (KDIST_ENCKEY | KDIST_IDKEY | KDIST_SIGNKEY) |
Distribute all info. More... | |
#define KDIST_ALL (KDIST_ENCKEY | KDIST_IDKEY | KDIST_SIGNKEY) |
#define KDIST_ENCKEY (1 << 0) |
#define KDIST_IDKEY (1 << 1) |