| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
Typedefs | |
| typedef struct r_time_ctx_st | R_TIME_CTX |
| This structure indicates the time module context. More... | |
| typedef struct r_time_st | R_TIME |
| This structure indicates the time module instance structure. More... | |
| typedef struct r_time_method_st | R_TIME_METHOD |
| This structure indicates the time module method table. More... | |
|
|
This structure indicates the time module instance structure. A time module instance is an opaque structure that is created by R_TIME_new() and used to provide both methods and states for time of day operations. It can be freed via R_TIME_free() when it is no longer required. |
|
|
This structure indicates the time module context. The time module context is an opaque structure that is created by R_TIME_CTX_new() and needed to create a time module instance. It can be freed via R_TIME_CTX_free() when it is no longer required. |
|
|
This structure indicates the time module method table. A time module method table is an opaque structure that is used to provide the functions for a time module instance. |