Home
last modified time | relevance | path

Searched refs:x_3 (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_ec.c4585 NX_CRYPTO_HUGE_NUMBER x_3; in _nx_crypto_ec_x25519_448_multiple() local
4603 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&x_3, scratch, clen); in _nx_crypto_ec_x25519_448_multiple()
4635 NX_CRYPTO_HUGE_NUMBER_COPY(&x_3, &x_1); in _nx_crypto_ec_x25519_448_multiple()
4644 _nx_crypto_ec_cswap(swap, &x_2, &x_3); in _nx_crypto_ec_x25519_448_multiple()
4657 NX_CRYPTO_HUGE_NUMBER_COPY(&t_2, &x_3); in _nx_crypto_ec_x25519_448_multiple()
4661 _nx_crypto_huge_number_subtract(&x_3, &z_3); 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()
4680 _nx_crypto_huge_number_square(&t_2, &x_3); in _nx_crypto_ec_x25519_448_multiple()
4681 _nx_crypto_huge_number_modulus(&x_3, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_x25519_448_multiple()
4718 _nx_crypto_ec_cswap(swap, &x_2, &x_3); in _nx_crypto_ec_x25519_448_multiple()