Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.c695 const NX_CRYPTO_METHOD *hmac_sha_256_crypto_method = NX_NULL; in nx_azure_iot_hmac_sha256_calculate() local
703 hmac_sha_256_crypto_method = resource_ptr -> resource_crypto_array[i]; in nx_azure_iot_hmac_sha256_calculate()
709 if (hmac_sha_256_crypto_method == NX_NULL) in nx_azure_iot_hmac_sha256_calculate()
715 …status = hmac_sha_256_crypto_method -> nx_crypto_init((NX_CRYPTO_METHOD *)hmac_sha_256_crypto_meth… in nx_azure_iot_hmac_sha256_calculate()
726 status = hmac_sha_256_crypto_method -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in nx_azure_iot_hmac_sha256_calculate()
728 … (NX_CRYPTO_METHOD *)hmac_sha_256_crypto_method, in nx_azure_iot_hmac_sha256_calculate()
746 status = hmac_sha_256_crypto_method -> nx_crypto_cleanup(metadata_ptr); in nx_azure_iot_hmac_sha256_calculate()