Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_huge_number.c2803 NX_CRYPTO_HUGE_NUMBER *ep, *eq, *xp, *xq, *m1, *m2; in _nx_crypto_huge_number_crt_power_modulus() local
2867 eq = &temp2; in _nx_crypto_huge_number_crt_power_modulus()
2868 NX_CRYPTO_HUGE_NUMBER_COPY(eq, e); in _nx_crypto_huge_number_crt_power_modulus()
2871 _nx_crypto_huge_number_modulus(eq, &temp1); in _nx_crypto_huge_number_crt_power_modulus()
2882 _nx_crypto_huge_number_mont_power_modulus(xq, eq, q, m2, scratch); in _nx_crypto_huge_number_crt_power_modulus()