Home
last modified time | relevance | path

Searched refs:buffer_name (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_trace.h20 void hex_dump(int level, const char *function, int line, const char *buffer_name,
34 #define VHEX_DUMP(buffer_name, buffer, len) \ argument
35 hex_dump(TRACE_VERBOSE, __func__, __LINE__, buffer_name, buffer, len)
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_trace.c156 void hex_dump(int level, const char *function, int line, const char *buffer_name, in hex_dump() argument
159 trace_printf(level, function, line, "%s(%d): ", buffer_name, len); in hex_dump()