Searched refs:temp5 (Results 1 – 1 of 1) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ec.c | 2259 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5; in _nx_crypto_ec_fp_projective_add() local 2293 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp5, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_add() 2330 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp1, &temp5, scratch); in _nx_crypto_ec_fp_projective_add() 2331 _nx_crypto_ec_subtract_reduce(curve, &temp5, &temp3, scratch); in _nx_crypto_ec_fp_projective_add() 2332 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_x, &temp5); in _nx_crypto_ec_fp_projective_add() 2339 _nx_crypto_ec_subtract_reduce(curve, &temp2, &temp5, scratch); in _nx_crypto_ec_fp_projective_add() 2408 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5; in _nx_crypto_ec_fp_projective_double() local 2432 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp5, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_double() 2450 NX_CRYPTO_HUGE_NUMBER_COPY(&temp5, &projective_point -> nx_crypto_ec_point_x); in _nx_crypto_ec_fp_projective_double() 2452 _nx_crypto_ec_add_reduce(curve, &temp5, &temp3, scratch); in _nx_crypto_ec_fp_projective_double() [all …]
|