Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/samples/net/sockets/big_http_download/src/
Dbig_http_download.c70 const mbedtls_md_info_t *hash_info; variable
226 print_hex(response_hash, mbedtls_md_get_size(hash_info)); in download()
230 mbedtls_md_get_size(hash_info)) != 0) { in download()
319 hash_info = mbedtls_md_info_from_type(MBEDTLS_MD_SHA256); in main()
320 if (!hash_info) { in main()
325 if (mbedtls_md_setup(&hash_ctx, hash_info, 0) < 0) { in main()
/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/
Dhawkbit.c1033 const mbedtls_md_info_t *hash_info; in hawkbit_probe() local
1225 hash_info = mbedtls_md_info_from_type(MBEDTLS_MD_SHA256); in hawkbit_probe()
1226 if (!hash_info) { in hawkbit_probe()
1233 if (mbedtls_md_setup(&hb_context.dl.hash_ctx, hash_info, 0) < 0) { in hawkbit_probe()
1262 mbedtls_md_get_size(hash_info)) != 0) { in hawkbit_probe()