/external/mbedtls/programs/hash/ |
D | md_hmac_demo.c | 60 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() function 110 print_buf("msg1", out, mbedtls_md_get_size(info)); in hmac_demo() 117 print_buf("msg2", out, mbedtls_md_get_size(info)); in hmac_demo()
|
/external/openthread/third_party/mbedtls/repo/programs/hash/ |
D | md_hmac_demo.c | 60 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() function 110 print_buf("msg1", out, mbedtls_md_get_size(info)); in hmac_demo() 117 print_buf("msg2", out, mbedtls_md_get_size(info)); in hmac_demo()
|
/external/mbedtls/programs/psa/ |
D | hmac_demo.c | 62 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() function 125 print_buf("msg1", out, out_len); in hmac_demo() 132 print_buf("msg2", out, out_len); in hmac_demo()
|
D | aead_demo.c | 85 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() function 219 print_buf("out", out, olen); in aead_encrypt()
|
/external/openthread/third_party/mbedtls/repo/programs/psa/ |
D | hmac_demo.c | 62 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() function 125 print_buf("msg1", out, out_len); in hmac_demo() 132 print_buf("msg2", out, out_len); in hmac_demo()
|
D | aead_demo.c | 85 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() function 219 print_buf("out", out, olen); in aead_encrypt()
|
/external/mbedtls/programs/cipher/ |
D | cipher_aead_demo.c | 82 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() function 201 print_buf("out", out, olen); in aead_encrypt()
|
/external/openthread/third_party/mbedtls/repo/programs/cipher/ |
D | cipher_aead_demo.c | 82 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() function 201 print_buf("out", out, olen); in aead_encrypt()
|
/external/pytorch/torch/csrc/jit/tensorexpr/ |
D | cpp_codegen.cpp | 265 auto for_buf = [&](const std::function<void(const BufPtr)>& print_buf) { in visit() argument 270 print_buf(bufs[i]); in visit()
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 916 char *print_buf = NULL; in do_read() local 950 print_buf = xmalloc(print_bytes); in do_read() 980 memcpy(print_buf, buf, print_bytes); in do_read() 987 memcpy(print_buf, buf, print_bytes); in do_read() 991 memcpy(print_buf, data, print_bytes); in do_read() 998 printf("%02x", print_buf[i - 1]); in do_read()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_program.c | 1379 char *print_buf; in print_pipeline_stats() local 1382 if (!u_memstream_open(&stream, &print_buf, &print_buf_sz)) { in print_pipeline_stats() 1425 util_debug_message(debug, SHADER_INFO, "%s", print_buf); in print_pipeline_stats() 1428 free(print_buf); in print_pipeline_stats()
|