Lines Matching refs:temp2
1088 NX_CRYPTO_HUGE_NUMBER temp1, temp2, zi; in _nx_crypto_ec_point_fp_projective_to_affine() local
1103 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp2, scratch, buffer_size << 1); in _nx_crypto_ec_point_fp_projective_to_affine()
1113 &temp1, &temp2, scratch); in _nx_crypto_ec_point_fp_projective_to_affine()
1114 NX_CRYPTO_HUGE_NUMBER_COPY(&point -> nx_crypto_ec_point_x, &temp2); in _nx_crypto_ec_point_fp_projective_to_affine()
1117 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &zi, &temp1, &temp2, scratch); in _nx_crypto_ec_point_fp_projective_to_affine()
1119 &temp2, &temp1, scratch); in _nx_crypto_ec_point_fp_projective_to_affine()
2258 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5; in _nx_crypto_ec_fp_projective_add() local
2289 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp2, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_add()
2299 &temp1, &temp2, scratch); in _nx_crypto_ec_fp_projective_add()
2300 _nx_crypto_ec_subtract_reduce(curve, &temp2, &projective_point -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_add()
2316 &temp2, &temp3, scratch); 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()
2338 _nx_crypto_ec_subtract_reduce(curve, &temp2, &temp5, 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()
2407 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5; in _nx_crypto_ec_fp_projective_double() local
2428 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp2, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_double()
2442 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp3, &temp2, scratch); in _nx_crypto_ec_fp_projective_double()
2443 NX_CRYPTO_EC_SHIFT_LEFT_REDUCE(curve, &temp2, 3, 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()
2545 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3; in _nx_crypto_ec_fp_affine_add() local
2567 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp2, scratch, buffer_size << 1); 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()
2584 _nx_crypto_ec_subtract_digit_reduce(curve, &temp2, 3, 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()
2594 _nx_crypto_huge_number_inverse_modulus_prime(&temp1, p, &temp2, 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()
2604 NX_CRYPTO_HUGE_NUMBER_COPY(&temp2, &left -> nx_crypto_ec_point_x); in _nx_crypto_ec_fp_affine_add()
2608 _nx_crypto_ec_subtract_reduce(curve, &temp2, &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()