Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_rsa.c99 NX_CRYPTO_HUGE_NUMBER modulus_hn, exponent_hn, input_hn, output_hn, p_hn, q_hn; in _nx_crypto_rsa_operation() local
131 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&p_hn, scratch, modulus_length >> 1); in _nx_crypto_rsa_operation()
136 _nx_crypto_huge_number_setup(&p_hn, p, p_length); in _nx_crypto_rsa_operation()
142 _nx_crypto_huge_number_crt_power_modulus(&input_hn, &exponent_hn, &p_hn, &q_hn, in _nx_crypto_rsa_operation()