| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
#include <bsafe.h>
typedef struct {
unsigned int effectiveKeyBits; /* The effective key length */
unsigned char *salt; /* The salt value */
unsigned int iterationCount; /* The iteration count */
} B_RC2_PBE_PARAMS;