MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClRsa_KeyData_Plain_t Struct Reference

Structure type for Rsa plain key data. More...

#include <mcuxClRsa_KeyTypes.h>

Data Fields

mcuxClRsa_KeyEntry_t modulus
 Key entry for the modulus.
 
mcuxClRsa_KeyEntry_t exponent
 Key entry for the exponent - it can be the public or the private exponent, depending on the key type.
 

Detailed Description

Field Documentation

◆ modulus

◆ exponent

mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Plain_t::exponent

Key entry for the exponent - it can be the public or the private exponent, depending on the key type.