Home
last modified time | relevance | path

Searched refs:dump_hex (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/package/rockchip/tee-user-app/extra_app/host/
H A Dmain.c70 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 Dcrypto.c239 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 Dsm4_ccm.c495 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 Dtest-statx.c190 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 Dpmf.c1579 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 Drktest.c26 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 Dhvsi.c182 #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 Ddumpfile.h587 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 Ddumpfile.h587 extern void dump_hex (dump_flags_t, const poly_wide_int &);
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dcmtdef.h644 void dump_hex(char *p, int len);