| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
#include <atypes.h>
typedef struct {
A_ENTROPY_CB_FUNCTION *cb;
POINTER cb_data;
} A_ENTROPY_PARAMS;
Data Fields | |
| A_ENTROPY_CB_FUNCTION* | cb |
| A callback that fills a buffer with data from the user's entropy source(s). | |
| POINTER | cb_data |
| The user's data to be used when the library executes the callback. | |