Searched refs:hash_info (Results 1 – 1 of 1) sorted by relevance
83 const mbedtls_md_info_t *hash_info; variable350 print_hex(response_hash, mbedtls_md_get_size(hash_info)); in download()354 mbedtls_md_get_size(hash_info)) != 0) { in download()451 hash_info = mbedtls_md_info_from_type(MBEDTLS_MD_SHA256); in main()452 if (!hash_info) { in main()457 if (mbedtls_md_setup(&hash_ctx, hash_info, 0) < 0) { in main()