Searched refs:xq (Results 1 – 1 of 1) sorted by relevance
/NetX-Duo-v6.2.1/crypto_libraries/src/ |
D | nx_crypto_huge_number.c | 2803 NX_CRYPTO_HUGE_NUMBER *ep, *eq, *xp, *xq, *m1, *m2; in _nx_crypto_huge_number_crt_power_modulus() local 2874 xq = &temp3; in _nx_crypto_huge_number_crt_power_modulus() 2875 NX_CRYPTO_HUGE_NUMBER_COPY(xq, x); in _nx_crypto_huge_number_crt_power_modulus() 2876 _nx_crypto_huge_number_modulus(xq, q); 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()
|