|
CSSM_GetAPIMemoryFunctions(3)
Contents
|
CSSM_GetAPIMemoryFunctions - Retrieve the memory function
table associated with the security service module
# include <cdsa/cssm.h>
CSSM_RETURN CSSMAPI CSSM_GetAPIMemoryFunctions (CSSM_MODULE_HANDLE
AddInHandle, CSSM_API_MEMORY_FUNCS_PTR AppMemoryFuncs)
Common Security Services Manager library (libcssm.so)
The handle to the security service module that is associated
with the requested memory function table. The
pointer to an empty memory functions table. Upon function
return, the table is filled with the memory function
pointers associated with the specified attach handle.
Caller has to allocate the buffer.
This function retrieves the memory function table associated
with the security service module identified by the
input handle.
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).
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
CSSM_GetAPIMemoryFunctions(3)
[ Back ] |