Searched refs:point1 (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_ec_additional_test.c | 38 NX_CRYPTO_EC_POINT point, point1; in thread_0_entry() local 49 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&(point1.nx_crypto_ec_point_x), scratch_ptr, 64); in thread_0_entry() 50 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&(point1.nx_crypto_ec_point_y), scratch_ptr, 64); in thread_0_entry() 123 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&(point1.nx_crypto_ec_point_x), 23); in thread_0_entry() 124 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&(point1.nx_crypto_ec_point_y), 24); in thread_0_entry() 125 _nx_crypto_ec_fp_affine_add(&test_ec, &point, &point1, (HN_UBASE *)scratch_ptr); in thread_0_entry()
|