| 
|  | CSSM_FreeContext(3)Contents |  
        CSSM_FreeContext - Free memory associated with the context
       structure (CDSA)
       # include <cdsa/cssm.h>
       CSSM_RETURN  CSSMAPI  CSSM_FreeContext   (CSSM_CONTEXT_PTR
       Context)
       Common Security Services Manager library (libcssm.so)
        The  pointer  to  the  memory  that  describes the context
       structure.
       This function frees the memory associated with the context
       structure.
       A  CSSM_RETURN  value  indicating  success or specifying a
       particular error condition. The  value  CSSM_OK  indicates
       success. All other values represent an error condition.
       Errors  are described in the CDSA technical standard.  See
       CDSA_intro(3).
       None specific to this call.
       Books
       Intel   CDSA   Application    Developer's    Guide    (see
       CDSA_intro(3))
       Reference Pages    [Toc]    [Back]
       Functions: CSSM_GetContext(3)
                                              CSSM_FreeContext(3)
[ Back ] |