Preprocessor macro definitions for the sbengine.h header file in the libloadsbengine (For the qcc command, use the -l loadsbengine option to link against this library) library.
#define SBENGINE_VER_MAJOR 1Major version number.
Since: BlackBerry 10.0.0
#define SBENGINE_VER_MINOR 0Minor version number.
Since: BlackBerry 10.0.0
#define SBENGINE_ID "sbengine"ID of the engine.
This must be identical to the shared library filename (without .dll or .so)
Since: BlackBerry 10.0.0
#define ENGINE_CTRL_SBENGINE_SET_LOGLEVEL ENGINE_CMD_BASEA custom ENGINE CTRL command to set log level.
To enable logging, an application must first call ENGINE_ctrl() with the cmd parameter equal to ENGINE_CTRL_SET_LOGSTREAM to set a BIO object for log output.
Once logging is enabled, the SB OpenSSL Engine will log various kinds of information.
The log level controls what information is output to the logging BIO.
Since: BlackBerry 10.0.0
#define SBENGINE_LOG_LEVEL_NONE 0x00Log level = nothing.
Since: BlackBerry 10.0.0
#define SBENGINE_LOG_LEVEL_ERROR 0x01Log level = errors.
Since: BlackBerry 10.0.0
#define SBENGINE_LOG_LEVEL_WARNING 0x02Log level = warnings.
Since: BlackBerry 10.0.0
#define SBENGINE_LOG_LEVEL_DEBUG 0x03Log level = debug.
Since: BlackBerry 10.0.0