| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
Go to the source code of this file.
Data Structures | |
| R_INDEXED_INFO | |
| This structure details the index containing information for get and set functions. More... | |
| R_RANDOM | |
| This structure is used by the random object type. More... | |
| R_SURRENDER | |
| This structure provides a status update of a time intensive operation. More... | |
Defines | |
| #define | R_FLAG_COPY_BY_VALUE |
| Indicates to copy by value. More... | |
| #define | R_FLAG_COPY_BY_REFERENCE |
| Indicates to copy by reference. More... | |
| #define | R_FLAG_COPY_BY_ASSIGN |
| Indicates to copy by assignment. More... | |
| #define | R_FLAG_COPY_DEFAULT |
| Indicates to copy using the default flag settings. | |
| #define | R_FLAG_SHARE_NONE |
| Indicates to share nothing. More... | |
| #define | R_FLAG_SHARE_DATA |
| Indicates to share data. More... | |
| #define | R_FLAG_SHARE_DEFAULT |
| Indicates the share default in which nothing is shared. | |
Typedefs | |
| R_RANDOM | |
| The random object type. | |
| R_SURRENDER | |
| The surrender function and argument. | |
| R_INDEXED_INFO | |
| This structure details the index containing information for get and set functions. | |
| R_ID_INFO | |
| The information to work with requires a second identity value to find it. | |
| typedef int | R_FLAG_COPY |
| The copy flag. More... | |
| typedef int | R_FLAG_SHARE |
| The constructor flag. More... | |