Search completed in 0.96 seconds.
2 results for "NSC_GetFunctionList":
FC_GetFunctionList
MozillaProjectsNSSReferenceFC GetFunctionList
examples #include <assert.h> ck_function_list_ptr pfunctionlist; ck_rv crv; crv = fc_getfunctionlist(&pfunctionlist); assert(crv == ckr_ok); /* invoke the fc_xxx function as pfunctionlist->c_xxx */ see also nsc_getfunctionlist ...
NSS cryptographic module
MozillaProjectsNSSReferenceNSS cryptographic module
the standard pkcs #11 function c_getfunctionlist or the equivalent nsc_getfunctionlist function returns pointers to the functions that implement the default mode of operation.