Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c2258 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5; in _nx_crypto_ec_fp_projective_add() local
2290 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp3, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_add()
2307 &temp1, &temp3, scratch); in _nx_crypto_ec_fp_projective_add()
2309 &temp3, &temp1, scratch); in _nx_crypto_ec_fp_projective_add()
2316 &temp2, &temp3, scratch); in _nx_crypto_ec_fp_projective_add()
2317 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_z, &temp3); in _nx_crypto_ec_fp_projective_add()
2322 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp2, &temp3, scratch); in _nx_crypto_ec_fp_projective_add()
2323 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp2, &temp3, &temp4, scratch); in _nx_crypto_ec_fp_projective_add()
2325 &temp3, &temp2, scratch); in _nx_crypto_ec_fp_projective_add()
2326 NX_CRYPTO_HUGE_NUMBER_COPY(&temp3, &temp2); in _nx_crypto_ec_fp_projective_add()
[all …]
Dnx_crypto_huge_number.c2805 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3; in _nx_crypto_huge_number_crt_power_modulus() local
2838 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp3, scratch, p -> nx_crypto_huge_buffer_size); in _nx_crypto_huge_number_crt_power_modulus()
2850 xp = &temp3; in _nx_crypto_huge_number_crt_power_modulus()
2861 _nx_crypto_huge_number_multiply(&qi, m1, &temp3); in _nx_crypto_huge_number_crt_power_modulus()
2862 _nx_crypto_huge_number_multiply(&temp3, q, result); in _nx_crypto_huge_number_crt_power_modulus()
2874 xq = &temp3; 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()
2890 _nx_crypto_huge_number_multiply(p, &temp3, &temp1); in _nx_crypto_huge_number_crt_power_modulus()