| RSA BSAFE SSL-C |
Security protocol components for C |
| Search |
Typedefs | |
| typedef struct r_res_item_st | R_RES_ITEM |
| The resource item. More... | |
| typedef R_RES_ITEM | R_RES_LIST |
| The resource list. More... | |
| typedef int | R_RES_FLAG |
| Indicates the type of the resource flag. More... | |
| typedef struct r_lib_ctx_st | R_LIB_CTX |
| The common library context. More... | |
| typedef struct r_lib_method_st | R_LIB_METHOD |
| The library method table. More... | |
|
|
The common library context. This opaque structure is required by all other R_LIB_CTX functions. It maintains the state required by the library during execution. It can be freed via R_LIB_CTX_free() when it is no longer required. Under normal circumstances only one context is needed at a time. |
|
|
The library method table. An opaque structure that contains the methods for the R_LIB_CTX functions. |
|
|
Indicates the type of the resource flag. See Flags for more information. |
|
|
The resource item. A structure that is used to store the individual members of a resource list. |
|
|
The resource list. A structure that is used to store the resource list. See R_RES_ITEM. |