Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/yotta/data/example-hashing/
Dmain.cpp55 unsigned char output1[32]; /* SHA-256 outputs 32 bytes */ in example() local
58 mbedtls_sha256(hello_buffer, hello_len, output1, 0); in example()
60 print_hex("Method 1", output1, sizeof output1); in example()