| Structure SilcSKERekeyMaterial
 
 NAME
 
    typedef struct { ... } *SilcSKERekeyMaterial;
DESCRIPTION
    This context is returned after key exchange protocol to application
    in the completion callback.  Application may save it and use it later
    to perform the rekey with silc_ske_rekey_initiator and/or
    silc_ske_rekey_responder functions.  If application does not
    need the context, it may free it with silc_ske_free_rekey_material
    function.
 
 
 
 |