![]()  | 
  
    MCUXpresso SDK API Reference Manual
    Rev 2.16.000
    
   NXP Semiconductors 
   | 
 
This section describes the programming interface of the LTC PKHA driver.
Data Structures | |
| struct | _ltc_pkha_ecc_point_t | 
| PKHA ECC point structure.  More... | |
Typedefs | |
| 
typedef struct  _ltc_pkha_ecc_point_t  | ltc_pkha_ecc_point_t | 
| PKHA ECC point structure.  | |
| typedef enum _ltc_pkha_timing_t | ltc_pkha_timing_t | 
| Use of timing equalized version of a PKHA function.  More... | |
| typedef enum _ltc_pkha_f2m_t | ltc_pkha_f2m_t | 
| Integer vs binary polynomial arithmetic selection.  More... | |
| typedef enum  _ltc_pkha_montgomery_form_t  | ltc_pkha_montgomery_form_t | 
| Montgomery or normal PKHA input format.  More... | |
Enumerations | |
| enum | _ltc_pkha_timing_t {  kLTC_PKHA_NoTimingEqualized = 0U, kLTC_PKHA_TimingEqualized = 1U }  | 
| Use of timing equalized version of a PKHA function.  More... | |
| enum | _ltc_pkha_f2m_t {  kLTC_PKHA_IntegerArith = 0U, kLTC_PKHA_F2mArith = 1U }  | 
| Integer vs binary polynomial arithmetic selection.  More... | |
| enum | _ltc_pkha_montgomery_form_t {  kLTC_PKHA_NormalValue = 0U, kLTC_PKHA_MontgomeryFormat = 1U }  | 
| Montgomery or normal PKHA input format.  More... | |
| struct _ltc_pkha_ecc_point_t | 
| typedef enum _ltc_pkha_timing_t ltc_pkha_timing_t | 
| typedef enum _ltc_pkha_f2m_t ltc_pkha_f2m_t | 
| typedef enum _ltc_pkha_montgomery_form_t ltc_pkha_montgomery_form_t | 
| enum _ltc_pkha_timing_t | 
| enum _ltc_pkha_f2m_t |