Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c633 #define CMP_INFO(msg, a1, a2, a3) \ macro
635 #define CMP_info(msg) CMP_INFO(msg"%s%s%s", "", "", "")
636 #define CMP_info1(msg, a1) CMP_INFO(msg"%s%s", a1, "", "")
637 #define CMP_info2(msg, a1, a2) CMP_INFO(msg"%s", a1, a2, "")
638 #define CMP_info3(msg, a1, a2, a3) CMP_INFO(msg, a1, a2, a3)

Completed in 19 milliseconds