Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/snmp/
Dnx_des.c208 UINT round; in _nx_des_key_set() local
243 for (round = 0; round < 16; round++) in _nx_des_key_set()
247 if ((round < 2) || (round == 8) || (round == 15)) in _nx_des_key_set()
294 for (round = 0; round < 16; round++) in _nx_des_key_set()
475 UINT round; in _nx_des_process_block() local
506 for (round = 0; round < 8; round++) in _nx_des_process_block()
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_des.c205 UINT round; in _nx_crypto_des_key_set() local
242 for (round = 0; round < 16; round++) in _nx_crypto_des_key_set()
246 if ((round < 2) || (round == 8) || (round == 15)) in _nx_crypto_des_key_set()
293 for (round = 0; round < 16; round++) in _nx_crypto_des_key_set()
487 UINT round; in _nx_crypto_des_process_block() local
518 for (round = 0; round < 8; round++) in _nx_crypto_des_process_block()
Dnx_crypto_aes.c726 int round; in _nx_crypto_aes_encryption_round() local
734 for (round = 1; round < num_rounds; round++) in _nx_crypto_aes_encryption_round()
824 (aes_ptr -> nx_crypto_aes_key_schedule[round * 4]); in _nx_crypto_aes_encryption_round()
830 (aes_ptr -> nx_crypto_aes_key_schedule[round * 4 + 1]); in _nx_crypto_aes_encryption_round()
836 (aes_ptr -> nx_crypto_aes_key_schedule[round * 4 + 2]); in _nx_crypto_aes_encryption_round()
842 (aes_ptr -> nx_crypto_aes_key_schedule[round * 4 + 3]); in _nx_crypto_aes_encryption_round()
905 NX_CRYPTO_KEEP static VOID _nx_crypto_aes_decryption_round(NX_CRYPTO_AES *aes_ptr, int round) in _nx_crypto_aes_decryption_round() argument
942 temp_state[0] = V0 ^ V1 ^ V2 ^ V3 ^ (w[round * 4]); in _nx_crypto_aes_decryption_round()
955 temp_state[1] = V0 ^ V1 ^ V2 ^ V3 ^ (w[round * 4 + 1]); in _nx_crypto_aes_decryption_round()
968 temp_state[2] = V0 ^ V1 ^ V2 ^ V3 ^ (w[round * 4 + 2]); in _nx_crypto_aes_decryption_round()
[all …]
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_pnp_client_command_unit_test.c789 UINT round = 0; in test_nx_azure_iot_hub_client_command_response_oom_fail() local
797 g_failed_append_index = g_total_append + round++; in test_nx_azure_iot_hub_client_command_response_oom_fail()
811 round = 0; in test_nx_azure_iot_hub_client_command_response_oom_fail()
814 g_failed_append_index = g_total_append + round++; in test_nx_azure_iot_hub_client_command_response_oom_fail()
Dnx_azure_iot_pnp_client_telemetry_unit_test.c713 UINT round = 0; in test_nx_azure_iot_hub_client_telemetry_send_success() local
744 g_failed_append_index = g_total_append + round++; in test_nx_azure_iot_hub_client_telemetry_send_success()
793 UINT round = 0; in test_nx_azure_iot_hub_client_telemetry_send_extended_success() local
860 UINT round = 0; in test_nx_azure_iot_hub_client_telemetry_send_fail() local