Searched refs:md_info4 (Results 1 – 1 of 1) sorted by relevance
114 const mbedtls_md_info_t *md_info4 = mbedtls_md_info_from_type(MBEDTLS_MD_SHA256); in example() local116 if (md_info4 == NULL) in example()126 int ret4 = mbedtls_md_init_ctx(&ctx4, md_info4); in example()141 print_hex("Method 4", output4, mbedtls_md_get_size(md_info4)); in example()