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