Function SilcSKEVerifyCbCompletion
SYNOPSIS
typedef void (*SilcSKEVerifyCbCompletion)(SilcSKE ske,
SilcSKEStatus status,
void *context);
DESCRIPTION
Completion callback that will be called when the public key
has been verified. The `status' will indicate whether the public
key were trusted or not.
|