![]() |
nRF5 SDK
v14.1.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
#include <crys_rsa_types.h>
Data Fields | |
uint32_t | d [((2048+64)/32)] |
uint32_t | dSizeInBits |
uint32_t | e [((2048+64)/32)] |
uint32_t | eSizeInBits |
Private key on non-CRT mode data structure (used internally).
uint32_t CRYSRSAPrivNonCRTKey_t::d[((2048+64)/32)] |
RSA private exponent buffer.
uint32_t CRYSRSAPrivNonCRTKey_t::dSizeInBits |
RSA private exponent size in bits.
uint32_t CRYSRSAPrivNonCRTKey_t::e[((2048+64)/32)] |
RSA public exponent buffer.
uint32_t CRYSRSAPrivNonCRTKey_t::eSizeInBits |
RSA public exponent size in bits.