| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
Defines | |
| #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 | |
| typedef int | R_FLAG_SHARE |
| The constructor flag. More... | |
|
|
Indicates to share data. Constructed objects may reference the state of the object from which it was constructed. The lifecycles of the two objects are linked. |
|
|
Indicates to share nothing. The states of the two objects are completely separate. |
|
|
The constructor flag. Indicates whether or not it is permissible to share the internal state between objects. |