Searched refs:hash_info (Results 1 – 2 of 2) sorted by relevance
70 const mbedtls_md_info_t *hash_info; variable226 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()
1033 const mbedtls_md_info_t *hash_info; in hawkbit_probe() local1225 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()