Searched refs:t_2 (Results 1 – 1 of 1) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ec.c | 4589 NX_CRYPTO_HUGE_NUMBER t_2; in _nx_crypto_ec_x25519_448_multiple() local 4607 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&t_2, scratch, clen); in _nx_crypto_ec_x25519_448_multiple() 4658 NX_CRYPTO_HUGE_NUMBER_COPY(&t_2, &x_3); in _nx_crypto_ec_x25519_448_multiple() 4659 _nx_crypto_huge_number_add(&t_2, &z_3); 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() 4673 NX_CRYPTO_HUGE_NUMBER_COPY(&t_2, &z_2); in _nx_crypto_ec_x25519_448_multiple() 4674 _nx_crypto_huge_number_add(&t_2, &z_3); in _nx_crypto_ec_x25519_448_multiple() 4675 _nx_crypto_huge_number_modulus(&t_2, &curve->nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple() 4681 _nx_crypto_huge_number_square(&t_2, &x_3); in _nx_crypto_ec_x25519_448_multiple() 4685 _nx_crypto_huge_number_square(&z_3, &t_2); in _nx_crypto_ec_x25519_448_multiple() [all …]
|