| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
Functions | |
| int | R_CM_CTX_new (R_LIB_CTX *lib_ctx, int flag, R_CM_TYPE type, R_CM_CTX **ctx) |
| Creates a cryptographic message context by requesting the cryptographic message resource from the library module and initializing the context. More... | |
| int | R_CM_CTX_free (R_CM_CTX *ctx) |
| Deallocates the memory for the cryptographic message context ctx and changes any state it holds. More... | |
| int | R_CM_CTX_get_info (R_CM_CTX *ctx, R_CM_CTX_INFO info_id, void *value) |
| Returns information from the cryptographic message context. More... | |
| int | R_CM_CTX_set_info (R_CM_CTX *ctx, R_CM_CTX_INFO info_id, void *value) |
| Sets information into the cryptographic message context. More... | |
|
|
Deallocates the memory for the cryptographic message context ctx and changes any state it holds. Any data associated with the context object is deallocated and no longer available for use.
|
|
||||||||||||||||
|
Returns information from the cryptographic message context.
|
|
||||||||||||||||||||
|
Creates a cryptographic message context by requesting the cryptographic message resource from the library module and initializing the context.
|
|
||||||||||||||||
|
Sets information into the cryptographic message context.
|