Searched refs:output3 (Results 1 – 1 of 1) sorted by relevance
87 unsigned char output3[MBEDTLS_MD_MAX_SIZE]; /* Enough for any hash */ in example() local98 int ret3 = mbedtls_md(md_info3, hello_buffer, hello_len, output3); in example()106 print_hex("Method 3", output3, mbedtls_md_get_size(md_info3)); in example()