Function SilcSKECb
SYNOPSIS
typedef void (*SilcSKECb)(SilcSKE ske, void *context);
DESCRIPTION
Generic SKE callback function. This is called in various SKE
routines. The SilcSKE object sent as argument provides all the data
callers routine might need (payloads etc). This is usually called
to indicate that the application may continue the execution of the
SKE protocol. The application should check the ske->status in this
callback function. This callback is also called when Start Payload
is processed. See silc_ske_set_callbacks function for more information.
|