Lines Matching refs:temp3
2258 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5; in _nx_crypto_ec_fp_projective_add() local
2290 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp3, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_add()
2307 &temp1, &temp3, scratch); in _nx_crypto_ec_fp_projective_add()
2309 &temp3, &temp1, scratch); in _nx_crypto_ec_fp_projective_add()
2316 &temp2, &temp3, scratch); in _nx_crypto_ec_fp_projective_add()
2317 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_z, &temp3); in _nx_crypto_ec_fp_projective_add()
2322 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp2, &temp3, scratch); 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()
2325 &temp3, &temp2, scratch); in _nx_crypto_ec_fp_projective_add()
2326 NX_CRYPTO_HUGE_NUMBER_COPY(&temp3, &temp2); in _nx_crypto_ec_fp_projective_add()
2327 NX_CRYPTO_EC_SHIFT_LEFT_REDUCE(curve, &temp3, 1, 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()
2330 _nx_crypto_ec_subtract_reduce(curve, &temp5, &temp3, scratch); in _nx_crypto_ec_fp_projective_add()
2339 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp1, &temp2, &temp3, scratch); in _nx_crypto_ec_fp_projective_add()
2342 _nx_crypto_ec_subtract_reduce(curve, &temp3, &temp1, scratch); in _nx_crypto_ec_fp_projective_add()
2343 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_y, &temp3); 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
2429 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp3, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_double()
2435 &temp3, scratch); in _nx_crypto_ec_fp_projective_double()
2437 &temp3, &temp1, scratch); in _nx_crypto_ec_fp_projective_double()
2442 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp3, &temp2, scratch); in _nx_crypto_ec_fp_projective_double()
2447 &temp3, scratch); in _nx_crypto_ec_fp_projective_double()
2450 _nx_crypto_ec_subtract_reduce(curve, &temp4, &temp3, scratch); 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()
2453 NX_CRYPTO_EC_MULTIPLE_DIGIT_REDUCE(curve, &temp3, 3, &temp4, scratch); in _nx_crypto_ec_fp_projective_double()
2464 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp4, &temp3, 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()
2468 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_x, &temp3); in _nx_crypto_ec_fp_projective_double()
2475 _nx_crypto_ec_subtract_reduce(curve, &temp1, &temp3, scratch); in _nx_crypto_ec_fp_projective_double()
2476 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp1, &temp4, &temp3, scratch); in _nx_crypto_ec_fp_projective_double()
2477 _nx_crypto_ec_subtract_reduce(curve, &temp3, &temp2, scratch); in _nx_crypto_ec_fp_projective_double()
2478 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_y, &temp3); in _nx_crypto_ec_fp_projective_double()
2545 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3; in _nx_crypto_ec_fp_affine_add() local
2568 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp3, scratch, buffer_size << 1); in _nx_crypto_ec_fp_affine_add()
2578 NX_CRYPTO_HUGE_NUMBER_COPY(&temp3, &left -> nx_crypto_ec_point_y); in _nx_crypto_ec_fp_affine_add()
2579 NX_CRYPTO_EC_SHIFT_LEFT_REDUCE(curve, &temp3, 1, scratch); in _nx_crypto_ec_fp_affine_add()
2580 _nx_crypto_huge_number_inverse_modulus_prime(&temp3, p, &temp1, scratch); in _nx_crypto_ec_fp_affine_add()
2582 &temp3, scratch); in _nx_crypto_ec_fp_affine_add()
2583 NX_CRYPTO_EC_MULTIPLE_DIGIT_REDUCE(curve, &temp3, 3, &temp2, scratch); in _nx_crypto_ec_fp_affine_add()
2585 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp2, &temp1, &temp3, scratch); in _nx_crypto_ec_fp_affine_add()
2597 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp1, &temp2, &temp3, scratch); in _nx_crypto_ec_fp_affine_add()
2601 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp3, &temp1, scratch); in _nx_crypto_ec_fp_affine_add()
2609 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp2, &temp3, &temp1, scratch); in _nx_crypto_ec_fp_affine_add()