CSSM_MODULE_FLAGS
This bit-mask is used to identify characteristics of the module, such as whether or not it is threadsafe.
typedef uint32 CSSM_MODULE_FLAGS;
#define CSSM_MODULE_THREADSAFE 0x1 /* Module is threadsafe */
#define CSSM_MODULE_EXPORTABLE 0x2 /* Module can be exported outside the USA */