Searched refs:resource_crypto_array (Results 1 – 6 of 6) sorted by relevance
607 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()
183 const NX_CRYPTO_METHOD **resource_crypto_array; member
203 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()
858 … prov_client_ptr -> nx_azure_iot_provisioning_client_resource.resource_crypto_array = crypto_array; in nx_azure_iot_provisioning_client_initialize()
178 hub_client_ptr -> nx_azure_iot_hub_client_resource.resource_crypto_array = crypto_array; in nx_azure_iot_hub_client_initialize()
84 resource.resource_crypto_array = _nx_azure_iot_tls_supported_crypto; in test_nx_azure_iot_url_encoded_hmac_sha256_calculate_success()