Home
last modified time | relevance | path

Searched refs:print_buf (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/programs/psa/
H A Dhmac_demo.c74 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() function
137 print_buf("msg1", out, out_len); in hmac_demo()
144 print_buf("msg2", out, out_len); in hmac_demo()
H A Daead_demo.c97 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() function
231 print_buf("out", out, olen); in aead_encrypt()
/third_party/mbedtls/programs/hash/
H A Dmd_hmac_demo.c72 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() function
122 print_buf("msg1", out, mbedtls_md_get_size(info)); in hmac_demo()
129 print_buf("msg2", out, mbedtls_md_get_size(info)); in hmac_demo()
/third_party/mbedtls/programs/cipher/
H A Dcipher_aead_demo.c94 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() function
213 print_buf("out", out, olen); in aead_encrypt()
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c658 char *print_buf = NULL; in do_read() local
691 print_buf = xmalloc(print_bytes); in do_read()
714 memcpy(print_buf, buf, print_bytes); in do_read()
719 printf("%02x", print_buf[i - 1]); in do_read()

Completed in 5 milliseconds