MCPcopy Create free account
hub / github.com/F-Stack/f-stack / debug_hexdump

Function debug_hexdump

dpdk/app/test/test.h:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141#define TEST_CASES_END() { NULL, NULL, NULL, NULL, NULL, 0, NULL }
142
143static inline void
144debug_hexdump(FILE *file, const char *title, const void *buf, size_t len)
145{
146 if (rte_log_get_global_level() == RTE_LOG_DEBUG)
147 rte_hexdump(file, title, buf, len);
148}
149
150struct unit_test_suite {
151 const char *suite_name;

Callers 15

queue_ops_rsa_enc_decFunction · 0.85
test_dh_gen_shared_secFunction · 0.85
test_dh_gen_priv_keyFunction · 0.85
test_dh_gen_pub_keyFunction · 0.85
test_dh_gen_kpFunction · 0.85
test_dh_key_generationFunction · 0.85
test_dsa_signFunction · 0.85
test_dsa_verifyFunction · 0.85
test_ecdsa_sign_verifyFunction · 0.85
test_ecpmFunction · 0.85

Calls 2

rte_log_get_global_levelFunction · 0.85
rte_hexdumpFunction · 0.85

Tested by

no test coverage detected