![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
#include <crys_rsa_types.h>
Data Fields | |
| union { | |
| CRYS_RSAUserPubKey_t userPubKey | |
| CRYS_RSAUserPrivKey_t userPrivKey | |
| } | userKey |
| union { | |
| CRYS_RSAPrivUserContext_t userPrivContext | |
| CRYS_RSAPubUserContext_t userPubContext | |
| CRYS_RSAPrimeData_t primData | |
| } | userContext |
| union { | |
| struct { | |
| uint8_t encBuff [2048/8] | |
| uint8_t decBuff [((2048/8)-2 *(20)-2)] | |
| } userOaepData | |
| uint8_t signBuff [2048/8] | |
| } | userData |
Required for internal FIPS verification for RSA KAT. * The RSA KAT tests defined for scheme 2.1 with modulus key size of 2048.