Home
last modified time | relevance | path

Searched defs:LOG_KEY (Results 1 – 2 of 2) sorted by relevance

/btstack/test/crypto/
H A Daes_ccm_test.c9 #define LOG_KEY(NAME) { printf("%16s: ", #NAME); printf_hexdump(NAME, 16); } macro
H A Daes_cmac_test.c112 #define LOG_KEY(NAME) { printf("%16s: ", #NAME); hexdump2(NAME, 16); } macro