Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c81 static char response_hash[32]; variable
347 mbedtls_md_finish(&hash_ctx, response_hash); in download()
350 print_hex(response_hash, mbedtls_md_get_size(hash_info)); in download()
353 if (memcmp(response_hash, download_hash, in download()