| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
#include <atypes.h>
typedef struct {
unsigned int strength;
unsigned int mode;
} A_ENTROPY_CTX_PARAMS;
Data Fields | |
| unsigned int | strength |
| The required strength of the bits generated. | |
| unsigned int | mode |
| The mode to use when generating bits. See Entropy Modes for valid values. | |