Searched refs:t_1 (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_ec.c | 4587 NX_CRYPTO_HUGE_NUMBER t_1; in _nx_crypto_ec_x25519_448_multiple() local 4605 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&t_1, scratch, clen); in _nx_crypto_ec_x25519_448_multiple() 4649 NX_CRYPTO_HUGE_NUMBER_COPY(&t_1, &x_2); in _nx_crypto_ec_x25519_448_multiple() 4650 _nx_crypto_huge_number_add(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple() 4651 _nx_crypto_huge_number_modulus(&t_1, &curve->nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple() 4664 _nx_crypto_huge_number_multiply(&x_3, &t_1, &z_3); in _nx_crypto_ec_x25519_448_multiple() 4692 _nx_crypto_huge_number_square(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple() 4696 _nx_crypto_huge_number_square(&x_2, &t_1); in _nx_crypto_ec_x25519_448_multiple() 4697 _nx_crypto_huge_number_modulus(&t_1, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple() 4701 _nx_crypto_huge_number_subtract(&t_2, &t_1); in _nx_crypto_ec_x25519_448_multiple() [all …]
|