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 | 4588 NX_CRYPTO_HUGE_NUMBER t_1; in _nx_crypto_ec_x25519_448_multiple() local 4606 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&t_1, scratch, clen); in _nx_crypto_ec_x25519_448_multiple() 4650 NX_CRYPTO_HUGE_NUMBER_COPY(&t_1, &x_2); in _nx_crypto_ec_x25519_448_multiple() 4651 _nx_crypto_huge_number_add(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple() 4652 _nx_crypto_huge_number_modulus(&t_1, &curve->nx_crypto_ec_field.fp); 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() 4693 _nx_crypto_huge_number_square(&t_1, &z_2); in _nx_crypto_ec_x25519_448_multiple() 4697 _nx_crypto_huge_number_square(&x_2, &t_1); in _nx_crypto_ec_x25519_448_multiple() 4698 _nx_crypto_huge_number_modulus(&t_1, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple() 4702 _nx_crypto_huge_number_subtract(&t_2, &t_1); in _nx_crypto_ec_x25519_448_multiple() [all …]
|