Searched refs:test_dump_hex (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_hash.c | 118 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 D | test_rsa.c | 666 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 D | test_utils.h | 17 void test_dump_hex(char *var_name, const uint8_t *data, uint32_t len);
|
| H A D | test_utils.c | 32 void test_dump_hex(char *var_name, const uint8_t *data, uint32_t len) in test_dump_hex() function
|
| H A D | test_throughput.c | 1080 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 D | rtw_cmd.c | 5485 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 D | rtw_cmd.c | 5463 void test_dump_hex(_adapter *adapter, void *cmd_para, u32 para_num) 5542 {"hex", test_dump_hex, CMD_PARA_HEX},
|