RSA BSAFE Crypto-C

Cryptographic Components for C

Search

A_RSA_EXTENDED_ERROR Struct Reference

This structure is defined specifically for retrieving Intel error codes.

Parameters:
errorCode [] The error code returned by the Intel hardware.
errorMsg [] A NULL-terminated description of the error provided by Crypto-C.
Example:

typedef struct {
    UINT4
    errorCode;
    char
    errorMsg[128];
} A_RSA_EXTENDED_ERROR
Samples:

intelrnd.c.

#include <atypes.h>

    UINT4   errorCode;
    char    errorMsg[128];
} A_RSA_EXTENDED_ERROR;


Copyright (c) 1999-2005 RSA Security Inc. All rights reserved. 068-001001-6210-001-000 - 6.2.1