#include <nitro/crypto.h>
#define CRYPTO_RSA_SIGN_CONTEXT_SIZE 4
typedef struct CRYPTORSASignContext
{
u8 mem[CRYPTO_RSA_CONTEXT_SIZE];
}
CRYPTORSASignContext;
mem |
Used internally |
This is the area used internally by the CRYPTO library (RSA digital signatures).
The application does not have to set a value for the member.
2008/04/17 Initial version.
CONFIDENTIAL