| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
| errorCode | [] The error code returned by the Intel hardware. |
| errorMsg |
[] A NULL-terminated description of the error provided by Crypto-C. |
typedef struct {
UINT4
errorCode;
char
errorMsg[128];
} A_RSA_EXTENDED_ERROR
#include <atypes.h>
UINT4 errorCode; char errorMsg[128]; } A_RSA_EXTENDED_ERROR;