Searched refs:x_2 (Results 1 – 1 of 1) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ec.c | 4584 NX_CRYPTO_HUGE_NUMBER x_2; in _nx_crypto_ec_x25519_448_multiple() local 4602 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&x_2, scratch, clen); in _nx_crypto_ec_x25519_448_multiple() 4635 NX_CRYPTO_HUGE_NUMBER_SET_DIGIT(&x_2, 1); in _nx_crypto_ec_x25519_448_multiple() 4645 _nx_crypto_ec_cswap(swap, &x_2, &x_3); in _nx_crypto_ec_x25519_448_multiple() 4650 NX_CRYPTO_HUGE_NUMBER_COPY(&t_1, &x_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() 4697 _nx_crypto_huge_number_square(&x_2, &t_1); in _nx_crypto_ec_x25519_448_multiple() 4705 _nx_crypto_huge_number_multiply(&z_2, &t_1, &x_2); in _nx_crypto_ec_x25519_448_multiple() 4706 _nx_crypto_huge_number_modulus(&x_2, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple() [all …]
|