Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.c607 resource_ptr -> resource_crypto_array, in nx_azure_iot_mqtt_tls_setup()
701 …if(resource_ptr -> resource_crypto_array[i] -> nx_crypto_algorithm == NX_CRYPTO_AUTHENTICATION_HMA… in nx_azure_iot_hmac_sha256_calculate()
703 hmac_sha_256_crypto_method = resource_ptr -> resource_crypto_array[i]; in nx_azure_iot_hmac_sha256_calculate()
Dnx_azure_iot.h183 const NX_CRYPTO_METHOD **resource_crypto_array; member
Dnx_azure_iot_adu_agent.c203 if(resource_ptr -> resource_crypto_array[i] -> nx_crypto_algorithm == NX_CRYPTO_HASH_SHA256) in nx_azure_iot_adu_agent_start()
205 method_sha256 = (NX_CRYPTO_METHOD *)resource_ptr -> resource_crypto_array[i]; in nx_azure_iot_adu_agent_start()
207 …else if(resource_ptr -> resource_crypto_array[i] -> nx_crypto_algorithm == NX_CRYPTO_KEY_EXCHANGE_… in nx_azure_iot_adu_agent_start()
209 method_rsa = (NX_CRYPTO_METHOD *)resource_ptr -> resource_crypto_array[i]; in nx_azure_iot_adu_agent_start()
Dnx_azure_iot_provisioning_client.c858 … prov_client_ptr -> nx_azure_iot_provisioning_client_resource.resource_crypto_array = crypto_array; in nx_azure_iot_provisioning_client_initialize()
Dnx_azure_iot_hub_client.c178 hub_client_ptr -> nx_azure_iot_hub_client_resource.resource_crypto_array = crypto_array; in nx_azure_iot_hub_client_initialize()
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_unit_test.c84 resource.resource_crypto_array = _nx_azure_iot_tls_supported_crypto; in test_nx_azure_iot_url_encoded_hmac_sha256_calculate_success()