Searched refs:print_buf (Results 1 - 5 of 5) sorted by relevance
/third_party/mbedtls/programs/psa/ |
H A D | hmac_demo.c | 74 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 D | aead_demo.c | 97 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 D | md_hmac_demo.c | 72 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 D | cipher_aead_demo.c | 94 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 D | f2fs_io.c | 658 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