Lines Matching refs:z_2
4585 NX_CRYPTO_HUGE_NUMBER z_2; in _nx_crypto_ec_x25519_448_multiple() local
4603 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&z_2, scratch, clen); in _nx_crypto_ec_x25519_448_multiple()
4646 _nx_crypto_ec_cswap(swap, &z_2, &z_3); in _nx_crypto_ec_x25519_448_multiple()
4651 _nx_crypto_huge_number_add(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4655 _nx_crypto_huge_number_subtract(&x_2, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4669 _nx_crypto_huge_number_multiply(&x_2, &t_2, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4670 _nx_crypto_huge_number_modulus(&z_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4673 NX_CRYPTO_HUGE_NUMBER_COPY(&t_2, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4678 _nx_crypto_huge_number_subtract(&z_3, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4693 _nx_crypto_huge_number_square(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4694 _nx_crypto_huge_number_modulus(&z_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4701 NX_CRYPTO_HUGE_NUMBER_COPY(&t_2, &z_2); 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()
4711 _nx_crypto_huge_number_add(&t_1, &z_2); 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()
4715 _nx_crypto_huge_number_modulus(&z_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4720 _nx_crypto_ec_cswap(swap, &z_2, &z_3); 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()