RSA BSAFE Micro Edition Suite

Streamlined security for mobile and embedded devices

Search  Print

Structures

This section details the time module structures used to maintain data and methods for the time module.

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...


Typedef Documentation

typedef struct r_time_st R_TIME
 

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.

typedef struct r_time_ctx_st R_TIME_CTX
 

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.

typedef struct r_time_method_st R_TIME_METHOD
 

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.


Copyright (c) 1999-2005 RSA Security Inc. All rights reserved. 072-001001-2100-001-000 - 2.1