Searched refs:output4 (Results 1 – 1 of 1) sorted by relevance
112 unsigned char output4[MBEDTLS_MD_MAX_SIZE]; /* Enough for any hash */ in example() local140 mbedtls_md_finish(&ctx4, output4); in example()141 print_hex("Method 4", output4, mbedtls_md_get_size(md_info4)); in example()