Searched refs:output1 (Results 1 – 1 of 1) sorted by relevance
55 unsigned char output1[32]; /* SHA-256 outputs 32 bytes */ in example() local58 mbedtls_sha256(hello_buffer, hello_len, output1, 0); in example()60 print_hex("Method 1", output1, sizeof output1); in example()