| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
Defines | |
| #define | R_CR_RES_CRYPTO_DEFAULT |
| The default list of algorithms available. More... | |
| #define | R_CR_RES_SIGNATURE_MAP |
| The default map which maps two R_CR identifiers to a signature. More... | |
| #define | R_CR_RES_CRYPTO_REASON_STRINGS |
| Textual descriptions of cryptographic error reason codes. More... | |
| #define | R_CR_RES_CRYPTO_FUNCTION_NAMES |
| Textual descriptions of cryptographic error function codes. More... | |
| #define | R_CR_RES_CRYPTO_DETAIL_STRINGS |
| Textual descriptions of cryptographic error detail codes. More... | |
| #define | R_CR_RES_BIO_DIGEST |
| The BIO method that digests data. | |
| #define | R_CR_RES_BIO_ENCRYPT |
| The BIO method that enciphers data. | |
| #define | R_CR_RES_BIO_DECRYPT |
| The BIO method that deciphers data. | |
| #define | R_CR_RES_BIO_CIPHER |
| The BIO method that deciphers data that is read and enciphers data that is written. | |
|
|
The default list of algorithms available. Where there are optimized implementations for an algorithm, the fastest is included in the default list.
|
|
|
Textual descriptions of cryptographic error detail codes. This is only required if using R_CR_get_error() string functions.
|
|
|
Textual descriptions of cryptographic error function codes. This is only required if using R_CR_get_error() string functions.
|
|
|
Textual descriptions of cryptographic error reason codes. This is only required if using R_CR_get_error() string functions.
|
|
|
The default map which maps two R_CR identifiers to a signature. For example, R_CR_ID_SHA1_RSA (R_CR_ID_SHA1 and R_CR_ID_RSA)
|