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

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

#include <mcuxClRsa_KeyTypes.h>

Data Fields

mcuxClRsa_KeyEntry_t p
 Key entry for the prime factor P.
mcuxClRsa_KeyEntry_t q
 Key entry for the prime factor Q.
mcuxClRsa_KeyEntry_t qInv
 Key entry for the QInv = (1 / (Q % P)).
mcuxClRsa_KeyEntry_t dp
 Key entry for the exponent DP = D % (P-1).
mcuxClRsa_KeyEntry_t dq
 Key entry for the exponent DQ = D % (Q-1).
mcuxClRsa_KeyEntry_t e
 Key entry for the public exponent E - it should be specified for a key type Rsa_PrivateCRT_DFA, and can be ignored otherwise.

Detailed Description

Structure type for Rsa CRT key data.

Field Documentation

◆ p

mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::p

Key entry for the prime factor P.

◆ q

mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::q

Key entry for the prime factor Q.

◆ qInv

mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::qInv

Key entry for the QInv = (1 / (Q % P)).

◆ dp

mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::dp

Key entry for the exponent DP = D % (P-1).

◆ dq

mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::dq

Key entry for the exponent DQ = D % (Q-1).

◆ e

mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::e

Key entry for the public exponent E - it should be specified for a key type Rsa_PrivateCRT_DFA, and can be ignored otherwise.