Searched refs:z_2 (Results 1 – 1 of 1) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ec.c | 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() [all …]
|