Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

crys_ecpki_dh.h File Reference

crys_ecpki_dh.h File Reference

Defines the API that supports EC Diffie-Hellman shared secret value derivation primitives. More...

Go to the source code of this file.

Functions

CIMPORT_C CRYSError_t CRYS_ECDH_SVDP_DH (CRYS_ECPKI_UserPublKey_t *PartnerPublKey_ptr, CRYS_ECPKI_UserPrivKey_t *UserPrivKey_ptr, uint8_t *SharedSecretValue_ptr, uint32_t *SharedSecrValSize_ptr, CRYS_ECDH_TempData_t *TempBuff_ptr)
 Creates the shared secret value according to [IEEE1363, ANS X9.63]:

Detailed Description

Defines the API that supports EC Diffie-Hellman shared secret value derivation primitives.

Definition in file crys_ecpki_dh.h.