Searched refs:xp (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 2850 xp = &temp3; in _nx_crypto_huge_number_crt_power_modulus() 2851 NX_CRYPTO_HUGE_NUMBER_COPY(xp, x); in _nx_crypto_huge_number_crt_power_modulus() 2852 _nx_crypto_huge_number_modulus(xp, p); in _nx_crypto_huge_number_crt_power_modulus() 2858 _nx_crypto_huge_number_mont_power_modulus(xp, ep, p, m1, scratch); in _nx_crypto_huge_number_crt_power_modulus()
|