| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
Functions | |
| int | R_CR_key_exchange_init (R_CR *crypto, R_PKEY *params) |
| Initializes a cryptographic operation for phased key exchange and agreement. More... | |
| int | R_CR_key_exchange_phase_1 (R_CR *crypto, unsigned char *out, unsigned int *olen) |
| Performs phase 1 of a key exchange protocol. More... | |
| int | R_CR_key_exchange_phase_2 (R_CR *crypto, unsigned char *data, unsigned int dlen, unsigned char *out, unsigned int *olen) |
| Performs phase 2 of a key exchange protocol. More... | |
|
||||||||||||
|
Initializes a cryptographic operation for phased key exchange and agreement.
|
|
||||||||||||||||
|
Performs phase 1 of a key exchange protocol.
|
|
||||||||||||||||||||||||
|
Performs phase 2 of a key exchange protocol. This is the result in a shared secret operation.
|