NSSSDestroySHSHandle

Frees the memory associated with the handle created for each Shared Secret thread of execution.

Syntax

    #include <nssscl.h> 
     
    SS_EXTERN_LIBCALL(int) NSSSDestroySHSHandle 
    (
     void   *handle 
    );
    

Parameters

handle
(IN) Specifies the handle created by NSSSCreateSHSHandle.

Remarks

This call signifies the end of shared secret processing by destroying an internal Shared Secret buffer.

See Also