Lines Matching refs:t_1

4588 NX_CRYPTO_HUGE_NUMBER t_1;  in _nx_crypto_ec_x25519_448_multiple()  local
4606 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&t_1, scratch, clen); in _nx_crypto_ec_x25519_448_multiple()
4650 NX_CRYPTO_HUGE_NUMBER_COPY(&t_1, &x_2); in _nx_crypto_ec_x25519_448_multiple()
4651 _nx_crypto_huge_number_add(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4652 _nx_crypto_huge_number_modulus(&t_1, &curve->nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4665 _nx_crypto_huge_number_multiply(&x_3, &t_1, &z_3); in _nx_crypto_ec_x25519_448_multiple()
4693 _nx_crypto_huge_number_square(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4697 _nx_crypto_huge_number_square(&x_2, &t_1); in _nx_crypto_ec_x25519_448_multiple()
4698 _nx_crypto_huge_number_modulus(&t_1, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4702 _nx_crypto_huge_number_subtract(&t_2, &t_1); in _nx_crypto_ec_x25519_448_multiple()
4705 _nx_crypto_huge_number_multiply(&z_2, &t_1, &x_2); in _nx_crypto_ec_x25519_448_multiple()
4709 _nx_crypto_huge_number_multiply_digit(&t_2, a24, &t_1); in _nx_crypto_ec_x25519_448_multiple()
4711 _nx_crypto_huge_number_add(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4712 _nx_crypto_huge_number_modulus(&t_1, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4714 _nx_crypto_huge_number_multiply(&t_1, &t_2, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4723 …_nx_crypto_huge_number_inverse_modulus_prime(&z_2, &curve -> nx_crypto_ec_field.fp, &t_1, scratch); in _nx_crypto_ec_x25519_448_multiple()
4724 _nx_crypto_huge_number_multiply(&x_2, &t_1, &r -> nx_crypto_ec_point_x); in _nx_crypto_ec_x25519_448_multiple()