nRF5 SDK v13.0.0
Data Fields
CRYS_RSAFipsKatContext_t Struct Reference

#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
 

Detailed Description

Required for internal FIPS verification for RSA KAT. * The RSA KAT tests defined for scheme 2.1 with modulus key size of 2048.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated