Home
last modified time | relevance | path

Searched refs:output3 (Results 1 – 1 of 1) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/yotta/data/example-hashing/
Dmain.cpp87 unsigned char output3[MBEDTLS_MD_MAX_SIZE]; /* Enough for any hash */ in example() local
98 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()