Lines Matching refs:temp5

2258 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5;  in _nx_crypto_ec_fp_projective_add()  local
2292 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp5, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_add()
2329 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp1, &temp5, scratch); in _nx_crypto_ec_fp_projective_add()
2330 _nx_crypto_ec_subtract_reduce(curve, &temp5, &temp3, scratch); in _nx_crypto_ec_fp_projective_add()
2331 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_x, &temp5); in _nx_crypto_ec_fp_projective_add()
2338 _nx_crypto_ec_subtract_reduce(curve, &temp2, &temp5, 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
2431 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp5, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_double()
2449 NX_CRYPTO_HUGE_NUMBER_COPY(&temp5, &projective_point -> nx_crypto_ec_point_x); in _nx_crypto_ec_fp_projective_double()
2451 _nx_crypto_ec_add_reduce(curve, &temp5, &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()
2457 &projective_point -> nx_crypto_ec_point_z, &temp5, scratch); in _nx_crypto_ec_fp_projective_double()
2458 NX_CRYPTO_EC_SHIFT_LEFT_REDUCE(curve, &temp5, 1, scratch); in _nx_crypto_ec_fp_projective_double()
2459 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_z, &temp5); in _nx_crypto_ec_fp_projective_double()
2465 NX_CRYPTO_HUGE_NUMBER_COPY(&temp5, &temp1); in _nx_crypto_ec_fp_projective_double()
2466 NX_CRYPTO_EC_SHIFT_LEFT_REDUCE(curve, &temp5, 1, scratch); in _nx_crypto_ec_fp_projective_double()
2467 _nx_crypto_ec_subtract_reduce(curve, &temp3, &temp5, scratch); in _nx_crypto_ec_fp_projective_double()