Lines Matching refs:temp4
2259 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5; in _nx_crypto_ec_fp_projective_add() local
2292 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp4, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_add()
2324 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp2, &temp3, &temp4, scratch); in _nx_crypto_ec_fp_projective_add()
2329 _nx_crypto_ec_add_reduce(curve, &temp3, &temp4, scratch); in _nx_crypto_ec_fp_projective_add()
2342 &temp4, &temp1, 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
2431 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp4, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_double()
2449 NX_CRYPTO_HUGE_NUMBER_COPY(&temp4, &projective_point -> nx_crypto_ec_point_x); in _nx_crypto_ec_fp_projective_double()
2451 _nx_crypto_ec_subtract_reduce(curve, &temp4, &temp3, scratch); in _nx_crypto_ec_fp_projective_double()
2453 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp4, &temp5, &temp3, scratch); in _nx_crypto_ec_fp_projective_double()
2454 NX_CRYPTO_EC_MULTIPLE_DIGIT_REDUCE(curve, &temp3, 3, &temp4, scratch); in _nx_crypto_ec_fp_projective_double()
2465 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp4, &temp3, scratch); in _nx_crypto_ec_fp_projective_double()
2477 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp1, &temp4, &temp3, scratch); in _nx_crypto_ec_fp_projective_double()