| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
Functions | |
| int | R_CR_generate_key_init (R_CR *crypto) |
| Initializes a cryptographic operation for the generation of a set of asymmetric keys. More... | |
| int | R_CR_generate_key (R_CR *crypto, R_PKEY **key) |
| Generates a set of asymmetric keys. More... | |
| int | R_CR_generate_parameter_init (R_CR *crypto) |
| Initializes a cryptographic operation for the generation of a set of parameters for a subsequent key exchange. More... | |
| int | R_CR_generate_parameter (R_CR *crypto, R_PKEY **key) |
| Generates a set of parameters for an asymmetric or key agreement operation. More... | |
|
||||||||||||
|
Generates a set of asymmetric keys.
|
|
|
Initializes a cryptographic operation for the generation of a set of asymmetric keys.
|
|
||||||||||||
|
Generates a set of parameters for an asymmetric or key agreement operation.
|
|
|
Initializes a cryptographic operation for the generation of a set of parameters for a subsequent key exchange.
|