| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_sha2.c | 440 ULONG temp1, temp2; in _nx_crypto_sha256_process_buffer() local 463 temp1 = h + LARGE_SIGMA_1(e) + CH_FUNC(e, f, g) + _sha2_round_constants[t] + w[t]; in _nx_crypto_sha256_process_buffer() 465 d = d + temp1; in _nx_crypto_sha256_process_buffer() 466 h = temp1 + temp2; in _nx_crypto_sha256_process_buffer() 469 temp1 = g + LARGE_SIGMA_1(d) + CH_FUNC(d, e, f) + _sha2_round_constants[t + 1] + w[t + 1]; in _nx_crypto_sha256_process_buffer() 471 c = c + temp1; in _nx_crypto_sha256_process_buffer() 472 g = temp1 + temp2; in _nx_crypto_sha256_process_buffer() 475 temp1 = f + LARGE_SIGMA_1(c) + CH_FUNC(c, d, e) + _sha2_round_constants[t + 2] + w[t + 2]; in _nx_crypto_sha256_process_buffer() 477 b = b + temp1; in _nx_crypto_sha256_process_buffer() 478 f = temp1 + temp2; in _nx_crypto_sha256_process_buffer() [all …]
|
| D | nx_crypto_ecjpake.c | 1118 NX_CRYPTO_HUGE_NUMBER h, temp1, temp2; in _nx_crypto_ecjpake_schnorr_zkp_generate() local 1122 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp1, scratch, buffer_size << 1); in _nx_crypto_ecjpake_schnorr_zkp_generate() 1125 _nx_crypto_ec_key_pair_generation_extra(curve, g, &temp1, v, scratch); in _nx_crypto_ecjpake_schnorr_zkp_generate() 1144 _nx_crypto_huge_number_subtract(&temp1, &temp2); in _nx_crypto_ecjpake_schnorr_zkp_generate() 1145 _nx_crypto_huge_number_modulus(&temp1, &curve -> nx_crypto_ec_n); in _nx_crypto_ecjpake_schnorr_zkp_generate() 1146 NX_CRYPTO_HUGE_NUMBER_COPY(r, &temp1); in _nx_crypto_ecjpake_schnorr_zkp_generate() 1220 NX_CRYPTO_EC_POINT temp1, temp2; in _nx_crypto_ecjpake_schnorr_zkp_verify() local 1224 NX_CRYPTO_EC_POINT_INITIALIZE(&temp1, in _nx_crypto_ecjpake_schnorr_zkp_verify() 1242 curve -> nx_crypto_ec_multiple(curve, public_key, &h, &temp1, scratch); in _nx_crypto_ecjpake_schnorr_zkp_verify() 1244 curve -> nx_crypto_ec_add(curve, &temp1, &temp2, scratch); in _nx_crypto_ecjpake_schnorr_zkp_verify() [all …]
|
| D | nx_crypto_ec.c | 1088 NX_CRYPTO_HUGE_NUMBER temp1, temp2, zi; in _nx_crypto_ec_point_fp_projective_to_affine() local 1102 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp1, scratch, buffer_size << 1); in _nx_crypto_ec_point_fp_projective_to_affine() 1111 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &zi, &temp1, scratch); in _nx_crypto_ec_point_fp_projective_to_affine() 1113 &temp1, &temp2, scratch); in _nx_crypto_ec_point_fp_projective_to_affine() 1117 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &zi, &temp1, &temp2, scratch); in _nx_crypto_ec_point_fp_projective_to_affine() 1119 &temp2, &temp1, scratch); in _nx_crypto_ec_point_fp_projective_to_affine() 1120 NX_CRYPTO_HUGE_NUMBER_COPY(&point -> nx_crypto_ec_point_y, &temp1); in _nx_crypto_ec_point_fp_projective_to_affine() 2258 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3, temp4, temp5; in _nx_crypto_ec_fp_projective_add() local 2288 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp1, scratch, buffer_size << 1); in _nx_crypto_ec_fp_projective_add() 2297 &temp1, scratch); in _nx_crypto_ec_fp_projective_add() [all …]
|
| D | nx_crypto_sha5.c | 504 ULONG64 temp1, temp2; in _nx_crypto_sha512_process_buffer() local 547 temp1 = h + LARGE_SIGMA_1(e) + CH_FUNC(e, f, g) + _sha5_round_constants[t] + w[t]; in _nx_crypto_sha512_process_buffer() 552 e = d + temp1; in _nx_crypto_sha512_process_buffer() 556 a = temp1 + temp2; in _nx_crypto_sha512_process_buffer() 572 temp1 = 0; temp2 = 0; in _nx_crypto_sha512_process_buffer()
|
| D | nx_crypto_huge_number.c | 2805 NX_CRYPTO_HUGE_NUMBER temp1, temp2, temp3; in _nx_crypto_huge_number_crt_power_modulus() local 2836 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&temp1, scratch, m -> nx_crypto_huge_buffer_size); in _nx_crypto_huge_number_crt_power_modulus() 2845 NX_CRYPTO_HUGE_NUMBER_COPY(&temp1, p); in _nx_crypto_huge_number_crt_power_modulus() 2846 _nx_crypto_huge_number_subtract(&temp1, &digit); in _nx_crypto_huge_number_crt_power_modulus() 2847 _nx_crypto_huge_number_modulus(ep, &temp1); in _nx_crypto_huge_number_crt_power_modulus() 2855 m1 = &temp1; in _nx_crypto_huge_number_crt_power_modulus() 2869 NX_CRYPTO_HUGE_NUMBER_COPY(&temp1, q); in _nx_crypto_huge_number_crt_power_modulus() 2870 _nx_crypto_huge_number_subtract(&temp1, &digit); in _nx_crypto_huge_number_crt_power_modulus() 2871 _nx_crypto_huge_number_modulus(eq, &temp1); in _nx_crypto_huge_number_crt_power_modulus() 2879 m2 = &temp1; in _nx_crypto_huge_number_crt_power_modulus() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/nat_test/ |
| D | netx_nat_tcp_remove_oldest_udp_entry_test.c | 247 UINT temp1, temp2, oldest_local_port; in thread_client_entry() local 283 temp1 = tx_time_get(); in thread_client_entry() 352 timestamp += temp2 - temp1; in thread_client_entry() 379 timestamp += temp2 - temp1; in thread_client_entry() 415 timestamp += temp2 - temp1; in thread_client_entry()
|
| /NetX-Duo-v6.2.1/addons/sntp/ |
| D | nxd_sntp_client.c | 6421 UINT _nx_sntp_client_utility_addition_overflow_check(ULONG temp1, ULONG temp2) in _nx_sntp_client_utility_addition_overflow_check() argument 6431 sum_lower_16 = (temp1 & NX_LOWER_16_MASK) + (temp2 & NX_LOWER_16_MASK); in _nx_sntp_client_utility_addition_overflow_check() 6442 sum_upper_16 = (temp1 >> NX_SHIFT_BY_16) + (temp2 >> NX_SHIFT_BY_16) + carry; in _nx_sntp_client_utility_addition_overflow_check()
|
| D | nxd_sntp_client.h | 768 UINT _nx_sntp_client_utility_addition_overflow_check(ULONG temp1, ULONG temp2);
|