Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c713 #define CMP_INFO(msg, a1, a2, a3) \ macro
715 #define CMP_info(msg) CMP_INFO(msg"%s%s%s", "", "", "")
716 #define CMP_info1(msg, a1) CMP_INFO(msg"%s%s", a1, "", "")
717 #define CMP_info2(msg, a1, a2) CMP_INFO(msg"%s", a1, a2, "")
718 #define CMP_info3(msg, a1, a2, a3) CMP_INFO(msg, a1, a2, a3)

Completed in 13 milliseconds