| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
Functions | |
| R_RES_LIST* | MES_get_default_resource_list (void) |
| Returns the default list of resources available for library initialization. More... | |
| R_RES_LIST* | MES_get_certcme_resource_list (void) |
| Returns the Cert-C ME list of resources available for library initialization. More... | |
| R_RES_LIST* R_CDECL | MES_get_sslcme_resource_list (void) |
| Returns the SSL-C ME list of resources available for library initialization. More... | |
| R_RES_LIST* R_CDECL | MES_get_tiny_resource_list (void) |
| Returns the small list of resources available for library initialization. More... | |
| R_RES_LIST * | PRODUCT_DEFAULT_RESOURCE_LIST (void) |
| Returns the default list of resources available for library initialization. More... | |
| R_RES_LIST * | PRODUCT_CERTCME_RESOURCE_LIST (void) |
| Returns the Cert-C ME list of resources available for library initialization. More... | |
| R_RES_LIST * | PRODUCT_SSLCME_RESOURCE_LIST (void) |
| Returns the SSL-C ME list of resources available for library initialization. More... | |
|
|
Returns the Cert-C ME list of resources available for library initialization. This list initializes a smaller version of the MES library. The code size savings are achieved by loading only the Cert-C ME functionality and the MES specific crypto set.
|
|
|
Returns the default list of resources available for library initialization. This list contains module functionality for the toolkit.
|
|
|
Returns the SSL-C ME list of resources available for library initialization.
|
|
|
Returns the small list of resources available for library initialization. This list initializes a smaller version of the SSL library. The code size savings are achieved by loading a smaller version of the cryptographic library that only supports RSA and RC4 cipher algorithms.
|
|
|
Returns the Cert-C ME list of resources available for library initialization. This list initializes a smaller version of the MES library. The code size savings are achieved by loading only the Cert-C ME functionality and the MES specific crypto set.
|
|
|
|
Returns the SSL-C ME list of resources available for library initialization. This list initializes a smaller version of the SSL library. The code size savings are achieved by loading a smaller version of the cryptographic library that only supports RSA and RC4 cipher algorithms.
|