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. | |
Structure type for Rsa CRT key data.
| mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::p |
Key entry for the prime factor P.
| mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::q |
Key entry for the prime factor Q.
| mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::qInv |
Key entry for the QInv = (1 / (Q % P)).
| mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::dp |
Key entry for the exponent DP = D % (P-1).
| mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Crt_t::dq |
Key entry for the exponent DQ = D % (Q-1).
| 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.