Lines Matching refs:t_2
4588 NX_CRYPTO_HUGE_NUMBER t_2; in _nx_crypto_ec_x25519_448_multiple() local
4606 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&t_2, scratch, clen); in _nx_crypto_ec_x25519_448_multiple()
4657 NX_CRYPTO_HUGE_NUMBER_COPY(&t_2, &x_3); in _nx_crypto_ec_x25519_448_multiple()
4658 _nx_crypto_huge_number_add(&t_2, &z_3); in _nx_crypto_ec_x25519_448_multiple()
4668 _nx_crypto_huge_number_multiply(&x_2, &t_2, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4672 NX_CRYPTO_HUGE_NUMBER_COPY(&t_2, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4673 _nx_crypto_huge_number_add(&t_2, &z_3); in _nx_crypto_ec_x25519_448_multiple()
4674 _nx_crypto_huge_number_modulus(&t_2, &curve->nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4680 _nx_crypto_huge_number_square(&t_2, &x_3); in _nx_crypto_ec_x25519_448_multiple()
4684 _nx_crypto_huge_number_square(&z_3, &t_2); in _nx_crypto_ec_x25519_448_multiple()
4685 _nx_crypto_huge_number_modulus(&t_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4688 _nx_crypto_huge_number_multiply(&t_2, &x_1, &z_3); in _nx_crypto_ec_x25519_448_multiple()
4700 NX_CRYPTO_HUGE_NUMBER_COPY(&t_2, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4701 _nx_crypto_huge_number_subtract(&t_2, &t_1); in _nx_crypto_ec_x25519_448_multiple()
4708 _nx_crypto_huge_number_multiply_digit(&t_2, a24, &t_1); in _nx_crypto_ec_x25519_448_multiple()
4713 _nx_crypto_huge_number_multiply(&t_1, &t_2, &z_2); in _nx_crypto_ec_x25519_448_multiple()