Home
last modified time | relevance | path

Searched refs:test_dump_hex (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_hash.c118 test_dump_hex("hash_hard", hash_hard, out_len); in test_hash_item_virt()
119 test_dump_hex("hash_soft", hash_soft, out_len); in test_hash_item_virt()
201 test_dump_hex("buffer", buffer->vaddr, buffer->size); in test_hash_item_fd()
202 test_dump_hex("hash_hard", hash_hard, out_len); in test_hash_item_fd()
203 test_dump_hex("hash_soft", hash_soft, out_len); in test_hash_item_fd()
H A Dtest_rsa.c666 test_dump_hex("result", dec_buf, out_len); in test_rsa_pub_enc()
667 test_dump_hex("expect", data, data_len); in test_rsa_pub_enc()
688 test_dump_hex("result", enc_buf, out_len); in test_rsa_pub_enc()
689 test_dump_hex("expect", data, data_len); in test_rsa_pub_enc()
772 test_dump_hex("result", enc_buf, out_len); in test_rsa_priv_enc()
773 test_dump_hex("expect", data, data_len); in test_rsa_priv_enc()
H A Dtest_utils.h17 void test_dump_hex(char *var_name, const uint8_t *data, uint32_t len);
H A Dtest_utils.c32 void test_dump_hex(char *var_name, const uint8_t *data, uint32_t len) in test_dump_hex() function
H A Dtest_throughput.c1080 test_dump_hex("result", data_dec, out_len); in test_rsa_item_tp()
1081 test_dump_hex("expect", data_plain, nbytes); in test_rsa_item_tp()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_cmd.c5485 void test_dump_hex(_adapter *adapter, void *cmd_para, u32 para_num)
5564 {"hex", test_dump_hex, CMD_PARA_HEX},
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_cmd.c5463 void test_dump_hex(_adapter *adapter, void *cmd_para, u32 para_num)
5542 {"hex", test_dump_hex, CMD_PARA_HEX},