![]() |
nRF5 SDK
v15.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
#include <crys_ecpki_types.h>
Data Fields | |
CRYS_ECPKI_UserPrivKey_t | PrivKey |
CRYS_ECPKI_UserPublKey_t | PublKey |
uint32_t | zz [3 *18+1] |
union { | |
CRYS_ECPKI_BUILD_TempData_t buildTempbuff | |
CRYS_ECPKI_KG_TempData_t KgTempBuff | |
CRYS_ECDH_TempData_t DhTempBuff | |
} | tmp |
ECIES temporary data definition.
CRYS_ECPKI_UserPrivKey_t CRYS_ECIES_TempData_t::PrivKey |
Private key data.
CRYS_ECPKI_UserPublKey_t CRYS_ECIES_TempData_t::PublKey |
Public key data.
uint32_t CRYS_ECIES_TempData_t::zz[3 *18+1] |
Internal buffer.