Searched refs:z_2 (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_ec.c | 4584 NX_CRYPTO_HUGE_NUMBER z_2; in _nx_crypto_ec_x25519_448_multiple() local 4602 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&z_2, scratch, clen); in _nx_crypto_ec_x25519_448_multiple() 4645 _nx_crypto_ec_cswap(swap, &z_2, &z_3); in _nx_crypto_ec_x25519_448_multiple() 4650 _nx_crypto_huge_number_add(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple() 4654 _nx_crypto_huge_number_subtract(&x_2, &z_2); 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() 4669 _nx_crypto_huge_number_modulus(&z_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple() 4672 NX_CRYPTO_HUGE_NUMBER_COPY(&t_2, &z_2); in _nx_crypto_ec_x25519_448_multiple() 4677 _nx_crypto_huge_number_subtract(&z_3, &z_2); in _nx_crypto_ec_x25519_448_multiple() 4692 _nx_crypto_huge_number_square(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple() [all …]
|