Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/yotta/data/example-hashing/
Dmain.cpp34 static void print_hex(const char *title, const unsigned char buf[], size_t len) in print_hex() function
60 print_hex("Method 1", output1, sizeof output1); in example()
79 print_hex("Method 2", output2, sizeof output2); in example()
106 print_hex("Method 3", output3, mbedtls_md_get_size(md_info3)); in example()
141 print_hex("Method 4", output4, mbedtls_md_get_size(md_info4)); in example()
/net-tools-latest/mbedtls-2.4.0/yotta/data/example-authcrypt/
Dmain.cpp29 static void print_hex(const char *title, const unsigned char buf[], size_t len) in print_hex() function
59 print_hex("plaintext message", (unsigned char *) message, sizeof message); in example()
135 print_hex("ciphertext", ciphertext, ciphertext_len); in example()
165 print_hex("decrypted", decrypted, decrypted_len); in example()