Searched refs:temp4 (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_ec.c | 2258 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5; in _nx_crypto_ec_fp_projective_add() local 2291 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp4, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_add() 2323 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp2, &temp3, &temp4, scratch); in _nx_crypto_ec_fp_projective_add() 2328 _nx_crypto_ec_add_reduce(curve, &temp3, &temp4, scratch); in _nx_crypto_ec_fp_projective_add() 2341 &temp4, &temp1, scratch); in _nx_crypto_ec_fp_projective_add() 2407 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5; in _nx_crypto_ec_fp_projective_double() local 2430 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp4, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_double() 2448 NX_CRYPTO_HUGE_NUMBER_COPY(&temp4, &projective_point -> nx_crypto_ec_point_x); in _nx_crypto_ec_fp_projective_double() 2450 _nx_crypto_ec_subtract_reduce(curve, &temp4, &temp3, scratch); in _nx_crypto_ec_fp_projective_double() 2452 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp4, &temp5, &temp3, scratch); in _nx_crypto_ec_fp_projective_double() [all …]
|