Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.h184 UINT resource_crypto_array_size; member
Dnx_azure_iot.c608 resource_ptr -> resource_crypto_array_size, in nx_azure_iot_mqtt_tls_setup()
699 for(i = 0; i < resource_ptr -> resource_crypto_array_size; i++) in nx_azure_iot_hmac_sha256_calculate()
Dnx_azure_iot_provisioning_client.c859 …prov_client_ptr -> nx_azure_iot_provisioning_client_resource.resource_crypto_array_size = crypto_a… in nx_azure_iot_provisioning_client_initialize()
Dnx_azure_iot_hub_client.c179 … hub_client_ptr -> nx_azure_iot_hub_client_resource.resource_crypto_array_size = crypto_array_size; in nx_azure_iot_hub_client_initialize()
Dnx_azure_iot_adu_agent.c201 for(i = 0; i < resource_ptr -> resource_crypto_array_size; i++) in nx_azure_iot_adu_agent_start()
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_unit_test.c85 resource.resource_crypto_array_size = _nx_azure_iot_tls_supported_crypto_size; in test_nx_azure_iot_url_encoded_hmac_sha256_calculate_success()