| /OK3568_Linux_fs/buildroot/package/rockchip/tee-user-app/extra_app/host/ |
| H A D | main.c | 70 static void dump_hex(char *var_name, const uint8_t *data, in dump_hex() function 150 dump_hex("RNG -> ", sm.buffer, KEY_SIZE); in process_key() 180 dump_hex("read key -> ", sm.buffer, KEY_SIZE); in process_key() 196 dump_hex("read key -> ", sm.buffer, KEY_SIZE); in process_key() 285 dump_hex("pw -> ", pw, KEY_SIZE); in process_recovery()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | crypto.c | 239 static void dump_hex(const char *name, const u8 *array, u32 len) in dump_hex() function 264 dump_hex("expect", expect, len); in print_result_MBps() 265 dump_hex("actual", actual, len); in print_result_MBps() 279 dump_hex("expect", expect, len); in print_result_ms() 280 dump_hex("actual", actual, len); in print_result_ms() 527 dump_hex("expect", test_data->tag, test_data->tag_len); in test_cipher_result() 528 dump_hex("actual", tag, test_data->tag_len); in test_cipher_result()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | sm4_ccm.c | 495 static void dump_hex(char *var_name, unsigned char *data, unsigned int len) in dump_hex() function 561 dump_hex("verify tag_tmp:",tag_tmp,m); in rk_sm4_ccm_op() 562 dump_hex("verify out->tag:",out->tag,m); in rk_sm4_ccm_op() 575 dump_hex("rk: out->dest:",out->dest,in->src_len); in rk_sm4_ccm_op() 576 dump_hex("cmm --out->tag:",out->tag,m); in rk_sm4_ccm_op()
|
| /OK3568_Linux_fs/kernel/samples/vfs/ |
| H A D | test-statx.c | 190 static void dump_hex(unsigned long long *data, int from, int to) in dump_hex() function 260 dump_hex((unsigned long long *)&stx, 0, sizeof(stx)); in main()
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H A D | pmf.c | 1579 dump_hex((char *) &sm->smt_dest,6) ; in dump_smt() 1581 dump_hex((char *) &sm->smt_source,6) ; in dump_smt() 1585 dump_hex((char *) &sm->smt_sid,8) ; in dump_smt() 1607 dump_hex((char *)(pa+1),(int) n) ; in dump_smt() 1613 dump_hex(c,16) ; in dump_smt() 1626 dump_hex(c,nn) ; in dump_smt() 1643 void dump_hex(char *p, int len) in dump_hex() function
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/rk_test/ |
| H A D | rktest.c | 26 static void dump_hex(char *var_name __unused, const uint8_t *data __unused, in dump_hex() function 295 dump_hex("otp_ns_read data", read_data, sizeof(read_data)); in invoke_otp_ns_read()
|
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | hvsi.c | 182 #define dbg_dump_hex(data, len) dump_hex(data, len) 188 static void dump_hex(const uint8_t *data, int len) in dump_hex() function 213 dump_hex(packet, header->len); in dump_packet()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | dumpfile.h | 587 extern void dump_hex (dump_flags_t, const poly_wide_int &);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | dumpfile.h | 587 extern void dump_hex (dump_flags_t, const poly_wide_int &);
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/ |
| H A D | cmtdef.h | 644 void dump_hex(char *p, int len);
|