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