TI BLE-Stack for Bluetooth 4.2 API Documentation  3.01.00.07
Data Fields
ECCROMCC26XX_CurveParams Struct Reference

ECCROMCC26XX Curve Parameters. More...

Data Fields

uint8_t keyLen
 
uint32_t * param_a
 
uint32_t * param_b
 
uint32_t * param_gx
 
uint32_t * param_gy
 
uint32_t * param_p
 
uint32_t * param_r
 
uint8_t windowSize
 
uint16_t workzoneLen
 

Detailed Description

ECCROMCC26XX Curve Parameters.

This holds the ECC Curve information to be used. Offset 0 of each param_* buffer contains the length of each parameter in uint32_t blocks, not including the first offset.

Field Documentation

§ keyLen

uint8_t keyLen

Length in bytes of curve parameters and keys

§ param_a

uint32_t* param_a

ECC Curve Parameter A

§ param_b

uint32_t* param_b

ECC Curve Parameter B

§ param_gx

uint32_t* param_gx

ECC Curve Parameter Gx

§ param_gy

uint32_t* param_gy

ECC Curve Parameter Gy

§ param_p

uint32_t* param_p

ECC Curve Parameter P

§ param_r

uint32_t* param_r

ECC Curve Parameter R

§ windowSize

uint8_t windowSize

Window size of operation

§ workzoneLen

uint16_t workzoneLen

Length in bytes of workzone to malloc


The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated