| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
Functions | |
| char* | MES_library_info (int type) |
| Returns library information such as version, compile flags and the date the library was built. More... | |
| int | MES_library_version () |
| The version number of the library. More... | |
| char* | MES_library_info_type_to_string (int type) |
| Returns a string corresponding to the type of library information. More... | |
| int | MES_library_info_type_from_string (char *str) |
| Returns the integer type to use as a parameter in MES_library_info() when querying the library for build or version information. More... | |
| int | MES_library_new (R_RES_LIST *r_list, int flag, R_LIB_CTX **lib_ctx) |
| Creates a new library context. More... | |
| int | MES_library_free (R_LIB_CTX *lib_ctx) |
| Deallocates the library context structure lib_ctx and frees any associated state. More... | |
| int | PRODUCT_LIBRARY_NEW (R_RES_LIST *r_list, int flag, R_LIB_CTX **lib_ctx) |
| Creates a new library context. More... | |
| int | PRODUCT_LIBRARY_FREE (R_LIB_CTX *lib_ctx) |
| Deallocates the library context structure lib_ctx and frees any associated state. More... | |
| int | PRODUCT_LIBRARY_VERSION (void) |
| The version number of the library. More... | |
| char * | PRODUCT_LIBRARY_INFO (int type) |
| Returns library information such as version, compile flags and the date the library was built. More... | |
| int | PRODUCT_LIBRARY_INFO_TYPE_FROM_STRING (char *str) |
| Returns the integer type to use as a parameter in MES_library_info() when querying the library for build or version information. More... | |
| char * | PRODUCT_LIBRARY_INFO_TYPE_TO_STRING (int type) |
| Returns a string corresponding to the type of library information. More... | |
|
|
Deallocates the library context structure lib_ctx and frees any associated state.
|
|
|
Returns library information such as version, compile flags and the date the library was built.
|
|
|
Returns the integer type to use as a parameter in MES_library_info() when querying the library for build or version information.
|
|
|
Returns a string corresponding to the type of library information.
|
|
||||||||||||||||
|
Creates a new library context.
|
|
|
The version number of the library. MES_VERSION_NUMBER is set at compile time and can be used to check for compatible interfaces.
|
|
|
|
Returns library information such as version, compile flags and the date the library was built.
|
|
|
Returns the integer type to use as a parameter in MES_library_info() when querying the library for build or version information.
|
|
|
Returns a string corresponding to the type of library information.
|
|
||||||||||||||||
|
Creates a new library context.
|
|
|
The version number of the library. MES_VERSION_NUMBER is set at compile time and can be used to check for compatible interfaces.
|