| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
Sections | |
| Cryptographic Errors | |
| This section provides information on extracting detailed error information after an error has occurred in the cryptographic module. | |
| Cryptographic Object Identifiers | |
| This section contains the identifiers used in the creation of a cryptographic object. | |
| Cryptographic Digest Size Defines | |
| This section details the hash functions, message digests and digital signature defines used by the cryptographic library. | |
| Cryptographic Symmetric Cipher Size Defines | |
| This section details the symmetric cipher key and Initialization Vector (IV) lengths utilized by the cryptographic library. | |
| Cryptographic Algorithm Support Return Values | |
| This section details the defines used in determining the availability of algorithms at program run time. | |
| Cryptographic Operation Property Identifiers | |
| This section details the defines used in the setting and/or retrieval of data from the cryptographic object. | |
| Cryptographic Behavior Modifying Flags | |
| This section details the flags used in conjunction with the cryptographic objects to effect algorithm operations. | |
| Cryptographic Context Information Defines | |
| The section details the defines used in the setting and/or retrieval of data from a cryptographic context object. | |
| Cryptographic Resource Definitions | |
| This section details the definitions used in the resource list and initialization of the library. | |
| Cryptographic Functions | |
| This section details the functions used to construct, manipulate and destroy cryptographic objects. | |
| Cryptographic Defines for Algorithm Identifiers | |
| This section details the custom list defines to cryptographic identifiers and supported operation types and subtypes. | |
| Cryptographic Method Defines | |
| This section details the custom method table which is created for developers requiring only the framework for operations specified in size-constrained systems. A custom cipher list must be defined in conjunction with the custom method table. | |
Typedefs | |
| typedef int | R_CR_ALG_ID |
| Indicates the type of the cryptographic algorithm identifier. More... | |
| typedef int | R_CR_ALG_TYPE |
| Indicates the type of the cryptographic algorithm operation type. More... | |
| typedef int | R_CR_ALG_SUB |
| Indicates the type of the cryptographic algorithm operation subtype. More... | |
|
|
Indicates the type of the cryptographic algorithm identifier. See Algorithm Identifiers for more information. |
|
|
Indicates the type of the cryptographic algorithm operation subtype. See Operation Subtypes for more information. |
|
|
Indicates the type of the cryptographic algorithm operation type. See Operation Types for more information. |