| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
Functions | |
| int R_CDECL | R_PKEY_CTX_new (R_LIB_CTX *lib_ctx, R_RES_FLAG flag, R_PKEY_TYPE pkeytype, R_PKEY_CTX **pkey_ctx) |
| Creates a new R_PKEY_CTX structure. More... | |
| int R_CDECL | R_PKEY_CTX_free (R_PKEY_CTX *ctx) |
| Removes all allocated memory for the R_PKEY_CTX structure ctx. More... | |
| int R_CDECL | R_PKEY_CTX_get_info (R_PKEY_CTX *pkey_ctx, int id, void *param) |
| Retrieves information identified by the identifier id from an R_PKEY_CTX. More... | |
| int R_CDECL | R_PKEY_CTX_set_info (R_PKEY_CTX *pkey_ctx, int id, void *param) |
| Sets information identified by the identifier id against an R_PKEY_CTX. More... | |
| R_LIB_CTX* R_CDECL | R_PKEY_CTX_get_LIB_CTX (R_PKEY_CTX *ctx) |
| Returns the R_LIB_CTX for the R_PKEY_CTX structure ctx. More... | |
|
|
Removes all allocated memory for the R_PKEY_CTX structure ctx.
|
|
||||||||||||||||
|
Retrieves information identified by the identifier id from an R_PKEY_CTX.
|
|
|
Returns the R_LIB_CTX for the R_PKEY_CTX structure ctx. The R_LIB_CTX structure is the library context which is used to access common state and logic.
|
|
||||||||||||||||||||
|
Creates a new R_PKEY_CTX structure.
|
|
||||||||||||||||
|
Sets information identified by the identifier id against an R_PKEY_CTX.
|