Searched refs:ECC_NISTP224_Param (Results 1 – 2 of 2) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/ecc/ |
| D | ECCParams.h | 366 } ECC_NISTP224_Param; typedef 371 extern const ECC_NISTP224_Param ECC_NISTP224_generatorX; 376 extern const ECC_NISTP224_Param ECC_NISTP224_generatorY; 381 extern const ECC_NISTP224_Param ECC_NISTP224_prime; 387 extern const ECC_NISTP224_Param ECC_NISTP224_a; 393 extern const ECC_NISTP224_Param ECC_NISTP224_b; 398 extern const ECC_NISTP224_Param ECC_NISTP224_order; 403 extern const ECC_NISTP224_Param ECC_NISTP224_k_mont; 408 extern const ECC_NISTP224_Param ECC_NISTP224_a_mont; 413 extern const ECC_NISTP224_Param ECC_NISTP224_b_mont;
|
| D | ECCParamsLPF3SW.c | 120 const ECC_NISTP224_Param ECC_NISTP224_generatorX = {.byte = {0x07, 0x00, 0x00, 0x00, /* Length word… 125 const ECC_NISTP224_Param ECC_NISTP224_generatorY = {.byte = { 132 const ECC_NISTP224_Param ECC_NISTP224_prime = {.byte = {0x07, 0x00, 0x00, 0x00, /* Length word pref… 137 const ECC_NISTP224_Param ECC_NISTP224_a = {.byte = {0x07, 0x00, 0x00, 0x00, /* Length word prefix */ 142 const ECC_NISTP224_Param ECC_NISTP224_b = {.byte = {0x07, 0x00, 0x00, 0x00, /* Length word prefix */ 147 const ECC_NISTP224_Param ECC_NISTP224_order = {.byte = {0x07, 0x00, 0x00, 0x00, /* Length word pref… 157 const ECC_NISTP224_Param ECC_NISTP224_k_mont = {.byte = {0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, … 162 const ECC_NISTP224_Param ECC_NISTP224_a_mont = {.byte = {0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, … 167 const ECC_NISTP224_Param ECC_NISTP224_b_mont = {.byte = {0xF7, 0xCD, 0x68, 0xE7, 0x10, 0x13, 0xF0, …
|