| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
#include <bsafe.h>
typedef struct {
unsigned char *encryptionMethodName;
POINTER encryptionParams; /* Most likely to be NULL */
unsigned char *digestMethodName;
POINTER digestParams; /* Most likely to be NULL */
unsigned char *formatMethodName;
POINTER formatParams;
} B_SIGN_VERIFY_PARAMS;