Lines Matching refs:z_3
4587 NX_CRYPTO_HUGE_NUMBER z_3; in _nx_crypto_ec_x25519_448_multiple() local
4605 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&z_3, scratch, clen); in _nx_crypto_ec_x25519_448_multiple()
4637 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&z_3, 1); in _nx_crypto_ec_x25519_448_multiple()
4646 _nx_crypto_ec_cswap(swap, &z_2, &z_3); in _nx_crypto_ec_x25519_448_multiple()
4659 _nx_crypto_huge_number_add(&t_2, &z_3); in _nx_crypto_ec_x25519_448_multiple()
4662 _nx_crypto_huge_number_subtract(&x_3, &z_3); 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()
4666 _nx_crypto_huge_number_modulus(&z_3, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4674 _nx_crypto_huge_number_add(&t_2, &z_3); in _nx_crypto_ec_x25519_448_multiple()
4678 _nx_crypto_huge_number_subtract(&z_3, &z_2); in _nx_crypto_ec_x25519_448_multiple()
4685 _nx_crypto_huge_number_square(&z_3, &t_2); in _nx_crypto_ec_x25519_448_multiple()
4689 _nx_crypto_huge_number_multiply(&t_2, &x_1, &z_3); in _nx_crypto_ec_x25519_448_multiple()
4690 _nx_crypto_huge_number_modulus(&z_3, &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()