![]() |
nRF5 SDK
v15.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
#include <crys_rsa_types.h>
Data Fields | |
uint32_t | valid_tag |
uint32_t | PrivateKeyDbBuff [sizeof(CRYSRSAPrivKey_t)/sizeof(uint32_t)+1] |
The private key's user structure prototype. This structure must be saved by the user, and is used as input to the RSA functions (such as SaSi_RsaSchemesDecrypt etc.).
uint32_t CRYS_RSAUserPrivKey_t::PrivateKeyDbBuff[sizeof(CRYSRSAPrivKey_t)/sizeof(uint32_t)+1] |
Private key data.
uint32_t CRYS_RSAUserPrivKey_t::valid_tag |
Validation tag.