Searched refs:hash_buf (Results 1 – 1 of 1) sorted by relevance
758 UCHAR *hash_buf; in nx_azure_iot_base64_hmac_sha256_calculate() local781 hash_buf = buffer_ptr + binary_key_buf_size; in nx_azure_iot_base64_hmac_sha256_calculate()783 message_ptr, (UINT)message_size, hash_buf); in nx_azure_iot_base64_hmac_sha256_calculate()791 encoded_hash_buf = hash_buf + hash_buf_size; in nx_azure_iot_base64_hmac_sha256_calculate()794 hash_buf[hash_buf_size - 1] = 0; in nx_azure_iot_base64_hmac_sha256_calculate()795 status = _nx_utility_base64_encode(hash_buf, hash_buf_size - 1, in nx_azure_iot_base64_hmac_sha256_calculate()