Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/yotta/data/example-hashing/
Dmain.cpp112 unsigned char output4[MBEDTLS_MD_MAX_SIZE]; /* Enough for any hash */ in example() local
140 mbedtls_md_finish(&ctx4, output4); in example()
141 print_hex("Method 4", output4, mbedtls_md_get_size(md_info4)); in example()