RSA Security 4.3 Home Security System User Manual


 
Chapter 2 Using Intel Hardware With Crypto-C 11
Hardware Errors
A_RSA_EXTENDED_ERROR
This Crypto-C structure is defined specifically for retrieving Intel error codes. It is
defined as follows:
Definitions:
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