| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
Defines | |
| #define | BIO_CB_TYPE_FUNC |
| This is the standard callback function. More... | |
| #define | BIO_CB_TYPE_INFO |
| This is the information callback for connections. More... | |
| #define | BIO_CB_TYPE_STATE |
| This is the state callback. More... | |
|
|
This is the standard callback function. It is called every time a BIO function is invoked. The callback is invoked both before and after the implementation-dependent method is called for reading and writing.
|
|
|
This is the information callback for connections. The callback is invoked whenever the state machine ticks over.
|
|
|
This is the state callback. The callback is invoked whenever the state changes in a BIO.
|