SilcKeyAgreementStatus
NAME
typedef enum { ... } SilcKeyAgreementStatus;
DESCRIPTION
Key agreement status types indicating the status of the key
agreement protocol. These types are returned to the application
in the SilcKeyAgreementCallback callback function.
SOURCE
typedef enum {
SILC_KEY_AGREEMENT_OK, /* Everything is Ok */
SILC_KEY_AGREEMENT_ERROR, /* Unknown error occurred */
SILC_KEY_AGREEMENT_FAILURE, /* The protocol failed */
SILC_KEY_AGREEMENT_TIMEOUT, /* The protocol timeout */
} SilcKeyAgreementStatus;