Searched refs:m2 (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 2879 m2 = &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() 2885 _nx_crypto_huge_number_multiply(&pi, m2, &temp3); in _nx_crypto_huge_number_crt_power_modulus()
|