Provides shared functions required for CC310 backend. More...
Functions |
|
| bool | cc310_curve_domain_get ( nrf_ecc_curve_type_t curve_type, CRYS_ECPKI_Domain_t **pp_domain) |
|
Function to get micro_ecc curve domain from curve_type.
More...
|
|
Detailed Description
Provides shared functions required for CC310 backend.
Function Documentation
| bool cc310_curve_domain_get | ( | nrf_ecc_curve_type_t | curve_type , |
| CRYS_ECPKI_Domain_t ** | pp_domain | ||
| ) |
Function to get micro_ecc curve domain from curve_type.
- Parameters
-
[in] curve_type Curve type get domain for. [out] pp_domain Double pointer to curve domain structure.
- Return values
-
True True if curve domain was successfully located.